Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fbc.c227 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_ctl() local
232 cfb_stride = fbc_state->cfb_stride / fbc->limit; in i8xx_fbc_ctl()
241 FBC_CTL_INTERVAL(fbc_state->interval) | in i8xx_fbc_ctl()
247 if (fbc_state->fence_id >= 0) in i8xx_fbc_ctl()
248 fbc_ctl |= FBC_CTL_FENCENO(fbc_state->fence_id); in i8xx_fbc_ctl()
255 const struct intel_fbc_state *fbc_state = &fbc->state; in i965_fbc_ctl2() local
259 FBC_CTL_PLANE(fbc_state->plane->i9xx_plane); in i965_fbc_ctl2()
261 if (fbc_state->fence_id >= 0) in i965_fbc_ctl2()
290 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_activate() local
302 fbc_state->fence_y_offset); in i8xx_fbc_activate()
[all …]