Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_lrc.c52 #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 …]
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_lrc.c129 #define LRI(count, flags) ((flags) << 6 | (count) | \ in set_offsets() macro
179 LRI(13, POSTED),
195 LRI(9, POSTED),
211 LRI(15, POSTED),
229 LRI(9, POSTED),
245 LRI(13, POSTED),
261 LRI(9, POSTED),
272 LRI(3, POSTED),
278 LRI(1, 0),
282 LRI(51, POSTED),
[all …]