Searched refs:DPFC_CONTROL (Results 1 – 2 of 2) sorted by relevance
422 intel_de_write(i915, DPFC_CONTROL, in g4x_fbc_activate()432 dpfc_ctl = intel_de_read(i915, DPFC_CONTROL); in g4x_fbc_deactivate()435 intel_de_write(i915, DPFC_CONTROL, dpfc_ctl); in g4x_fbc_deactivate()441 return intel_de_read(fbc->i915, DPFC_CONTROL) & DPFC_CTL_EN; in g4x_fbc_is_active()
1380 #define DPFC_CONTROL _MMIO(0x3208) macro