Searched refs:l3cc_combine (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/i915/gt/ |
| D | intel_mocs.c | 485 static inline u32 l3cc_combine(const struct drm_i915_mocs_table *table, in l3cc_combine() function 516 *cs++ = l3cc_combine(table, low, high); in emit_mocs_l3cc_table() 524 *cs++ = l3cc_combine(table, low, unused_value); in emit_mocs_l3cc_table() 531 *cs++ = l3cc_combine(table, unused_value, unused_value); in emit_mocs_l3cc_table() 559 l3cc_combine(&table, low, high)); in intel_mocs_init_l3cc_table() 568 l3cc_combine(&table, low, unused_value)); in intel_mocs_init_l3cc_table() 576 l3cc_combine(&table, unused_value, in intel_mocs_init_l3cc_table()
|