Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_fbc_regs.h55 #define DPFC_CONTROL _MMIO(0x3208) macro
Dintel_fbc.c468 intel_de_write(display, DPFC_CONTROL, in g4x_fbc_activate()
478 dpfc_ctl = intel_de_read(display, DPFC_CONTROL); in g4x_fbc_deactivate()
481 intel_de_write(display, DPFC_CONTROL, dpfc_ctl); in g4x_fbc_deactivate()
487 return intel_de_read(fbc->display, DPFC_CONTROL) & DPFC_CTL_EN; in g4x_fbc_is_active()