Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbc_regs.h55 #define DPFC_CONTROL _MMIO(0x3208) macro
H A Dintel_fbc.c469 intel_de_write(display, DPFC_CONTROL, in g4x_fbc_activate()
479 dpfc_ctl = intel_de_read(display, DPFC_CONTROL); in g4x_fbc_deactivate()
482 intel_de_write(display, DPFC_CONTROL, dpfc_ctl); in g4x_fbc_deactivate()
488 return intel_de_read(fbc->display, DPFC_CONTROL) & DPFC_CTL_EN; in g4x_fbc_is_active()