Searched refs:get_entry_l3cc (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c54 (l3cc = l3cc_combine(get_entry_l3cc(info, 2 * i),
55 get_entry_l3cc(info, 2 * i + 1))), 1 : 0;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c494 static u16 get_entry_l3cc(const struct xe_mocs_info *info, function
516 (l3cc = l3cc_combine(get_entry_l3cc(info, 2 * i),
517 get_entry_l3cc(info, 2 * i + 1))), 1 : 0;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c643 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, function
659 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \
660 get_entry_l3cc((t), 2 * i + 1))), 1 : \

Completed in 89 milliseconds