Searched refs:dspcntr_reg (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/i915/
H A Dintel_tv.c1091 int dspcntr_reg = DSPCNTR(intel_crtc->plane); local
1093 int dspcntr = I915_READ(dspcntr_reg);
1097 I915_WRITE(dspcntr_reg, dspcntr & ~DISPLAY_PLANE_ENABLE);
1126 I915_WRITE(dspcntr_reg, dspcntr);

Completed in 104 milliseconds