Home
last modified time | relevance | path

Searched refs:get_mocs_settings (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_mocs.c453 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()
Dselftest_mocs.c69 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/
Dxe_mocs.c571 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/
Dxe_mocs.c30 flags = get_mocs_settings(gt_to_xe(gt), &arg->table); in live_mocs_init()