Searched refs:intel_set_cpu_fifo_underrun_reporting (Results 1 – 10 of 10) sorted by relevance
/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 | 318 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv, in intel_set_cpu_fifo_underrun_reporting() function 423 if (intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false)) { in intel_cpu_fifo_underrun_irq_handler()
|
D | g4x_hdmi.c | 315 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); in intel_disable_hdmi() 334 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); in intel_disable_hdmi()
|
D | intel_crt.c | 297 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in hsw_pre_enable_crt() 327 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in hsw_enable_crt()
|
D | g4x_dp.c | 443 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); in intel_dp_link_down() 458 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); in intel_dp_link_down()
|
D | intel_display.c | 816 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false); in intel_plane_disable_noatomic() 1420 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in intel_pre_plane_update() 1761 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in ilk_crtc_enable() 1814 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in ilk_crtc_enable() 2022 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in ilk_crtc_disable() 2041 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in ilk_crtc_disable() 2283 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in valleyview_crtc_enable() 2328 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in i9xx_crtc_enable() 2407 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in i9xx_crtc_disable() 6986 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true); in intel_crtc_arm_fifo_underrun() [all …]
|
D | intel_sdvo.c | 1798 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); in intel_disable_sdvo() 1809 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); in intel_disable_sdvo()
|
D | vlv_dsi.c | 795 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in intel_dsi_pre_enable()
|
D | intel_dp.c | 4072 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false); in intel_dp_retrain_link() 4102 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true); in intel_dp_retrain_link()
|
D | intel_ddi.c | 2542 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in intel_ddi_pre_enable()
|