Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/i915/gt/
H A 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.15/drivers/gpu/drm/xe/
H A Dxe_mocs.c703 static u16 get_entry_l3cc(const struct xe_mocs_info *info, in get_entry_l3cc() function
725 l3cc = l3cc_combine(get_entry_l3cc(info, 2 * i), in init_l3cc_table()
726 get_entry_l3cc(info, 2 * i + 1)); in init_l3cc_table()
/linux-6.15/drivers/gpu/drm/xe/tests/
H A Dxe_mocs.c68 l3cc_expected = get_entry_l3cc(info, i); in read_l3cc_table()