Home
last modified time | relevance | path

Searched refs:DRM_DEBUG_DRIVER (Results 1 – 72 of 72) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_acpi.c87 DRM_DEBUG_DRIVER("failed to evaluate _DSM\n"); in intel_dsm_platform_mux_info()
92 DRM_DEBUG_DRIVER("MUX info connectors: %lld\n", in intel_dsm_platform_mux_info()
98 DRM_DEBUG_DRIVER("Connector id: 0x%016llx\n", in intel_dsm_platform_mux_info()
100 DRM_DEBUG_DRIVER(" port id: %s\n", in intel_dsm_platform_mux_info()
102 DRM_DEBUG_DRIVER(" display mux info: %s\n", in intel_dsm_platform_mux_info()
104 DRM_DEBUG_DRIVER(" aux/dc mux info: %s\n", in intel_dsm_platform_mux_info()
106 DRM_DEBUG_DRIVER(" hpd mux info: %s\n", in intel_dsm_platform_mux_info()
148 DRM_DEBUG_DRIVER("vga_switcheroo: detected DSM switching method %s handle\n", in intel_dsm_detect()
Dintel_opregion.c282 DRM_DEBUG_DRIVER("SWSCI request already in progress\n"); in swsci()
306 DRM_DEBUG_DRIVER("SWSCI request timed out\n"); in swsci()
315 DRM_DEBUG_DRIVER("SWSCI request error %u\n", scic); in swsci()
417 DRM_DEBUG_DRIVER("bclp = 0x%08x\n", bclp); in asle_set_backlight()
452 DRM_DEBUG_DRIVER("Illum is not supported\n"); in asle_set_als_illum()
458 DRM_DEBUG_DRIVER("PWM freq is not supported\n"); in asle_set_pwm_freq()
466 DRM_DEBUG_DRIVER("Pfit is not supported\n"); in asle_set_pfit()
472 DRM_DEBUG_DRIVER("SROT is not supported\n"); in asle_set_supported_rotation_angles()
479 DRM_DEBUG_DRIVER("Button array event is not supported (nothing)\n"); in asle_set_button_array()
481 DRM_DEBUG_DRIVER("Button array event is not supported (rotation lock)\n"); in asle_set_button_array()
[all …]
Dintel_guc_loader.c278 DRM_DEBUG_DRIVER("DMA status 0x%x, GuC status 0x%x\n", in guc_ucode_xfer_dma()
286 DRM_DEBUG_DRIVER("returning %d\n", ret); in guc_ucode_xfer_dma()
302 DRM_DEBUG_DRIVER("set-domain failed %d\n", ret); in guc_ucode_xfer()
308 DRM_DEBUG_DRIVER("pin failed %d\n", ret); in guc_ucode_xfer()
381 DRM_DEBUG_DRIVER("GuC fw status: fetch %s, load %s\n", in intel_guc_ucode_load()
396 DRM_DEBUG_DRIVER("GuC fw fetch status %s\n", in intel_guc_ucode_load()
430 DRM_DEBUG_DRIVER("GuC fw status: fetch %s, load %s\n", in intel_guc_ucode_load()
466 DRM_DEBUG_DRIVER("before requesting firmware: GuC fw fetch status %s\n", in guc_fw_fetch()
475 DRM_DEBUG_DRIVER("fetch GuC fw from %s succeeded, fw %p\n", in guc_fw_fetch()
477 DRM_DEBUG_DRIVER("firmware file size %zu (minimum %zu, maximum %zu)\n", in guc_fw_fetch()
[all …]
Di915_cmd_parser.c513 DRM_DEBUG_DRIVER("CMD: Abnormal rcs cmd length! 0x%08X\n", cmd_header); in gen7_render_get_cmd_length_mask()
536 DRM_DEBUG_DRIVER("CMD: Abnormal bsd cmd length! 0x%08X\n", cmd_header); in gen7_bsd_get_cmd_length_mask()
549 DRM_DEBUG_DRIVER("CMD: Abnormal blt cmd length! 0x%08X\n", cmd_header); in gen7_blt_get_cmd_length_mask()
871 DRM_DEBUG_DRIVER("Failed to get space for pages\n"); in vmap_batch()
884 DRM_DEBUG_DRIVER("Failed to vmap pages\n"); in vmap_batch()
914 DRM_DEBUG_DRIVER("CMD: failed to prepare shadow batch\n"); in copy_batch()
920 DRM_DEBUG_DRIVER("CMD: Failed to vmap batch\n"); in copy_batch()
927 DRM_DEBUG_DRIVER("CMD: Failed to set shadow batch to CPU\n"); in copy_batch()
933 DRM_DEBUG_DRIVER("CMD: Failed to vmap shadow batch\n"); in copy_batch()
979 DRM_DEBUG_DRIVER("CMD: Rejected command: 0x%08X\n", *cmd); in check_cmd()
[all …]
Di915_gem_context.c286 DRM_DEBUG_DRIVER("Couldn't pin %d\n", ret); in i915_gem_create_context()
295 DRM_DEBUG_DRIVER("PPGTT setup failed (%ld)\n", in i915_gem_create_context()
375 DRM_DEBUG_DRIVER("Disabling HW Contexts; invalid size %d\n", in i915_gem_context_init()
395 DRM_DEBUG_DRIVER("%s context support initialized\n", in i915_gem_context_init()
759 DRM_DEBUG_DRIVER("L3 remapping failed\n"); in do_switch()
870 DRM_DEBUG_DRIVER("HW context %d created\n", args->ctx_id); in i915_gem_context_create_ioctl()
900 DRM_DEBUG_DRIVER("HW context %d destroyed\n", args->ctx_id); in i915_gem_context_destroy_ioctl()
Di915_dma.c237 DRM_DEBUG_DRIVER("failed bus alloc: %d\n", ret); in intel_alloc_mchbar_resource()
539 DRM_DEBUG_DRIVER("i915 device info: gen=%i, pciid=0x%04x rev=0x%02x flags=" in i915_dump_device_info()
825 DRM_DEBUG_DRIVER("slice total: %u\n", info->slice_total); in intel_device_info_runtime_init()
826 DRM_DEBUG_DRIVER("subslice total: %u\n", info->subslice_total); in intel_device_info_runtime_init()
827 DRM_DEBUG_DRIVER("subslice per slice: %u\n", info->subslice_per_slice); in intel_device_info_runtime_init()
828 DRM_DEBUG_DRIVER("EU total: %u\n", info->eu_total); in intel_device_info_runtime_init()
829 DRM_DEBUG_DRIVER("EU per subslice: %u\n", info->eu_per_subslice); in intel_device_info_runtime_init()
830 DRM_DEBUG_DRIVER("has slice power gating: %s\n", in intel_device_info_runtime_init()
832 DRM_DEBUG_DRIVER("has subslice power gating: %s\n", in intel_device_info_runtime_init()
834 DRM_DEBUG_DRIVER("has EU power gating: %s\n", in intel_device_info_runtime_init()
Dintel_bios.c775 DRM_DEBUG_DRIVER("Found MIPI Config block, panel index = %d\n", in parse_mipi()
812 DRM_DEBUG_DRIVER("Found MIPI sequence block\n"); in parse_mipi()
870 DRM_DEBUG_DRIVER("Found mipi sequence - %d\n", seq_id); in parse_mipi()
888 DRM_DEBUG_DRIVER("MIPI related vbt parsing complete\n"); in parse_mipi()
1098 DRM_DEBUG_DRIVER("Expected child device config size for VBT version %u not known; assuming %u\n", in parse_device_mapping()
1244 DRM_DEBUG_DRIVER("VBT header incomplete\n"); in validate_vbt()
1249 DRM_DEBUG_DRIVER("VBT invalid signature\n"); in validate_vbt()
1255 DRM_DEBUG_DRIVER("BDB header incomplete\n"); in validate_vbt()
1261 DRM_DEBUG_DRIVER("BDB incomplete\n"); in validate_vbt()
Dintel_dsi_panel_vbt.c164 DRM_DEBUG_DRIVER("Generic Read not yet implemented or used\n"); in mipi_exec_send_packet()
176 DRM_DEBUG_DRIVER("DCS Read not yet implemented or used\n"); in mipi_exec_send_packet()
271 DRM_DEBUG_DRIVER("Starting MIPI sequence - %s\n", seq_name[*data]); in generic_exec_sequence()
570 DRM_DEBUG_DRIVER("Values crossing maximum limits, restricting to max values\n"); in vbt_panel_init()
Dintel_sideband.c55 DRM_DEBUG_DRIVER("IOSF sideband idle wait (%s) timed out\n", in vlv_sideband_rw()
66 DRM_DEBUG_DRIVER("IOSF sideband finish wait (%s) timed out\n", in vlv_sideband_rw()
Dintel_pm.c132 DRM_DEBUG_DRIVER("unknown memory frequency 0x%02x\n", in i915_ironlake_get_mem_freq()
163 DRM_DEBUG_DRIVER("unknown fsb frequency 0x%04x\n", in i915_ironlake_get_mem_freq()
4223 DRM_DEBUG_DRIVER("fmax: %d, fmin: %d, fstart: %d\n", in ironlake_enable_drps()
4999 DRM_DEBUG_DRIVER("Failed to set the min frequency\n"); in gen6_enable_rps()
5003 DRM_DEBUG_DRIVER("Overclocking supported. Max: %dMHz, Overclock max: %dMHz\n", in gen6_enable_rps()
5015 DRM_DEBUG_DRIVER("Couldn't check for BIOS workaround\n"); in gen6_enable_rps()
5017 DRM_DEBUG_DRIVER("You should update your BIOS. Correcting minimum rc6 voltage (%dmV->%dmV)\n", in gen6_enable_rps()
5246 DRM_DEBUG_DRIVER("BIOS didn't set up PCBR, fixing up\n"); in cherryview_setup_pctx()
5254 DRM_DEBUG_DRIVER("PCBR: 0x%08x\n", I915_READ(VLV_PCBR)); in cherryview_setup_pctx()
5280 DRM_DEBUG_DRIVER("BIOS didn't set up PCBR, fixing up\n"); in valleyview_setup_pctx()
[all …]
Dintel_hotplug.c214 DRM_DEBUG_DRIVER("Reenabling HPD on connector %s\n", in intel_hpd_irq_storm_reenable_work()
387 DRM_DEBUG_DRIVER("digital hpd port %c - %s\n", port_name(port), in intel_hpd_irq_handler()
Dintel_lrc.c1368 DRM_DEBUG_DRIVER("alloc LRC WA ctx backing obj failed.\n"); in lrc_setup_wa_ctx_obj()
1374 DRM_DEBUG_DRIVER("pin LRC WA ctx backing obj failed: %d\n", in lrc_setup_wa_ctx_obj()
1417 DRM_DEBUG_DRIVER("Failed to setup context WA page: %d\n", ret); in intel_init_workaround_bb()
1508 DRM_DEBUG_DRIVER("Execlists enabled for %s\n", ring->name); in gen8_init_common_ring()
2245 DRM_DEBUG_DRIVER("Could not set to CPU domain\n"); in populate_lr_context()
2251 DRM_DEBUG_DRIVER("Could not get object pages\n"); in populate_lr_context()
2475 DRM_DEBUG_DRIVER("Alloc LRC backing obj failed.\n"); in intel_lr_context_deferred_alloc()
2487 DRM_DEBUG_DRIVER("Failed to populate LRC: %d\n", ret); in intel_lr_context_deferred_alloc()
Di915_irq.c788 DRM_DEBUG_DRIVER("trying to get scanoutpos for disabled " in i915_get_crtc_scanoutpos()
1470 DRM_DEBUG_DRIVER("hotplug event received, stat 0x%08x, dig 0x%08x, pins 0x%08x\n", in intel_get_hpd_pins()
1852 DRM_DEBUG_DRIVER("PCH audio power change on port %d\n", in ibx_irq_handler()
1863 DRM_DEBUG_DRIVER("PCH HDCP audio interrupt\n"); in ibx_irq_handler()
1866 DRM_DEBUG_DRIVER("PCH transcoder audio interrupt\n"); in ibx_irq_handler()
1873 DRM_DEBUG_DRIVER(" pipe %c FDI IIR: 0x%08x\n", in ibx_irq_handler()
1878 DRM_DEBUG_DRIVER("PCH transcoder CRC done interrupt\n"); in ibx_irq_handler()
1881 DRM_DEBUG_DRIVER("PCH transcoder CRC error interrupt\n"); in ibx_irq_handler()
1946 DRM_DEBUG_DRIVER("PCH audio power change on port %c\n", in cpt_irq_handler()
1957 DRM_DEBUG_DRIVER("Audio CP request interrupt\n"); in cpt_irq_handler()
[all …]
Di915_guc_submission.c305 DRM_DEBUG_DRIVER("selected doorbell cacheline 0x%x, next 0x%x, linesize %u\n", in select_doorbell_cacheline()
333 DRM_DEBUG_DRIVER("assigned %s priority doorbell id 0x%x\n", in assign_doorbell()
799 DRM_DEBUG_DRIVER("new priority %u client %p: ctx_index %u db_id %u\n", in guc_client_alloc()
Di915_debugfs.c1008 DRM_DEBUG_DRIVER("Resetting error state\n"); in i915_error_state_write()
3909 DRM_DEBUG_DRIVER("collecting CRCs for pipe %c, %s\n", in pipe_crc_set_source()
3945 DRM_DEBUG_DRIVER("stopping CRCs for pipe %c\n", in pipe_crc_set_source()
4004 DRM_DEBUG_DRIVER("too many words, allowed <= %d\n", in display_crc_ctl_tokenize()
4077 DRM_DEBUG_DRIVER("tokenize failed, a command is %d words\n", in display_crc_ctl_parse()
4083 DRM_DEBUG_DRIVER("unknown object %s\n", words[0]); in display_crc_ctl_parse()
4088 DRM_DEBUG_DRIVER("unknown pipe %s\n", words[1]); in display_crc_ctl_parse()
4093 DRM_DEBUG_DRIVER("unknown source %s\n", words[2]); in display_crc_ctl_parse()
4112 DRM_DEBUG_DRIVER("expected <%lu bytes into pipe crc control\n", in display_crc_ctl_write()
4176 DRM_DEBUG_DRIVER("Copied %d bytes from user\n", (unsigned int)len); in i915_displayport_test_active_write()
[all …]
Dintel_audio.c239 DRM_DEBUG_DRIVER("ELD size %d\n", len); in g4x_audio_codec_enable()
511 DRM_DEBUG_DRIVER("ELD on [CONNECTOR:%d:%s], [ENCODER:%d:%s]\n", in intel_audio_codec_enable()
Dintel_hdmi.c81 DRM_DEBUG_DRIVER("unknown info frame type %d\n", type); in g4x_infoframe_index()
96 DRM_DEBUG_DRIVER("unknown info frame type %d\n", type); in g4x_infoframe_enable()
111 DRM_DEBUG_DRIVER("unknown info frame type %d\n", type); in hsw_infoframe_enable()
129 DRM_DEBUG_DRIVER("unknown info frame type %d\n", type); in hsw_dip_data_reg()
959 DRM_DEBUG_DRIVER("Enabling HDMI audio on pipe %c\n", in intel_enable_hdmi_audio()
Dintel_ddi.c1291 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n", in hsw_ddi_pll_select()
1544 DRM_DEBUG_DRIVER("No valid divider found for %dHz\n", clock); in skl_ddi_calculate_wrpll()
1620 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n", in skl_ddi_pll_select()
1674 DRM_DEBUG_DRIVER("no PLL dividers found for clock %d pipe %c\n", in bxt_ddi_pll_select()
1767 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n", in bxt_ddi_pll_select()
2975 DRM_DEBUG_DRIVER("lane stagger config different for lane 01 (%08x) and 23 (%08x)\n", in bxt_ddi_pll_get_hw_state()
Di915_gem_gtt.c139 DRM_DEBUG_DRIVER("disabling PPGTT on pre-B3 step VLV\n"); in sanitize_enable_ppgtt()
2104 DRM_DEBUG_DRIVER("Allocated pde space (%lldM) at GTT entry: %llx\n", in gen6_ppgtt_init()
2277 DRM_DEBUG_DRIVER("Unexpected fault\n" in i915_check_and_clear_faults()
3124 DRM_DEBUG_DRIVER("GMADR size = %lldM\n", gtt->mappable_end >> 20); in i915_gem_gtt_init()
3125 DRM_DEBUG_DRIVER("GTT stolen size = %zdM\n", gtt->stolen_size >> 20); in i915_gem_gtt_init()
3137 DRM_DEBUG_DRIVER("ppgtt mode: %i\n", i915.enable_ppgtt); in i915_gem_gtt_init()
Dintel_dsi_pll.c418 DRM_DEBUG_DRIVER("Calculated pclk=%u\n", pclk); in bxt_get_dsi_pclk()
Di915_gem_stolen.c495 DRM_DEBUG_DRIVER("offset=0x%x, size=%d\n", offset, size); in i915_pages_create_for_stolen()
Dintel_panel.c570 DRM_DEBUG_DRIVER("get backlight PWM = %d\n", val); in intel_panel_get_backlight()
656 DRM_DEBUG_DRIVER("set backlight PWM = %d\n", level); in intel_panel_actually_set_backlight()
847 DRM_DEBUG_DRIVER("Skipping backlight disable on vga switch\n"); in intel_panel_disable_backlight()
Di915_sysfs.c563 DRM_DEBUG_DRIVER("Resetting error state\n"); in error_state_write()
Dintel_ringbuffer.c704 DRM_DEBUG_DRIVER("%s pipe control offset: 0x%08x\n", in intel_init_pipe_control()
750 DRM_DEBUG_DRIVER("Number of Workarounds emitted: %d\n", w->count); in intel_ring_workarounds_emit()
1995 DRM_DEBUG_DRIVER("%s hws offset: 0x%08x\n", in init_status_page()
Dintel_display.c223 DRM_DEBUG_DRIVER("CZ clock rate: %d kHz\n", dev_priv->czclk_freq); in intel_update_czclk()
1877 DRM_DEBUG_DRIVER("setting up %s\n", pll->name); in intel_prepare_shared_dpll()
4332 DRM_DEBUG_DRIVER("using %s for pipe %c\n", pll->name, in intel_get_shared_dpll()
5435 DRM_DEBUG_DRIVER("Max CD clock rate: %d kHz\n", in intel_update_max_cdclk()
5438 DRM_DEBUG_DRIVER("Max dotclock rate: %d kHz\n", in intel_update_max_cdclk()
5447 DRM_DEBUG_DRIVER("Current CD clock rate: %d kHz\n", in intel_update_cdclk()
5762 DRM_DEBUG_DRIVER("Changing CDCLK to %dKHz\n", freq); in skl_set_cdclk()
6262 DRM_DEBUG_DRIVER("disabling pfit, current: 0x%08x\n", in i9xx_pfit_disable()
8963 DRM_DEBUG_DRIVER("failed to find PLL for pipe %c\n", in ironlake_crtc_compute_clock()
11460 DRM_DEBUG_DRIVER("flip queue: previous flip completed, continuing\n"); in intel_crtc_page_flip()
[all …]
Di915_drv.c1761 DRM_DEBUG_DRIVER("KMS and UMS disabled.\n"); in i915_init()
Dintel_dp.c2607 DRM_DEBUG_DRIVER("Enabling DP audio on pipe %c\n", in intel_enable_dp()
4464 DRM_DEBUG_DRIVER("Test request in short pulse not handled\n"); in intel_dp_check_link_status()
4466 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n"); in intel_dp_check_link_status()
4830 DRM_DEBUG_DRIVER("CP or sink specific irq unhandled\n"); in intel_dp_detect()
Di915_gpu_error.c1298 DRM_DEBUG_DRIVER("out of memory, not capturing error state\n"); in i915_capture_error_state()
Di915_gem.c4902 DRM_DEBUG_DRIVER("allow wake ack timed out\n"); in i915_gem_init()
5087 DRM_DEBUG_DRIVER("\n"); in i915_gem_open()
Dintel_sdvo.c1376 DRM_DEBUG_DRIVER("failed to retrieve SDVO DTD\n"); in intel_sdvo_get_config()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hdmi_tx3g0c55phy.c114 DRM_DEBUG_DRIVER("\n"); in disable_pll_rejection()
141 DRM_DEBUG_DRIVER("\n"); in enable_pll_rejection()
148 DRM_DEBUG_DRIVER("hdmi rejection pll input clock = %dHz\n", inputclock); in enable_pll_rejection()
211 DRM_DEBUG_DRIVER("ckpxpll = %dHz\n", ckpxpll); in sti_hdmi_tx3g0c55phy_start()
246 DRM_DEBUG_DRIVER("pllctrl = 0x%x\n", pllctrl); in sti_hdmi_tx3g0c55phy_start()
260 DRM_DEBUG_DRIVER("got PHY PLL Lock\n"); in sti_hdmi_tx3g0c55phy_start()
281 DRM_DEBUG_DRIVER("serializer cfg 0x%x 0x%x 0x%x 0x%x\n", in sti_hdmi_tx3g0c55phy_start()
314 DRM_DEBUG_DRIVER("\n"); in sti_hdmi_tx3g0c55phy_stop()
Dsti_crtc.c29 DRM_DEBUG_DRIVER("\n"); in sti_crtc_enable()
49 DRM_DEBUG_DRIVER("\n"); in sti_crtc_disabling()
168 DRM_DEBUG_DRIVER("\n"); in sti_crtc_atomic_flush()
177 DRM_DEBUG_DRIVER("update plane %s\n", in sti_crtc_atomic_flush()
201 DRM_DEBUG_DRIVER("disable plane %s from mixer\n", in sti_crtc_atomic_flush()
311 DRM_DEBUG_DRIVER("\n"); in sti_crtc_enable_vblank()
330 DRM_DEBUG_DRIVER("\n"); in sti_crtc_disable_vblank()
334 DRM_DEBUG_DRIVER("Warning: cannot unregister VTG notifier\n"); in sti_crtc_disable_vblank()
378 DRM_DEBUG_DRIVER("drm CRTC:%d mapped to %s\n", in sti_crtc_init()
Dsti_hdmi_tx3g4c28phy.c81 DRM_DEBUG_DRIVER("ckpxpll = %dHz\n", ckpxpll); in sti_hdmi_tx3g4c28phy_start()
115 DRM_DEBUG_DRIVER("pllctrl = 0x%x\n", pllctrl); in sti_hdmi_tx3g4c28phy_start()
129 DRM_DEBUG_DRIVER("got PHY PLL Lock\n"); in sti_hdmi_tx3g4c28phy_start()
157 DRM_DEBUG_DRIVER("serializer cfg 0x%x 0x%x 0x%x\n", in sti_hdmi_tx3g4c28phy_start()
188 DRM_DEBUG_DRIVER("\n"); in sti_hdmi_tx3g4c28phy_stop()
Dsti_hdmi.c215 DRM_DEBUG_DRIVER("\n"); in hdmi_config()
228 DRM_DEBUG_DRIVER("H Sync Negative\n"); in hdmi_config()
234 DRM_DEBUG_DRIVER("V Sync Negative\n"); in hdmi_config()
346 DRM_DEBUG_DRIVER("\n"); in hdmi_avi_infoframe_config()
417 DRM_DEBUG_DRIVER("\n"); in hdmi_swreset()
441 DRM_DEBUG_DRIVER("Warning: HDMI sw reset timeout occurs\n"); in hdmi_swreset()
460 DRM_DEBUG_DRIVER("\n"); in sti_hdmi_disable()
488 DRM_DEBUG_DRIVER("\n"); in sti_hdmi_pre_enable()
537 DRM_DEBUG_DRIVER("\n"); in sti_hdmi_set_mode()
578 DRM_DEBUG_DRIVER("\n"); in sti_hdmi_connector_get_modes()
[all …]
Dsti_dvo.c148 DRM_DEBUG_DRIVER("\n"); in dvo_awg_configure()
166 DRM_DEBUG_DRIVER("\n"); in sti_dvo_disable()
189 DRM_DEBUG_DRIVER("\n"); in sti_dvo_pre_enable()
239 DRM_DEBUG_DRIVER("\n"); in sti_dvo_set_mode()
312 DRM_DEBUG_DRIVER("target rate = %d => available rate = %d\n", in sti_dvo_connector_mode_valid()
316 DRM_DEBUG_DRIVER("dvo pixclk=%d not supported\n", target); in sti_dvo_connector_mode_valid()
346 DRM_DEBUG_DRIVER("\n"); in sti_dvo_connector_detect()
520 DRM_DEBUG_DRIVER("Cannot get main_parent clock\n"); in sti_dvo_probe()
526 DRM_DEBUG_DRIVER("Cannot get aux_parent clock\n"); in sti_dvo_probe()
Dsti_plane.c48 DRM_DEBUG_DRIVER("\n"); in sti_plane_destroy()
62 DRM_DEBUG_DRIVER("\n"); in sti_plane_set_property()
106 DRM_DEBUG_DRIVER("drm plane:%d mapped to %s with zorder:%d\n", in sti_plane_init_property()
Dsti_gdp.c229 DRM_DEBUG_DRIVER("Warning, NVN 0x%08X for %s does not match any node\n", in sti_gdp_get_current_nodes()
248 DRM_DEBUG_DRIVER("%s\n", sti_plane_to_str(&gdp->plane)); in sti_gdp_disable()
258 DRM_DEBUG_DRIVER("Warning: cannot unregister VTG notifier\n"); in sti_gdp_disable()
284 DRM_DEBUG_DRIVER("Vsync event received => disable %s\n", in sti_gdp_field_cb()
332 DRM_DEBUG_DRIVER("node[%d].top_field=%p\n", i, base); in sti_gdp_init()
342 DRM_DEBUG_DRIVER("node[%d].btm_field=%p\n", i, base); in sti_gdp_init()
458 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id, in sti_gdp_atomic_update()
551 DRM_DEBUG_DRIVER("%s first update (or invalid node)", in sti_gdp_atomic_update()
587 DRM_DEBUG_DRIVER("drm plane:%d not enabled\n", in sti_gdp_atomic_disable()
592 DRM_DEBUG_DRIVER("CRTC:%d (%s) drm plane:%d (%s)\n", in sti_gdp_atomic_disable()
Dsti_hda.c340 DRM_DEBUG_DRIVER("\n"); in sti_hda_configure_awg()
356 DRM_DEBUG_DRIVER("\n"); in sti_hda_disable()
381 DRM_DEBUG_DRIVER("\n"); in sti_hda_pre_enable()
424 DRM_DEBUG_DRIVER("Using HDA mode #%d\n", mode_idx); in sti_hda_pre_enable()
471 DRM_DEBUG_DRIVER("\n"); in sti_hda_set_mode()
528 DRM_DEBUG_DRIVER("\n"); in sti_hda_connector_get_modes()
570 DRM_DEBUG_DRIVER("target rate = %d => available rate = %d\n", in sti_hda_connector_mode_valid()
574 DRM_DEBUG_DRIVER("hda pixclk=%d not supported\n", in sti_hda_connector_mode_valid()
743 DRM_DEBUG_DRIVER("No video-dacs-ctrl resource\n"); in sti_hda_probe()
Dsti_mixer.c151 DRM_DEBUG_DRIVER("%s %s depth=%d\n", sti_mixer_to_str(mixer), in sti_mixer_set_plane_depth()
175 DRM_DEBUG_DRIVER("%s active video area xdo:%d ydo:%d xds:%d yds:%d\n", in sti_mixer_active_video_area()
214 DRM_DEBUG_DRIVER("%s %s %s\n", status ? "enable" : "disable", in sti_mixer_set_plane_status()
258 DRM_DEBUG_DRIVER("%s created. Regs=%p\n", in sti_mixer_create()
Dsti_hqvdp.c523 DRM_DEBUG_DRIVER("%s\n", sti_plane_to_str(&hqvdp->plane)); in sti_hqvdp_disable()
527 DRM_DEBUG_DRIVER("Warning: cannot unregister VTG notifier\n"); in sti_hqvdp_disable()
566 DRM_DEBUG_DRIVER("Unknown event\n"); in sti_hqvdp_vtg_cb()
572 DRM_DEBUG_DRIVER("Vsync event received => disable %s\n", in sti_hqvdp_vtg_cb()
670 DRM_DEBUG_DRIVER("\n"); in sti_hqvdp_start_xp70()
844 DRM_DEBUG_DRIVER("drm FB:%d format:%.4s phys@:0x%lx\n", fb->base.id, in sti_hqvdp_atomic_update()
944 DRM_DEBUG_DRIVER("drm plane:%d not enabled\n", in sti_hqvdp_atomic_disable()
949 DRM_DEBUG_DRIVER("CRTC:%d (%s) drm plane:%d (%s)\n", in sti_hqvdp_atomic_disable()
995 DRM_DEBUG_DRIVER("\n"); in sti_hqvdp_bind()
1025 DRM_DEBUG_DRIVER("\n"); in sti_hqvdp_probe()
Dsti_tvout.c288 DRM_DEBUG_DRIVER("main vip for DVO\n"); in tvout_dvo_start()
296 DRM_DEBUG_DRIVER("aux vip for DVO\n"); in tvout_dvo_start()
347 DRM_DEBUG_DRIVER("main vip for hdmi\n"); in tvout_hdmi_start()
352 DRM_DEBUG_DRIVER("aux vip for hdmi\n"); in tvout_hdmi_start()
Dsti_cursor.c221 DRM_DEBUG_DRIVER("drm plane:%d not enabled\n", in sti_cursor_atomic_disable()
226 DRM_DEBUG_DRIVER("CRTC:%d (%s) drm plane:%d (%s)\n", in sti_cursor_atomic_disable()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_acpi.c132 DRM_DEBUG_DRIVER("failed to evaluate ATIF got %s\n", in amdgpu_atif_call()
224 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version); in amdgpu_atif_verify_interface()
270 DRM_DEBUG_DRIVER("SYSTEM_PARAMS: mask = %#x, flags = %#x\n", in amdgpu_atif_get_notification_params()
290 DRM_DEBUG_DRIVER("Notification %s, command code = %#x\n", in amdgpu_atif_get_notification_params()
328 DRM_DEBUG_DRIVER("SBIOS pending requests: %#x\n", req->pending); in amdgpu_atif_get_sbios_requests()
355 DRM_DEBUG_DRIVER("event, device_class = %s, type = %#x\n", in amdgpu_atif_handler()
373 DRM_DEBUG_DRIVER("ATIF: %d pending SBIOS requests\n", count); in amdgpu_atif_handler()
381 DRM_DEBUG_DRIVER("Changing brightness to %d\n", in amdgpu_atif_handler()
442 DRM_DEBUG_DRIVER("failed to evaluate ATCS got %s\n", in amdgpu_atcs_call()
505 DRM_DEBUG_DRIVER("ATCS version %u\n", output.version); in amdgpu_atcs_verify_interface()
[all …]
Damdgpu_display.c127 DRM_DEBUG_DRIVER("Delay problem on crtc %d: min_udelay %d, " in amdgpu_flip_work_func()
245 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n"); in amdgpu_crtc_page_flip()
Damdgpu_drv.c426 DRM_DEBUG_DRIVER("failing to power off - crtc active\n"); in amdgpu_pmops_runtime_idle()
Ddce_v8_0.c3359 DRM_DEBUG_DRIVER("amdgpu_crtc->pflip_status = %d != " in dce_v8_0_pageflip_irq()
Ddce_v11_0.c3343 DRM_DEBUG_DRIVER("amdgpu_crtc->pflip_status = %d != " in dce_v11_0_pageflip_irq()
Ddce_v10_0.c3350 DRM_DEBUG_DRIVER("amdgpu_crtc->pflip_status = %d != " in dce_v10_0_pageflip_irq()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_acpi.c132 DRM_DEBUG_DRIVER("failed to evaluate ATIF got %s\n", in radeon_atif_call()
224 DRM_DEBUG_DRIVER("ATIF version %u\n", output.version); in radeon_atif_verify_interface()
270 DRM_DEBUG_DRIVER("SYSTEM_PARAMS: mask = %#x, flags = %#x\n", in radeon_atif_get_notification_params()
290 DRM_DEBUG_DRIVER("Notification %s, command code = %#x\n", in radeon_atif_get_notification_params()
328 DRM_DEBUG_DRIVER("SBIOS pending requests: %#x\n", req->pending); in radeon_atif_get_sbios_requests()
355 DRM_DEBUG_DRIVER("event, device_class = %s, type = %#x\n", in radeon_atif_handler()
373 DRM_DEBUG_DRIVER("ATIF: %d pending SBIOS requests\n", count); in radeon_atif_handler()
379 DRM_DEBUG_DRIVER("Changing brightness to %d\n", in radeon_atif_handler()
447 DRM_DEBUG_DRIVER("failed to evaluate ATCS got %s\n", in radeon_atcs_call()
510 DRM_DEBUG_DRIVER("ATCS version %u\n", output.version); in radeon_atcs_verify_interface()
[all …]
Dradeon_pm.c223 DRM_DEBUG_DRIVER("Setting: e: %d\n", sclk); in radeon_set_power_state()
232 DRM_DEBUG_DRIVER("Setting: m: %d\n", mclk); in radeon_set_power_state()
244 DRM_DEBUG_DRIVER("pm: GUI not idle!!!\n"); in radeon_set_power_state()
313 DRM_DEBUG_DRIVER("%d Power State(s)\n", rdev->pm.num_power_states); in radeon_pm_print_states()
316 DRM_DEBUG_DRIVER("State %d: %s\n", i, in radeon_pm_print_states()
319 DRM_DEBUG_DRIVER("\tDefault"); in radeon_pm_print_states()
321 DRM_DEBUG_DRIVER("\t%d PCIE Lanes\n", power_state->pcie_lanes); in radeon_pm_print_states()
323 DRM_DEBUG_DRIVER("\tSingle display only\n"); in radeon_pm_print_states()
324 DRM_DEBUG_DRIVER("\t%d Clock Mode(s)\n", power_state->num_clock_modes); in radeon_pm_print_states()
328 DRM_DEBUG_DRIVER("\t\t%d e: %d\n", in radeon_pm_print_states()
[all …]
Dradeon_display.c311 DRM_DEBUG_DRIVER("radeon_crtc->flip_status = %d != " in radeon_crtc_handle_vblank()
366 DRM_DEBUG_DRIVER("radeon_crtc->flip_status = %d != " in radeon_crtc_handle_flip()
486 DRM_DEBUG_DRIVER("Delay problem on crtc %d: min_udelay %d, " in radeon_flip_work_func()
542 DRM_DEBUG_DRIVER("flip-ioctl() cur_rbo = %p, new_rbo = %p\n", in radeon_crtc_page_flip()
610 DRM_DEBUG_DRIVER("flip queue: crtc already busy\n"); in radeon_crtc_page_flip()
Dradeon_drv.c511 DRM_DEBUG_DRIVER("failing to power off - crtc active\n"); in radeon_pmops_runtime_idle()
Dr100.c280 DRM_DEBUG_DRIVER("Requested: e: %d m: %d p: %d\n", in r100_pm_get_dynpm_state()
432 DRM_DEBUG_DRIVER("Setting: p: %d\n", ps->pcie_lanes); in r100_pm_misc()
Dr600.c520 DRM_DEBUG_DRIVER("Requested: e: %d m: %d p: %d\n", in r600_pm_get_dynpm_state()
784 DRM_DEBUG_DRIVER("Setting: v: %d\n", voltage->voltage); in r600_pm_misc()
/linux-4.4.14/drivers/gpu/drm/gma500/
Dopregion.c154 DRM_DEBUG_DRIVER("asle set backlight %x\n", bclp); in asle_set_backlight()
191 DRM_DEBUG_DRIVER("non asle set request??\n"); in psb_intel_opregion_asle_work()
318 DRM_DEBUG_DRIVER("ACPI Opregion not supported\n"); in psb_intel_opregion_setup()
330 DRM_DEBUG_DRIVER("opregion signature mismatch\n"); in psb_intel_opregion_setup()
342 DRM_DEBUG_DRIVER("Public ACPI methods supported\n"); in psb_intel_opregion_setup()
347 DRM_DEBUG_DRIVER("ASLE supported\n"); in psb_intel_opregion_setup()
Doaktrail_hdmi_i2c.c265 DRM_DEBUG_DRIVER("old gpio val %x\n", temp); in oaktrail_hdmi_i2c_gpio_fix()
268 DRM_DEBUG_DRIVER("new gpio val %x\n", temp); in oaktrail_hdmi_i2c_gpio_fix()
Dmdfld_device.c57 DRM_DEBUG_DRIVER("backlight level set to %d\n", level); in mdfld_set_brightness()
102 DRM_DEBUG_DRIVER("brightness = 0x%x \n", dev_priv->brightness); in mdfld_get_brightness()
Dgtt.c583 DRM_DEBUG_DRIVER("Restored %u of %u gtt ranges (%u KB)", restored, in psb_gtt_restore()
Doaktrail_crtc.c128 DRM_DEBUG_DRIVER("dotclock=%d, m=%d, m1=%d, m2=%d, n=%d, p1=%d, p2=%d\n", in mrst_print_pll()
Dcdv_intel_dp.c1121 DRM_DEBUG_DRIVER("failed to write sink power state\n"); in cdv_intel_dp_sink_dpms()
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_drm.c701 DRM_DEBUG_DRIVER("failing to power off - not optimus\n"); in nouveau_pmops_runtime_suspend()
760 DRM_DEBUG_DRIVER("failing to power off - not optimus\n"); in nouveau_pmops_runtime_idle()
768 DRM_DEBUG_DRIVER("failing to power off - no HDMI audio driver loaded\n"); in nouveau_pmops_runtime_idle()
776 DRM_DEBUG_DRIVER("failing to power off - crtc active\n"); in nouveau_pmops_runtime_idle()
994 DRM_DEBUG_DRIVER("Loading Nouveau with parameters:\n"); in nouveau_display_options()
996 DRM_DEBUG_DRIVER("... tv_disable : %d\n", nouveau_tv_disable); in nouveau_display_options()
997 DRM_DEBUG_DRIVER("... ignorelid : %d\n", nouveau_ignorelid); in nouveau_display_options()
998 DRM_DEBUG_DRIVER("... duallink : %d\n", nouveau_duallink); in nouveau_display_options()
999 DRM_DEBUG_DRIVER("... nofbaccel : %d\n", nouveau_nofbaccel); in nouveau_display_options()
1000 DRM_DEBUG_DRIVER("... config : %s\n", nouveau_config); in nouveau_display_options()
[all …]
/linux-4.4.14/drivers/gpu/drm/armada/
Darmada_gem.c54 DRM_DEBUG_DRIVER("release obj %p\n", dobj); in armada_gem_free_object()
176 DRM_DEBUG_DRIVER("obj %p phys %#llx dev %#llx\n", obj, in armada_gem_linear_back()
206 DRM_DEBUG_DRIVER("alloc private obj %p size %zu\n", obj, size); in armada_gem_alloc_private_object()
233 DRM_DEBUG_DRIVER("alloc obj %p size %zu\n", obj, size); in armada_gem_alloc_object()
265 DRM_DEBUG_DRIVER("obj %p size %zu handle %#x\n", dobj, size, handle); in armada_gem_dumb_create()
294 DRM_DEBUG_DRIVER("handle %#x offset %llx\n", handle, *offset); in armada_gem_dumb_map_offset()
336 DRM_DEBUG_DRIVER("obj %p size %zu handle %#x\n", dobj, size, handle); in armada_gem_create_ioctl()
378 DRM_DEBUG_DRIVER("handle %u off %u size %u ptr 0x%llx\n", in armada_gem_pwrite_ioctl()
Darmada_fb.c110 DRM_DEBUG_DRIVER("w%u h%u pf%08x f%u p%u,%u,%u\n", in armada_fb_create()
Darmada_crtc.c176 DRM_DEBUG_DRIVER("pitch %u x %d y %d bpp %d\n", in armada_drm_crtc_calc_fb()
556 DRM_DEBUG_DRIVER("H: %d %d %d %d lm %d rm %d\n", in armada_drm_crtc_mode_set()
561 DRM_DEBUG_DRIVER("V: %d %d %d %d tm %d bm %d\n", in armada_drm_crtc_mode_set()
/linux-4.4.14/drivers/gpu/drm/vgem/
Dvgem_drv.c186 DRM_DEBUG_DRIVER("object creation failed\n"); in vgem_gem_dumb_create()
193 DRM_DEBUG_DRIVER("Created object of size %lld\n", size); in vgem_gem_dumb_create()
/linux-4.4.14/drivers/gpu/drm/bochs/
Dbochs_hw.c161 DRM_DEBUG_DRIVER("%dx%d @ %d bpp, vy %d\n", in bochs_hw_setmode()
191 DRM_DEBUG_DRIVER("x %d, y %d, addr %llx -> offset %lx, vx %d, vy %d\n", in bochs_hw_setbase()
Dbochs_fbdev.c148 DRM_DEBUG_DRIVER("\n"); in bochs_fbdev_destroy()
Dbochs_mm.c511 DRM_DEBUG_DRIVER("%dx%d, format %c%c%c%c\n", in bochs_user_framebuffer_create()
/linux-4.4.14/drivers/gpu/drm/via/
Dvia_drv.c37 DRM_DEBUG_DRIVER("\n"); in via_driver_open()
/linux-4.4.14/drivers/gpu/drm/sis/
Dsis_drv.c85 DRM_DEBUG_DRIVER("\n"); in sis_driver_open()
/linux-4.4.14/include/drm/
DdrmP.h204 #define DRM_DEBUG_DRIVER(fmt, args...) \ macro
/linux-4.4.14/drivers/gpu/drm/i2c/
Dtda998x_drv.c626 DRM_DEBUG_DRIVER( in tda998x_irq_thread()