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

/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c593 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, function
609 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \
610 get_entry_l3cc((t), 2 * i + 1))), 1 : \
/linux-master/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c66 l3cc_expected = get_entry_l3cc(info, i);
/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c509 static u16 get_entry_l3cc(const struct xe_mocs_info *info, function
531 l3cc = l3cc_combine(get_entry_l3cc(info, 2 * i),
532 get_entry_l3cc(info, 2 * i + 1));

Completed in 290 milliseconds