Searched refs:dpfc_ctl (Results 1 – 1 of 1) sorted by relevance
454 u32 dpfc_ctl; in g4x_dpfc_ctl() local456 dpfc_ctl = g4x_dpfc_ctl_limit(fbc) | in g4x_dpfc_ctl()460 dpfc_ctl |= DPFC_CTL_SR_EN; in g4x_dpfc_ctl()463 dpfc_ctl |= DPFC_CTL_FENCE_EN_G4X; in g4x_dpfc_ctl()466 dpfc_ctl |= DPFC_CTL_FENCENO(fbc_state->fence_id); in g4x_dpfc_ctl()469 return dpfc_ctl; in g4x_dpfc_ctl()487 u32 dpfc_ctl; in g4x_fbc_deactivate() local490 dpfc_ctl = intel_de_read(display, DPFC_CONTROL); in g4x_fbc_deactivate()491 if (dpfc_ctl & DPFC_CTL_EN) { in g4x_fbc_deactivate()492 dpfc_ctl &= ~DPFC_CTL_EN; in g4x_fbc_deactivate()[all …]