Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_fbc.c271 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_ctl() local
277 cfb_stride = fbc_state->cfb_stride / fbc->limit; in i8xx_fbc_ctl()
286 FBC_CTL_INTERVAL(fbc_state->interval) | in i8xx_fbc_ctl()
292 if (fbc_state->fence_id >= 0) in i8xx_fbc_ctl()
293 fbc_ctl |= FBC_CTL_FENCENO(fbc_state->fence_id); in i8xx_fbc_ctl()
300 const struct intel_fbc_state *fbc_state = &fbc->state; in i965_fbc_ctl2() local
304 FBC_CTL_PLANE(fbc_state->plane->i9xx_plane); in i965_fbc_ctl2()
306 if (fbc_state->fence_id >= 0) in i965_fbc_ctl2()
335 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_activate() local
347 fbc_state->fence_y_offset); in i8xx_fbc_activate()
[all …]