Searched refs:intel_set_cpu_fifo_underrun_reporting (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/display/ |
D | intel_fifo_underrun.h | 15 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
|
D | intel_fifo_underrun.c | 298 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv, in intel_set_cpu_fifo_underrun_reporting() function 385 if (intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false)) { in intel_cpu_fifo_underrun_irq_handler()
|
D | intel_crt.c | 293 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in hsw_pre_enable_crt() 323 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in hsw_enable_crt()
|
D | intel_hdmi.c | 2093 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); in intel_disable_hdmi() 2112 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); in intel_disable_hdmi()
|
D | intel_sdvo.c | 1786 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); in intel_disable_sdvo() 1797 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); in intel_disable_sdvo()
|
D | intel_display.c | 3596 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false); in intel_plane_disable_noatomic() 6647 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in intel_pre_plane_update() 6938 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in ilk_crtc_enable() 7005 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in ilk_crtc_enable() 7192 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in ilk_crtc_disable() 7232 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in ilk_crtc_disable() 7499 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in valleyview_crtc_enable() 7563 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in i9xx_crtc_enable() 7643 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in i9xx_crtc_disable() 15119 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true); in intel_crtc_arm_fifo_underrun() [all …]
|
D | intel_dp.c | 4559 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); in intel_dp_link_down() 4574 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); in intel_dp_link_down() 5845 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false); in intel_dp_retrain_link() 5861 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true); in intel_dp_retrain_link()
|
D | vlv_dsi.c | 777 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in intel_dsi_pre_enable()
|
D | intel_ddi.c | 3579 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in intel_ddi_pre_enable()
|