/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_fifo_underrun.h | 17 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv,
|
intel_fifo_underrun.c | 282 * intel_set_cpu_fifo_underrun_reporting - set cpu fifo underrrun reporting state 297 bool intel_set_cpu_fifo_underrun_reporting(struct drm_i915_private *dev_priv, function in typeref:typename:bool 384 if (intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false)) {
|
intel_crt.c | 292 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); 313 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
|
intel_display.c | 3535 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false); 6513 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); 6797 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); 6864 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); 7056 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); 7096 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); 7336 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); 7398 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true); 7474 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, false); 14781 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true) [all...] |
intel_dp.c | 4268 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); 4283 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true); 5168 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, false); 5179 intel_set_cpu_fifo_underrun_reporting(dev_priv, crtc->pipe, true);
|
vlv_dsi.c | 763 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
|
intel_hdmi.c | 2038 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); 2057 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true);
|
intel_sdvo.c | 1757 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, false); 1768 intel_set_cpu_fifo_underrun_reporting(dev_priv, PIPE_A, true);
|
intel_ddi.c | 3686 intel_set_cpu_fifo_underrun_reporting(dev_priv, pipe, true);
|