Searched refs:get_entry_l3cc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 429 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() function 446 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \ 447 get_entry_l3cc((t), 2 * i + 1))), 1 : \
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 660 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() function 676 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \ 677 get_entry_l3cc((t), 2 * i + 1))), 1 : \
|
Completed in 2 milliseconds