HomeSort by: relevance | last modified time | path
    Searched refs:DPFC_CTL_EN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbc.c 192 I915_WRITE(DPFC_CONTROL, dpfc_ctl | DPFC_CTL_EN);
201 if (dpfc_ctl & DPFC_CTL_EN) {
202 dpfc_ctl &= ~DPFC_CTL_EN;
209 return I915_READ(DPFC_CONTROL) & DPFC_CTL_EN;
262 I915_WRITE(ILK_DPFC_CONTROL, dpfc_ctl | DPFC_CTL_EN);
273 if (dpfc_ctl & DPFC_CTL_EN) {
274 dpfc_ctl &= ~DPFC_CTL_EN;
281 return I915_READ(ILK_DPFC_CONTROL) & DPFC_CTL_EN;
352 I915_WRITE(ILK_DPFC_CONTROL, dpfc_ctl | DPFC_CTL_EN);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_reg.h 3223 #define DPFC_CTL_EN (1 << 31)

Completed in 32 milliseconds