Home
last modified time | relevance | path

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

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