Searched refs:get_mocs_settings (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A 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()
|
| H A 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.15/drivers/gpu/drm/xe/ |
| H A D | xe_mocs.c | 571 static unsigned int get_mocs_settings(struct xe_device *xe, in get_mocs_settings() function 742 get_mocs_settings(gt_to_xe(gt), &table); in xe_mocs_init_early() 763 flags = get_mocs_settings(gt_to_xe(gt), &table); in xe_mocs_init() 782 flags = get_mocs_settings(xe, &table); in xe_mocs_dump()
|
| /linux-6.15/drivers/gpu/drm/xe/tests/ |
| H A D | xe_mocs.c | 30 flags = get_mocs_settings(gt_to_xe(gt), &arg->table); in live_mocs_init()
|