Searched refs:dpfc_ctl (Results 1 – 1 of 1) sorted by relevance
442 u32 dpfc_ctl; in g4x_dpfc_ctl() local444 dpfc_ctl = g4x_dpfc_ctl_limit(fbc) | in g4x_dpfc_ctl()448 dpfc_ctl |= DPFC_CTL_SR_EN; in g4x_dpfc_ctl()451 dpfc_ctl |= DPFC_CTL_FENCE_EN_G4X; in g4x_dpfc_ctl()454 dpfc_ctl |= DPFC_CTL_FENCENO(fbc_state->fence_id); in g4x_dpfc_ctl()457 return dpfc_ctl; in g4x_dpfc_ctl()475 u32 dpfc_ctl; in g4x_fbc_deactivate() local478 dpfc_ctl = intel_de_read(display, DPFC_CONTROL); in g4x_fbc_deactivate()479 if (dpfc_ctl & DPFC_CTL_EN) { in g4x_fbc_deactivate()480 dpfc_ctl &= ~DPFC_CTL_EN; in g4x_fbc_deactivate()[all …]