Searched refs:cfb_pitch (Results 1 – 1 of 1) sorted by relevance
98 int cfb_pitch; in i8xx_enable_fbc() local102 cfb_pitch = dev_priv->fbc.size / FBC_LL_SIZE; in i8xx_enable_fbc()103 if (fb->pitches[0] < cfb_pitch) in i8xx_enable_fbc()104 cfb_pitch = fb->pitches[0]; in i8xx_enable_fbc()108 cfb_pitch = (cfb_pitch / 32) - 1; in i8xx_enable_fbc()110 cfb_pitch = (cfb_pitch / 64) - 1; in i8xx_enable_fbc()132 fbc_ctl |= (cfb_pitch & 0xff) << FBC_CTL_STRIDE_SHIFT; in i8xx_enable_fbc()137 cfb_pitch, crtc->y, plane_name(intel_crtc->plane)); in i8xx_enable_fbc()