Searched refs:l3cc_value (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/gpu/drm/xe/
H A Dxe_mocs.c35 u16 l3cc_value; member in struct:xe_mocs_entry
113 .l3cc_value = __l3cc_value, \
490 * Get l3cc_value from MOCS entry taking into account when it's not used
498 return info->table[index].l3cc_value;
499 return info->table[info->unused_entries_index].l3cc_value;
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_mocs.c18 u16 l3cc_value; member in struct:drm_i915_mocs_entry
90 .l3cc_value = __l3cc_value, \
568 if (GEM_DEBUG_WARN_ON(table->table[i].l3cc_value &
639 * Get l3cc_value from MOCS entry taking into account when it's not used
647 return table->table[index].l3cc_value;
648 return table->table[table->unused_entries_index].l3cc_value;

Completed in 186 milliseconds