Searched refs:LRI (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/i915/gt/ |
D | intel_lrc.c | 52 #define LRI(count, flags) ((flags) << 6 | (count) | BUILD_BUG_ON_ZERO(count >= BIT(6))) in set_offsets() macro 108 LRI(11, 0), 122 LRI(9, 0), 134 LRI(2, 0), 143 LRI(14, POSTED), 160 LRI(9, POSTED), 172 LRI(1, POSTED), 176 LRI(44, POSTED), 227 LRI(13, POSTED), 243 LRI(9, POSTED), [all …]
|