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

/freebsd-11-stable/sys/dev/drm2/i915/
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, intel_crtc->plane);

Completed in 62 milliseconds