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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Dintel_pm.c88 int cfb_pitch; local
92 cfb_pitch = dev_priv->cfb_size / FBC_LL_SIZE;
93 if (fb->pitches[0] < cfb_pitch)
94 cfb_pitch = fb->pitches[0];
97 cfb_pitch = (cfb_pitch / 64) - 1;
114 fbc_ctl |= (cfb_pitch & 0xff) << FBC_CTL_STRIDE_SHIFT;
120 cfb_pitch, crtc->y, plane_name(intel_crtc->plane));

Completed in 22 milliseconds