HomeSort by: relevance | last modified time | path
    Searched defs:cfb_pitch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_fbc.c 125 int cfb_pitch; local in function:i8xx_fbc_activate
130 cfb_pitch = params->cfb_size / FBC_LL_SIZE;
131 if (params->fb.stride < cfb_pitch)
132 cfb_pitch = params->fb.stride;
136 cfb_pitch = (cfb_pitch / 32) - 1;
138 cfb_pitch = (cfb_pitch / 64) - 1;
162 fbc_ctl |= (cfb_pitch & 0xff) << FBC_CTL_STRIDE_SHIFT;

Completed in 12 milliseconds