Searched refs:l3cc (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_mocs.c | 45 u32 l3cc, l3cc_expected; in read_l3cc_table() local 66 l3cc = reg_val & 0xffff; in read_l3cc_table() 69 i, l3cc_expected, l3cc); in read_l3cc_table() 71 KUNIT_EXPECT_EQ_MSG(test, l3cc_expected, l3cc, in read_l3cc_table()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 606 #define for_each_l3cc(l3cc, t, i) \ argument 609 (l3cc = l3cc_combine(get_entry_l3cc((t), 2 * i), \ 619 u32 l3cc; in init_l3cc_table() local 622 for_each_l3cc(l3cc, table, i) in init_l3cc_table() 624 intel_gt_mcr_multicast_write_fw(gt, XEHP_LNCFCMOCS(i), l3cc); in init_l3cc_table() 626 intel_uncore_write_fw(gt->uncore, GEN9_LNCFCMOCS(i), l3cc); in init_l3cc_table()
|
H A D | selftest_mocs.c | 19 struct drm_i915_mocs_table *l3cc; member 74 arg->l3cc = &arg->table; in live_mocs_init() 239 err = read_l3cc_table(rq, arg->l3cc, &offset); in check_mocs_engine() 252 err = check_l3cc_table(ce->engine, arg->l3cc, &vaddr); in check_mocs_engine()
|