Searched refs:dpfc_ctl (Results 1 – 1 of 1) sorted by relevance
396 u32 dpfc_ctl; in g4x_dpfc_ctl() local398 dpfc_ctl = g4x_dpfc_ctl_limit(fbc) | in g4x_dpfc_ctl()402 dpfc_ctl |= DPFC_CTL_SR_EN; in g4x_dpfc_ctl()405 dpfc_ctl |= DPFC_CTL_FENCE_EN_G4X; in g4x_dpfc_ctl()408 dpfc_ctl |= DPFC_CTL_FENCENO(fbc_state->fence_id); in g4x_dpfc_ctl()411 return dpfc_ctl; in g4x_dpfc_ctl()429 u32 dpfc_ctl; in g4x_fbc_deactivate() local432 dpfc_ctl = intel_de_read(i915, DPFC_CONTROL); in g4x_fbc_deactivate()433 if (dpfc_ctl & DPFC_CTL_EN) { in g4x_fbc_deactivate()434 dpfc_ctl &= ~DPFC_CTL_EN; in g4x_fbc_deactivate()[all …]