Searched refs:fbc_ctl (Results 1 – 2 of 2) sorted by relevance
229 u32 fbc_ctl; in i8xx_fbc_ctl() local239 fbc_ctl = FBC_CTL_PERIODIC | in i8xx_fbc_ctl()244 fbc_ctl |= FBC_CTL_C3_IDLE; /* 945 needs special SR handling */ in i8xx_fbc_ctl()247 fbc_ctl |= FBC_CTL_FENCENO(fbc_state->fence_id); in i8xx_fbc_ctl()249 return fbc_ctl; in i8xx_fbc_ctl()269 u32 fbc_ctl; in i8xx_fbc_deactivate() local272 fbc_ctl = intel_de_read(i915, FBC_CONTROL); in i8xx_fbc_deactivate()273 if ((fbc_ctl & FBC_CTL_EN) == 0) in i8xx_fbc_deactivate()276 fbc_ctl &= ~FBC_CTL_EN; in i8xx_fbc_deactivate()277 intel_de_write(i915, FBC_CONTROL, fbc_ctl); in i8xx_fbc_deactivate()
494 u32 cntl = 0, base = 0, pos = 0, fbc_ctl = 0; in i9xx_cursor_update_arm() local504 fbc_ctl = CUR_FBC_EN | CUR_FBC_HEIGHT(height - 1); in i9xx_cursor_update_arm()539 plane->cursor.size != fbc_ctl || in i9xx_cursor_update_arm()543 fbc_ctl); in i9xx_cursor_update_arm()549 plane->cursor.size = fbc_ctl; in i9xx_cursor_update_arm()