Searched refs:LRI (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/i915/gt/ |
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(9, POSTED), [all …]
|