Searched refs:fbc_state (Results 1 – 1 of 1) sorted by relevance
287 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_ctl() local291 cfb_stride = fbc_state->cfb_stride / fbc->limit; in i8xx_fbc_ctl()300 FBC_CTL_INTERVAL(fbc_state->interval) | in i8xx_fbc_ctl()306 if (fbc_state->fence_id >= 0) in i8xx_fbc_ctl()307 fbc_ctl |= FBC_CTL_FENCENO(fbc_state->fence_id); in i8xx_fbc_ctl()314 const struct intel_fbc_state *fbc_state = &fbc->state; in i965_fbc_ctl2() local318 FBC_CTL_PLANE(fbc_state->plane->i9xx_plane); in i965_fbc_ctl2()320 if (fbc_state->fence_id >= 0) in i965_fbc_ctl2()350 const struct intel_fbc_state *fbc_state = &fbc->state; in i8xx_fbc_activate() local361 fbc_state->fence_y_offset); in i8xx_fbc_activate()[all …]