Searched refs:get_mocs_settings (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/i915/gt/ |
D | intel_mocs.c | 453 static unsigned int get_mocs_settings(struct drm_i915_private *i915, in get_mocs_settings() function 638 flags = get_mocs_settings(engine->i915, &table); in intel_mocs_init_engine() 659 get_mocs_settings(gt->i915, &table); in intel_set_mocs_index() 673 flags = get_mocs_settings(gt->i915, &table); in intel_mocs_init()
|
D | selftest_mocs.c | 69 flags = get_mocs_settings(gt->i915, &arg->table); in live_mocs_init() 449 if (!get_mocs_settings(i915, &table)) in intel_mocs_live_selftests()
|
/linux-6.12.1/drivers/gpu/drm/xe/ |
D | xe_mocs.c | 571 static unsigned int get_mocs_settings(struct xe_device *xe, in get_mocs_settings() function 741 get_mocs_settings(gt_to_xe(gt), &table); in xe_mocs_init_early() 762 flags = get_mocs_settings(gt_to_xe(gt), &table); in xe_mocs_init() 781 flags = get_mocs_settings(xe, &table); in xe_mocs_dump()
|
/linux-6.12.1/drivers/gpu/drm/xe/tests/ |
D | xe_mocs.c | 30 flags = get_mocs_settings(gt_to_xe(gt), &arg->table); in live_mocs_init()
|