Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_fbc.c228 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_ctl() local
233 cfb_stride = fbc_state->cfb_stride / fbc->limit; in i8xx_fbc_ctl()
242 FBC_CTL_INTERVAL(fbc_state->interval) | in i8xx_fbc_ctl()
248 if (fbc_state->fence_id >= 0) in i8xx_fbc_ctl()
249 fbc_ctl |= FBC_CTL_FENCENO(fbc_state->fence_id); in i8xx_fbc_ctl()
256 const struct intel_fbc_state *fbc_state = &fbc->state; in i965_fbc_ctl2() local
260 FBC_CTL_PLANE(fbc_state->plane->i9xx_plane); in i965_fbc_ctl2()
262 if (fbc_state->fence_id >= 0) in i965_fbc_ctl2()
291 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_activate() local
303 fbc_state->fence_y_offset); in i8xx_fbc_activate()
[all …]