Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
A Dintel_fbc.c275 u32 fbc_ctl; in i8xx_fbc_ctl() local
285 fbc_ctl = FBC_CTL_PERIODIC | in i8xx_fbc_ctl()
290 fbc_ctl |= FBC_CTL_C3_IDLE; /* 945 needs special SR handling */ in i8xx_fbc_ctl()
293 fbc_ctl |= FBC_CTL_FENCENO(fbc_state->fence_id); in i8xx_fbc_ctl()
295 return fbc_ctl; in i8xx_fbc_ctl()
315 u32 fbc_ctl; in i8xx_fbc_deactivate() local
318 fbc_ctl = intel_de_read(display, FBC_CONTROL); in i8xx_fbc_deactivate()
319 if ((fbc_ctl & FBC_CTL_EN) == 0) in i8xx_fbc_deactivate()
322 fbc_ctl &= ~FBC_CTL_EN; in i8xx_fbc_deactivate()
323 intel_de_write(display, FBC_CONTROL, fbc_ctl); in i8xx_fbc_deactivate()
A Dintel_cursor.c651 u32 cntl = 0, base = 0, pos = 0, fbc_ctl = 0; in i9xx_cursor_update_arm() local
661 fbc_ctl = CUR_FBC_EN | CUR_FBC_HEIGHT(height - 1); in i9xx_cursor_update_arm()
697 plane->cursor.size != fbc_ctl || in i9xx_cursor_update_arm()
702 fbc_ctl); in i9xx_cursor_update_arm()
708 plane->cursor.size = fbc_ctl; in i9xx_cursor_update_arm()

Completed in 14 milliseconds