Searched refs:LRI (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A 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( 679 #undef LRI global() macro [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_lrc.c | 598 #define LRI(count, flags) ((flags) << 6 | (count) | BUILD_BUG_ON_ZERO(count >= BIT(6))) in set_offsets() macro 664 LRI(11, 0), 678 LRI(9, 0), 690 LRI(2, 0), 699 LRI(14, POSTED), 716 LRI(9, POSTED), 728 LRI(1, POSTED), 732 LRI(44, POSTED), 783 LRI(13, POSTED), 799 LRI( 1074 #undef LRI global() macro [all...] |
Completed in 5 milliseconds