Searched refs:get_entry_l3cc (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_mocs.c | 593 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() function 609 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \ 610 get_entry_l3cc((t), 2 * i + 1))), 1 : \
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_mocs.c | 702 static u16 get_entry_l3cc(const struct xe_mocs_info *info, in get_entry_l3cc() function 724 l3cc = l3cc_combine(get_entry_l3cc(info, 2 * i), in init_l3cc_table() 725 get_entry_l3cc(info, 2 * i + 1)); in init_l3cc_table()
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_mocs.c | 66 l3cc_expected = get_entry_l3cc(info, i); in read_l3cc_table()
|