Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_pm.c2375 I915_WRITE(FW_BLC, fwater_lo); in i9xx_update_wm()
2399 fwater_lo = I915_READ(FW_BLC) & ~0xfff; in i845_update_wm()
2404 I915_WRITE(FW_BLC, fwater_lo); in i845_update_wm()
H A Di915_reg.h2600 #define FW_BLC _MMIO(0x20d8) macro