Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display.c218 intel_de_rmw(dev_priv, CLKGATE_DIS_PSL(pipe), CURSOR_GATING_DIS, in icl_wa_cursorclkgating()
219 enable ? CURSOR_GATING_DIS : 0); in icl_wa_cursorclkgating()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_reg.h1822 #define CURSOR_GATING_DIS REG_BIT(28) macro