Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gem.c1214 intel_uncore_rmw(uncore, HSW_IDICR, 0, IDIHASHMSK(0xf)); in i915_gem_init_hw()
Di915_reg.h8625 #define IDIHASHMSK(x) (((x) & 0x3f) << 16) macro