Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_fbc.c103 int cfb_pitch; in i8xx_fbc_activate() local
108 cfb_pitch = params->cfb_size / FBC_LL_SIZE; in i8xx_fbc_activate()
109 if (params->fb.stride < cfb_pitch) in i8xx_fbc_activate()
110 cfb_pitch = params->fb.stride; in i8xx_fbc_activate()
114 cfb_pitch = (cfb_pitch / 32) - 1; in i8xx_fbc_activate()
116 cfb_pitch = (cfb_pitch / 64) - 1; in i8xx_fbc_activate()
140 fbc_ctl |= FBC_CTL_STRIDE(cfb_pitch & 0xff); in i8xx_fbc_activate()