Home
last modified time | relevance | path

Searched refs:DRM_DEBUG_KMS (Results 1 – 25 of 39) sorted by relevance

12

/NextBSD/sys/dev/drm2/i915/
HDintel_bios.c244 DRM_DEBUG_KMS("Found panel mode in BIOS VBT tables:\n"); in parse_lfp_panel_data()
279 DRM_DEBUG_KMS("VBT initial LVDS value %x\n", in parse_lfp_panel_data()
296 DRM_DEBUG_KMS("Ignore SDVO panel mode from BIOS VBT tables.\n"); in parse_sdvo_panel_data()
321 DRM_DEBUG_KMS("Found SDVO panel mode in BIOS VBT tables:\n"); in parse_sdvo_panel_data()
354DRM_DEBUG_KMS("BDB_GENERAL_FEATURES int_tv_support %d int_crt_support %d lvds_use_ssc %d lvds_ssc_… in parse_general_features()
374 DRM_DEBUG_KMS("crt_ddc_bus_pin: %d\n", bus_pin); in parse_general_definitions()
378 DRM_DEBUG_KMS("BDB_GD too small (%d). Invalid.\n", in parse_general_definitions()
396 DRM_DEBUG_KMS("No general definition block is found, unable to construct sdvo mapping.\n"); in parse_sdvo_device_mapping()
406 DRM_DEBUG_KMS("different child size is found. Invalid.\n"); in parse_sdvo_device_mapping()
432 DRM_DEBUG_KMS("Incorrect SDVO port. Skip it\n"); in parse_sdvo_device_mapping()
[all …]
HDintel_pm.c76 DRM_DEBUG_KMS("FBC idle timed out\n"); in i8xx_disable_fbc()
80 DRM_DEBUG_KMS("disabled FBC\n"); in i8xx_disable_fbc()
122 DRM_DEBUG_KMS("enabled FBC, pitch %d, yoff %d, plane %d, ", in i8xx_enable_fbc()
157 DRM_DEBUG_KMS("enabled fbc on plane %d\n", intel_crtc->plane); in g4x_enable_fbc()
171 DRM_DEBUG_KMS("disabled FBC\n"); in g4x_disable_fbc()
237 DRM_DEBUG_KMS("enabled fbc on plane %d\n", intel_crtc->plane); in ironlake_enable_fbc()
251 DRM_DEBUG_KMS("disabled FBC\n"); in ironlake_disable_fbc()
306 DRM_DEBUG_KMS("cancelling pending FBC enable\n"); in intel_cancel_fbc_work()
346 DRM_DEBUG_KMS("scheduling delayed FBC enable\n"); in intel_enable_fbc()
405 DRM_DEBUG_KMS("\n"); in intel_update_fbc()
[all …]
HDintel_dp.c351 DRM_DEBUG_KMS("Status 0x%08x Control 0x%08x\n", in intel_dp_check_edp()
459 DRM_DEBUG_KMS("dp_aux_ch timeout status 0x%08x\n", status); in intel_dp_aux_ch()
607 DRM_DEBUG_KMS("aux_ch failed %d\n", ret); in intel_dp_i2c_aux_ch()
618 DRM_DEBUG_KMS("aux_ch native nack\n"); in intel_dp_i2c_aux_ch()
636 DRM_DEBUG_KMS("aux_i2c nack\n"); in intel_dp_i2c_aux_ch()
639 DRM_DEBUG_KMS("aux_i2c defer\n"); in intel_dp_i2c_aux_ch()
661 DRM_DEBUG_KMS("i2c_init %s\n", name); in intel_dp_i2c_init()
689 DRM_DEBUG_KMS("DP link computation with max lane count %i " in intel_dp_mode_fixup()
707 DRM_DEBUG_KMS("DP link bw %02x lane " in intel_dp_mode_fixup()
711 DRM_DEBUG_KMS("DP link bw required %i available %i\n", in intel_dp_mode_fixup()
[all …]
HDintel_crt.c204 DRM_DEBUG_KMS("trigger hotplug detect cycle: adpa=0x%x\n", adpa); in intel_ironlake_crt_detect_hotplug()
215 DRM_DEBUG_KMS("timed out waiting for FORCE_TRIGGER\n"); in intel_ironlake_crt_detect_hotplug()
229 DRM_DEBUG_KMS("ironlake hotplug adpa=0x%x, result %d\n", adpa, ret); in intel_ironlake_crt_detect_hotplug()
272 DRM_DEBUG_KMS("timed out waiting for FORCE_DETECT to go off"); in intel_crt_detect_hotplug()
317 DRM_DEBUG_KMS("CRT detected via DDC:0x50 [EDID]\n"); in intel_crt_detect_ddc()
320 DRM_DEBUG_KMS("CRT not detected via DDC:0x50 [EDID reports a digital panel]\n"); in intel_crt_detect_ddc()
348 DRM_DEBUG_KMS("starting load-detect on CRT\n"); in intel_crt_load_detect()
457 DRM_DEBUG_KMS("CRT detected via hotplug\n"); in intel_crt_detect()
460 DRM_DEBUG_KMS("CRT not detected via hotplug\n"); in intel_crt_detect()
658 DRM_DEBUG_KMS("pch crt adpa set to 0x%x\n", adpa); in intel_crt_init()
HDintel_display.c813 DRM_DEBUG_KMS("vblank wait timed out\n"); in ironlake_wait_for_vblank()
854 DRM_DEBUG_KMS("vblank wait timed out\n"); in intel_wait_for_vblank()
885 DRM_DEBUG_KMS("pipe_off wait timed out\n"); in intel_wait_for_pipe_off()
903 DRM_DEBUG_KMS("pipe_off wait timed out\n"); in intel_wait_for_pipe_off()
1434 DRM_DEBUG_KMS("pll->refcount == 0\n"); in intel_enable_pch_pll()
1438 DRM_DEBUG_KMS("enable PCH PLL %x (active %d, on? %d)for crtc %d\n", in intel_enable_pch_pll()
1450 DRM_DEBUG_KMS("enabling PCH PLL %x\n", pll->pll_reg); in intel_enable_pch_pll()
1475 DRM_DEBUG_KMS("pll->refcount == 0\n"); in intel_disable_pch_pll()
1479 DRM_DEBUG_KMS("disable PCH PLL %x (active %d, on? %d) for crtc %d\n", in intel_disable_pch_pll()
1484 DRM_DEBUG_KMS("pll->active == 0\n"); in intel_disable_pch_pll()
[all …]
HDi915_drv.c376 DRM_DEBUG_KMS("Found Ibex Peak PCH\n"); in intel_detect_pch()
380 DRM_DEBUG_KMS("Found CougarPoint PCH\n"); in intel_detect_pch()
385 DRM_DEBUG_KMS("Found PatherPoint PCH\n"); in intel_detect_pch()
389 DRM_DEBUG_KMS("Found LynxPoint PCH\n"); in intel_detect_pch()
391 DRM_DEBUG_KMS("No PCH detected\n"); in intel_detect_pch()
395 DRM_DEBUG_KMS("No Intel PCI-ISA bridge found\n"); in intel_detect_pch()
455 DRM_DEBUG_KMS("starting suspend\n"); in i915_suspend()
461 DRM_DEBUG_KMS("finished suspend %d\n", error); in i915_suspend()
515 DRM_DEBUG_KMS("starting resume\n"); in i915_resume()
529 DRM_DEBUG_KMS("finished resume %d\n", ret); in i915_resume()
HDintel_ddi.c87 DRM_DEBUG_KMS("Programming port %c in FDI mode, this probably will not work.\n", in intel_prepare_ddi_buffers()
227 DRM_DEBUG_KMS("FDI train done.\n"); in hsw_fdi_link_train()
664DRM_DEBUG_KMS("Preparing HDMI DDI mode for Haswell on port %c, pipe %c\n", port_name(port), pipe_n… in intel_ddi_mode_set()
672 DRM_DEBUG_KMS("WR PLL clock: found settings for %dKHz refresh rate: p=%d, n2=%d, r2=%d\n", in intel_ddi_mode_set()
HDintel_lvds.c94 DRM_DEBUG_KMS("applying panel-fitter: %x, %x\n", in intel_lvds_enable()
591 DRM_DEBUG_KMS("no scaling not supported\n"); in intel_lvds_set_property()
831 DRM_DEBUG_KMS("LVDS downclock is found in EDID. " in intel_find_lvds_downclock()
929 DRM_DEBUG_KMS("LVDS is not present in VBT\n"); in intel_lvds_init()
937 DRM_DEBUG_KMS("disable LVDS for eDP support\n"); in intel_lvds_init()
1107 DRM_DEBUG_KMS("lid notifier registration failed\n"); in intel_lvds_init()
1120 DRM_DEBUG_KMS("No LVDS modes found, disabling.\n"); in intel_lvds_init()
HDintel_sdvo.c289 DRM_DEBUG_KMS("i2c transfer returned %d\n", ret); in intel_sdvo_read_byte()
421 DRM_DEBUG_KMS("%s: W: %02X ", SDVO_NAME(intel_sdvo), cmd); in intel_sdvo_debug_write()
486 DRM_DEBUG_KMS("I2c transfer returned %d\n", ret); in intel_sdvo_write_cmd()
492 DRM_DEBUG_KMS("I2c transfer returned %d/%d\n", ret, i+3); in intel_sdvo_write_cmd()
508 DRM_DEBUG_KMS("%s: R: ", SDVO_NAME(intel_sdvo)); in intel_sdvo_read_response()
1167 DRM_DEBUG_KMS("First %s output reported failure to " in intel_sdvo_dpms()
1211 DRM_DEBUG_KMS("SDVO capabilities:\n" in intel_sdvo_get_capabilities()
1354 DRM_DEBUG_KMS("connector_is_digital? %d, monitor_is_digital? %d\n", in intel_sdvo_connector_matches_edid()
1378 DRM_DEBUG_KMS("SDVO response %d %d [%x]\n", in intel_sdvo_detect()
2244 DRM_DEBUG_KMS("%s: Unknown SDVO output type (0x%02x%02x)\n", in intel_sdvo_output_setup()
[all …]
HDintel_tv.c1176 DRM_DEBUG_KMS("TV detected: %x, %x\n", tv_ctl, tv_dac); in intel_tv_detect_type()
1184 DRM_DEBUG_KMS("Detected Composite TV connection\n"); in intel_tv_detect_type()
1187 DRM_DEBUG_KMS("Detected S-Video TV connection\n"); in intel_tv_detect_type()
1190 DRM_DEBUG_KMS("Detected Component TV connection\n"); in intel_tv_detect_type()
1193 DRM_DEBUG_KMS("Unrecognised TV connection\n"); in intel_tv_detect_type()
1516 DRM_DEBUG_KMS("Integrated TV is not present.\n"); in intel_tv_init()
HDintel_iic.c412 DRM_DEBUG_KMS("GMBUS [%s] timed out waiting for idle\n", in gmbus_xfer()
428 DRM_DEBUG_KMS("GMBUS [%s] timed out after NAK\n", sc->name); in gmbus_xfer()
438 DRM_DEBUG_KMS("GMBUS [%s] NAK for addr: %04x %c(%d)\n", in gmbus_xfer()
HDintel_hdmi.c376 DRM_DEBUG_KMS("Enabling HDMI audio on pipe %c\n", in intel_hdmi_mode_set()
478 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] got no edid, ddc port %d\n", in intel_hdmi_detect()
704 DRM_DEBUG_KMS("unknown sdvox_reg %d\n", sdvox_reg); in intel_hdmi_init()
HDi915_gem_stolen.c154 DRM_DEBUG_KMS("FBC base 0x%08lx, ll base 0x%08lx, size %dM\n", in i915_setup_compression()
/NextBSD/sys/dev/drm2/radeon/
HDatombios_dp.c88 DRM_DEBUG_KMS("dp_aux_ch timeout\n"); in radeon_process_aux_ch()
94 DRM_DEBUG_KMS("dp_aux_ch flags not zero\n"); in radeon_process_aux_ch()
100 DRM_DEBUG_KMS("dp_aux_ch error\n"); in radeon_process_aux_ch()
249 DRM_DEBUG_KMS("aux_ch failed %d\n", ret); in radeon_dp_i2c_aux_ch()
260 DRM_DEBUG_KMS("aux_ch native nack\n"); in radeon_dp_i2c_aux_ch()
263 DRM_DEBUG_KMS("aux_ch native defer\n"); in radeon_dp_i2c_aux_ch()
277 DRM_DEBUG_KMS("aux_i2c nack\n"); in radeon_dp_i2c_aux_ch()
280 DRM_DEBUG_KMS("aux_i2c defer\n"); in radeon_dp_i2c_aux_ch()
289 DRM_DEBUG_KMS("aux i2c too many retries, giving up\n"); in radeon_dp_i2c_aux_ch()
310 DRM_DEBUG_KMS("requested signal parameters: lane %d voltage %s pre_emph %s\n", in dp_get_adjust_train()
[all …]
HDradeon_combios.c1008 DRM_DEBUG_KMS("Default TV standard: NTSC\n"); in radeon_combios_get_tv_info()
1012 DRM_DEBUG_KMS("Default TV standard: PAL\n"); in radeon_combios_get_tv_info()
1016 DRM_DEBUG_KMS("Default TV standard: PAL-M\n"); in radeon_combios_get_tv_info()
1020 DRM_DEBUG_KMS("Default TV standard: PAL-60\n"); in radeon_combios_get_tv_info()
1024 DRM_DEBUG_KMS("Default TV standard: NTSC-J\n"); in radeon_combios_get_tv_info()
1028 DRM_DEBUG_KMS("Default TV standard: SCART-PAL\n"); in radeon_combios_get_tv_info()
1032 DRM_DEBUG_KMS in radeon_combios_get_tv_info()
1039 DRM_DEBUG_KMS("29.498928713 MHz TV ref clk\n"); in radeon_combios_get_tv_info()
1042 DRM_DEBUG_KMS("28.636360000 MHz TV ref clk\n"); in radeon_combios_get_tv_info()
1045 DRM_DEBUG_KMS("14.318180000 MHz TV ref clk\n"); in radeon_combios_get_tv_info()
[all …]
HDradeon_legacy_crtc.c390 DRM_DEBUG_KMS("\n"); in radeon_crtc_do_set_base()
393 DRM_DEBUG_KMS("No FB bound\n"); in radeon_crtc_do_set_base()
566 DRM_DEBUG_KMS("\n"); in radeon_set_crtc_timing()
791 DRM_DEBUG_KMS("\n"); in radeon_set_pll()
806 DRM_DEBUG_KMS("dc=%u, fd=%d, rd=%d, pd=%d\n", in radeon_set_pll()
875 DRM_DEBUG_KMS("Wrote2: 0x%08x 0x%08x 0x%08x (0x%08x)\n", in radeon_set_pll()
880 DRM_DEBUG_KMS("Wrote2: rd=%u, fd=%u, pd=%u\n", in radeon_set_pll()
981 DRM_DEBUG_KMS("Wrote: 0x%08x 0x%08x 0x%08x (0x%08x)\n", in radeon_set_pll()
986 DRM_DEBUG_KMS("Wrote: rd=%d, fd=%d, pd=%d\n", in radeon_set_pll()
HDradeon_atombios.c966 DRM_DEBUG_KMS("Skipping Component Video\n"); in radeon_get_atom_connector_info_from_supported_devices_table()
1349 DRM_DEBUG_KMS("TMDS PLL From ATOMBIOS %u %x\n", in radeon_atombios_get_tmds_info()
1829 DRM_DEBUG_KMS("Default TV standard: NTSC\n"); in radeon_atombios_get_tv_info()
1833 DRM_DEBUG_KMS("Default TV standard: NTSC-J\n"); in radeon_atombios_get_tv_info()
1837 DRM_DEBUG_KMS("Default TV standard: PAL\n"); in radeon_atombios_get_tv_info()
1841 DRM_DEBUG_KMS("Default TV standard: PAL-M\n"); in radeon_atombios_get_tv_info()
1845 DRM_DEBUG_KMS("Default TV standard: PAL-N\n"); in radeon_atombios_get_tv_info()
1849 DRM_DEBUG_KMS("Default TV standard: PAL-CN\n"); in radeon_atombios_get_tv_info()
1853 DRM_DEBUG_KMS("Default TV standard: PAL-60\n"); in radeon_atombios_get_tv_info()
1857 DRM_DEBUG_KMS("Default TV standard: SECAM\n"); in radeon_atombios_get_tv_info()
[all …]
HDradeon_legacy_encoders.c56 DRM_DEBUG_KMS("\n"); in radeon_legacy_lvds_update()
187 DRM_DEBUG_KMS("\n"); in radeon_legacy_lvds_mode_set()
203 DRM_DEBUG_KMS("bios LVDS_GEN_CNTL: 0x%x\n", lvds->lvds_gen_cntl); in radeon_legacy_lvds_mode_set()
522 DRM_DEBUG_KMS("\n"); in radeon_legacy_primary_dac_dpms()
589 DRM_DEBUG_KMS("\n"); in radeon_legacy_primary_dac_mode_set()
731 DRM_DEBUG_KMS("\n"); in radeon_legacy_tmds_int_dpms()
787 DRM_DEBUG_KMS("\n"); in radeon_legacy_tmds_int_mode_set()
895 DRM_DEBUG_KMS("\n"); in radeon_legacy_tmds_ext_dpms()
951 DRM_DEBUG_KMS("\n"); in radeon_legacy_tmds_ext_mode_set()
1041 DRM_DEBUG_KMS("\n"); in radeon_legacy_tv_dac_dpms()
[all …]
HDradeon_kms.c209 DRM_DEBUG_KMS("timestamp is r6xx+ only!\n"); in radeon_info_ioctl()
248 DRM_DEBUG_KMS("unknown crtc id %d\n", value); in radeon_info_ioctl()
267 DRM_DEBUG_KMS("tiling config is r6xx+ only!\n"); in radeon_info_ioctl()
279 DRM_DEBUG_KMS("WANT_HYPERZ: invalid value %d\n", value); in radeon_info_ioctl()
287 DRM_DEBUG_KMS("WANT_CMASK: invalid value %d\n", value); in radeon_info_ioctl()
390 DRM_DEBUG_KMS("Invalid request %d\n", info->request); in radeon_info_ioctl()
HDradeon_connectors.c276 DRM_DEBUG_KMS("1: conflicting encoders switching off %s\n", drm_get_connector_name(conflict)); in radeon_connector_analog_encoder_conflict_solve()
277 DRM_DEBUG_KMS("in favor of %s\n", drm_get_connector_name(connector)); in radeon_connector_analog_encoder_conflict_solve()
281 DRM_DEBUG_KMS("2: conflicting encoders switching off %s\n", drm_get_connector_name(connector)); in radeon_connector_analog_encoder_conflict_solve()
282 DRM_DEBUG_KMS("in favor of %s\n", drm_get_connector_name(conflict)); in radeon_connector_analog_encoder_conflict_solve()
307 DRM_DEBUG_KMS("Adding native panel mode %s\n", mode->name); in radeon_fp_native_mode()
319 DRM_DEBUG_KMS("Adding cvt approximation of native panel mode %s\n", mode->name); in radeon_fp_native_mode()
533 DRM_DEBUG_KMS("Determined LVDS native mode details from EDID\n"); in radeon_fixup_lvds_native_mode()
540 DRM_DEBUG_KMS("No LVDS native mode details, disabling RMX\n"); in radeon_fixup_lvds_native_mode()
670 DRM_DEBUG_KMS("\n"); in radeon_lvds_set_property()
762 DRM_DEBUG_KMS("%s: probed a monitor but no|invalid EDID\n", in radeon_vga_detect()
[all …]
HDradeon_display.c46 DRM_DEBUG_KMS("%d\n", radeon_crtc->crtc_id); in avivo_crtc_load_lut()
79 DRM_DEBUG_KMS("%d\n", radeon_crtc->crtc_id); in dce4_crtc_load_lut()
109 DRM_DEBUG_KMS("%d\n", radeon_crtc->crtc_id); in dce5_crtc_load_lut()
861 DRM_DEBUG_KMS("%d, pll dividers - fb: %d.%d ref: %d, post %d\n", in radeon_compute_pll_avivo()
901 DRM_DEBUG_KMS("PLL freq %ju %u %u\n", (uintmax_t)freq, pll->min_ref_div, pll->max_ref_div); in radeon_compute_pll_legacy()
1054 DRM_DEBUG_KMS("%lld %d, pll dividers - fb: %d.%d ref: %d, post %d\n", in radeon_compute_pll_legacy()
/NextBSD/sys/dev/drm2/
HDdrm_crtc_helper.c125 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", connector->base.id, in drm_helper_probe_single_connector_modes()
149 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] disconnected\n", in drm_helper_probe_single_connector_modes()
197 DRM_DEBUG_KMS("[CONNECTOR:%d:%s] probed modes :\n", connector->base.id, in drm_helper_probe_single_connector_modes()
431 DRM_DEBUG_KMS("Encoder fixup failed\n"); in drm_crtc_helper_set_mode()
437 DRM_DEBUG_KMS("CRTC fixup failed\n"); in drm_crtc_helper_set_mode()
440 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id); in drm_crtc_helper_set_mode()
468 DRM_DEBUG_KMS("[ENCODER:%d:%s] set [MODE:%d:%s]\n", in drm_crtc_helper_set_mode()
567 DRM_DEBUG_KMS("\n"); in drm_crtc_helper_set_config()
584 DRM_DEBUG_KMS("[CRTC:%d] [FB:%d] #connectors=%d (x y) (%i %i)\n", in drm_crtc_helper_set_config()
588 DRM_DEBUG_KMS("[CRTC:%d] [NOFB]\n", set->crtc->base.id); in drm_crtc_helper_set_config()
[all …]
HDdrm_crtc.c668 DRM_DEBUG_KMS("out of memory when allocating plane\n"); in drm_plane_init()
1289 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id); in drm_mode_getresources()
1317 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n", encoder->base.id, in drm_mode_getresources()
1348 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n", in drm_mode_getresources()
1373 DRM_DEBUG_KMS("CRTC[%d] CONNECTORS[%d] ENCODERS[%d]\n", card_res->count_crtcs, in drm_mode_getresources()
1482 DRM_DEBUG_KMS("[CONNECTOR:%d:?]\n", out_resp->connector_id); in drm_mode_getconnector()
1772 DRM_DEBUG_KMS("Unknown plane ID %d\n", in drm_mode_setplane()
1790 DRM_DEBUG_KMS("Unknown crtc ID %d\n", in drm_mode_setplane()
1800 DRM_DEBUG_KMS("Unknown framebuffer ID %d\n", in drm_mode_setplane()
1812 DRM_DEBUG_KMS("Invalid pixel format 0x%08x\n", fb->pixel_format); in drm_mode_setplane()
[all …]
HDdrm_fb_helper.c219 DRM_DEBUG_KMS("cmdline mode for connector %s %dx%d@%dHz%s%s%s\n", in drm_fb_helper_parse_command_line()
1102 DRM_DEBUG_KMS("connector %d enabled? %s\n", connector->base.id, in drm_enable_connectors()
1159 DRM_DEBUG_KMS("can clone using command line\n"); in drm_target_cloned()
1182 DRM_DEBUG_KMS("can clone using 1024x768\n"); in drm_target_cloned()
1202 DRM_DEBUG_KMS("looking for cmdline mode on connector %d\n", in drm_target_preferred()
1208 DRM_DEBUG_KMS("looking for preferred mode on connector %d\n", in drm_target_preferred()
1217 DRM_DEBUG_KMS("found mode %s\n", modes[i] ? modes[i]->name : in drm_target_preferred()
1316 DRM_DEBUG_KMS("\n"); in drm_setup_crtcs()
1342 DRM_DEBUG_KMS("picking CRTCs for %dx%d config\n", width, height); in drm_setup_crtcs()
1359 DRM_DEBUG_KMS("desired mode %s set on crtc %d\n", in drm_setup_crtcs()
[all …]
HDdrm_edid.c216 DRM_DEBUG_KMS("Raw EDID:\n"); in drm_edid_block_valid()
307 DRM_DEBUG_KMS("iicbus_transfer countdown %d error %d\n", in drm_do_probe_ddc_edid()
929 DRM_DEBUG_KMS("Incorrect Detailed timing. " in drm_mode_detailed()
1659 DRM_DEBUG_KMS("HDMI: DVI dual %d, " in parse_hdmi_vsdb()
1721 DRM_DEBUG_KMS("ELD: no CEA Extension found\n"); in drm_edid_to_eld()
1733 DRM_DEBUG_KMS("ELD monitor %s\n", eld + 20); in drm_edid_to_eld()
1779 DRM_DEBUG_KMS("ELD size %d, SAD count %d\n", (int)eld[2], sad_count); in drm_edid_to_eld()
1900 DRM_DEBUG_KMS("Monitor has basic audio support\n"); in drm_detect_monitor_audio()
1911 DRM_DEBUG_KMS("CEA audio format %d\n", in drm_detect_monitor_audio()

12