Searched refs:for_each_intel_crtc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fifo_underrun.c | 101 for_each_intel_crtc(dev_priv->dev, crtc) { in i9xx_check_fifo_underruns()
|
D | intel_display.c | 1666 for_each_intel_crtc(dev, crtc) in intel_num_dvo_pipes() 3103 for_each_intel_crtc(dev, crtc) { in intel_prepare_reset() 3758 for_each_intel_crtc(dev, crtc) { in intel_has_pending_fb_unpin() 4603 for_each_intel_crtc(dev, crtc_it) { in haswell_mode_set_planes_workaround() 4972 for_each_intel_crtc(dev, crtc) { in modeset_update_crtc_power_domains() 4987 for_each_intel_crtc(dev, crtc) { in modeset_update_crtc_power_domains() 5171 for_each_intel_crtc(dev, intel_crtc) { in intel_mode_max_pixclk() 5192 for_each_intel_crtc(dev, intel_crtc) in valleyview_modeset_global_pipes() 8256 for_each_intel_crtc(dev, crtc) in assert_can_disable_lcpll() 10314 for_each_intel_crtc(dev, crtc) { in intel_modeset_update_staged_output_state() [all …]
|
D | intel_pm.c | 2081 for_each_intel_crtc(dev, intel_crtc) { in ilk_compute_wm_config() 2165 for_each_intel_crtc(dev, intel_crtc) { in ilk_merge_wm_level() 2311 for_each_intel_crtc(dev, intel_crtc) { in ilk_compute_wm_results() 3193 for_each_intel_crtc(dev, crtc) { in skl_flush_wm_values() 3216 for_each_intel_crtc(dev, crtc) { in skl_flush_wm_values() 3239 for_each_intel_crtc(dev, crtc) { in skl_flush_wm_values()
|
D | i915_debugfs.c | 549 for_each_intel_crtc(dev, crtc) { in i915_gem_pageflip_info() 2674 for_each_intel_crtc(dev, crtc) { in i915_display_info() 2972 for_each_intel_crtc(dev, intel_crtc) { in i915_drrs_status()
|
D | i915_drv.h | 241 #define for_each_intel_crtc(dev, intel_crtc) \ macro
|