Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_cursor.c384 cntl |= MCURSOR_ARB_SLOTS(1); in i9xx_cursor_ctl()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_reg.h4163 #define MCURSOR_ARB_SLOTS(x) REG_FIELD_PREP(MCURSOR_ARB_SLOTS_MASK, (x)) /* icl+ */ macro