Searched refs:intel_set_cpu_fifo_underrun_reporting (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_fifo_underrun.c | 271 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv, in intel_set_cpu_fifo_underrun_reporting() function 356 if (intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false)) in intel_cpu_fifo_underrun_irq_handler()
|
D | intel_drv.h | 811 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
|
D | intel_display.c | 4541 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in ironlake_crtc_enable() 4656 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in haswell_crtc_enable() 5302 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in valleyview_crtc_enable() 5372 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in i9xx_crtc_enable() 5403 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); in i9xx_crtc_enable() 5442 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in i9xx_crtc_disable() 5488 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); in i9xx_crtc_disable()
|