Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_mocs.c593 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/
Dxe_mocs.c702 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/
Dxe_mocs.c66 l3cc_expected = get_entry_l3cc(info, i); in read_l3cc_table()