Home
last modified time | relevance | path

Searched refs:FW_BLC_SELF_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/drm2/i915/
HDintel_pm.c1379 I915_WRITE(FW_BLC_SELF, FW_BLC_SELF_EN); in g4x_update_wm()
1382 I915_READ(FW_BLC_SELF) & ~FW_BLC_SELF_EN); in g4x_update_wm()
1451 I915_WRITE(FW_BLC_SELF, FW_BLC_SELF_EN); in i965_update_wm()
1456 & ~FW_BLC_SELF_EN); in i965_update_wm()
1578 FW_BLC_SELF_EN_MASK | FW_BLC_SELF_EN); in i9xx_update_wm()
HDi915_debug.c1139 sr_enabled = I915_READ(FW_BLC_SELF) & FW_BLC_SELF_EN; in i915_sr_status()
HDi915_reg.h608 #define FW_BLC_SELF_EN (1<<15) /* 945 only */ macro