/linux/drivers/gpu/drm/xe/ |
H A D | xe_debugfs.c | 64 for_each_gt(gt, xe, id) { in info() 97 for_each_gt(gt, xe, id) { in forcewake_open() 108 for_each_gt(gt, xe, id) { in forcewake_open() 127 for_each_gt(gt, xe, id) in forcewake_release() 174 for_each_gt(gt, xe, id) { in wedged_mode_set() 230 for_each_gt(gt, xe, id) in xe_debugfs_register()
|
H A D | xe_device.c | 475 for_each_gt(gt, xe, id) in xe_device_sanitize() 658 for_each_gt(gt, xe, id) { in xe_device_probe() 689 for_each_gt(gt, xe, id) { in xe_device_probe() 737 for_each_gt(gt, xe, id) { in xe_device_probe() 767 for_each_gt(gt, xe, id) in xe_device_probe() 781 for_each_gt(gt, xe, id) { in xe_device_probe() 816 for_each_gt(gt, xe, id) in xe_device_remove() 832 for_each_gt(gt, xe, id) in xe_device_shutdown() 890 for_each_gt(gt, xe, id) { in xe_device_td_flush() 968 for_each_gt(gt, xe, id) { in xe_device_snapshot_print() [all …]
|
H A D | xe_sriov_vf.c | 152 for_each_gt(gt, xe, id) { in vf_post_migration_requery_guc() 181 for_each_gt(gt, xe, id) { in vf_post_migration_notify_resfix_done() 232 for_each_gt(gt, xe, id) { in vf_ready_to_recovery_on_all_gts()
|
H A D | xe_pci_sriov.c | 33 for_each_gt(gt, xe, id) { in pf_provision_vfs() 49 for_each_gt(gt, xe, id) in pf_unprovision_vfs() 60 for_each_gt(gt, xe, id) in pf_reset_vfs()
|
H A D | xe_query.c | 54 for_each_gt(gt, xe, gt_id) in calc_hw_engine_info_size() 204 for_each_gt(gt, xe, gt_id) in query_engines() 376 for_each_gt(gt, xe, id) { in query_gt_list() 459 for_each_gt(gt, xe, id) { in calc_topo_query_size() 507 for_each_gt(gt, xe, id) { in query_gt_topology() 629 for_each_gt(gt, xe, id) { in calc_oa_unit_query_size() 666 for_each_gt(gt, xe, gt_id) { in query_oa_units()
|
H A D | xe_drm_client.c | 278 for_each_gt(gt, xe, gt_id) { in any_engine() 361 for_each_gt(gt, xe, gt_id) in show_run_ticks()
|
H A D | xe_device.h | 137 #define for_each_gt(gt__, xe__, id__) \ macro
|
H A D | xe_memirq.c | 486 for_each_gt(gt, xe, gtid) { in xe_memirq_handler()
|
H A D | xe_irq.c | 794 for_each_gt(gt, xe, id) in xe_irq_resume() 859 for_each_gt(gt, xe, gt_id) { in xe_irq_msix_default_hwe_handler()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_driver.c | 208 for_each_gt(gt, i915, i) in sanitize_gpu() 331 for_each_gt(gt, dev_priv, i) { in i915_driver_mmio_probe() 348 for_each_gt(gt, dev_priv, i) { in i915_driver_mmio_probe() 446 for_each_gt(gt, i915, id) { in i915_pcode_init() 648 for_each_gt(gt, dev_priv, i) in i915_driver_register() 687 for_each_gt(gt, dev_priv, i) in i915_driver_unregister() 727 for_each_gt(gt, dev_priv, i) in i915_welcome_messages() 1113 for_each_gt(gt, dev_priv, i) in i915_drm_suspend_late() 1190 for_each_gt(gt, dev_priv, i) in i915_drm_resume() 1316 for_each_gt(gt, dev_priv, i) in i915_drm_resume_early() [all …]
|
H A D | i915_debugfs.c | 503 for_each_gt(gt, i915, i) { in i915_wedged_get() 524 for_each_gt(gt, i915, i) in i915_wedged_set() 637 for_each_gt(gt, i915, i) { in i915_drop_caches_set() 683 for_each_gt(gt, i915, i) in i915_forcewake_open() 695 for_each_gt(gt, i915, i) in i915_forcewake_release()
|
H A D | i915_gem.c | 1165 for_each_gt(gt, dev_priv, i) { in i915_gem_init() 1189 for_each_gt(gt, dev_priv, i) { in i915_gem_init() 1214 for_each_gt(gt, dev_priv, i) { in i915_gem_init() 1227 for_each_gt(gt, dev_priv, i) { in i915_gem_init() 1262 for_each_gt(gt, dev_priv, i) in i915_gem_driver_remove() 1275 for_each_gt(gt, dev_priv, i) { in i915_gem_driver_release()
|
H A D | i915_hwmon.c | 899 for_each_gt(gt, i915, i) in hwm_get_preregistration_info() 932 for_each_gt(gt, i915, i) { in i915_hwmon_register() 953 for_each_gt(gt, i915, i) { in i915_hwmon_register() 983 for_each_gt(gt, i915, i) in i915_hwmon_unregister()
|
H A D | i915_pmu.c | 268 for_each_gt(gt, i915, i) { in init_rc6() 529 for_each_gt(gt, i915, i) { in i915_sample() 1040 for_each_gt(gt, i915, j) { in create_event_attributes() 1076 for_each_gt(gt, i915, j) { in create_event_attributes()
|
H A D | i915_debugfs_params.c | 45 for_each_gt(gt, i915, i) { in notify_guc()
|
H A D | i915_irq.c | 702 for_each_gt(gt, dev_priv, i) in dg1_irq_reset() 778 for_each_gt(gt, dev_priv, i) in dg1_irq_postinstall()
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | igt_live_test.c | 30 for_each_gt(gt, i915, i) { in igt_live_test_begin() 68 for_each_gt(gt, i915, i) { in igt_live_test_end()
|
H A D | igt_flush_test.c | 21 for_each_gt(gt, i915, i) { in igt_flush_test()
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_mocs.c | 122 for_each_gt(gt, xe, id) { in mocs_kernel_test_run_device() 157 for_each_gt(gt, xe, id) { in mocs_reset_test_run_device()
|
H A D | xe_wa_test.c | 135 for_each_gt(gt, xe, id) { in xe_wa_gt()
|
H A D | xe_bo.c | 253 for_each_gt(__gt, xe, id) in evict_test_run_tile() 267 for_each_gt(__gt, xe, id) in evict_test_run_tile()
|
/linux/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_migrate.c | 319 for_each_gt(__gt, gt->i915, id) { in igt_lmem_pages_failsafe_migrate() 474 for_each_gt(__gt, gt->i915, id) { in igt_lmem_async_migrate()
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gt.h | 178 #define for_each_gt(gt__, i915__, id__) \ macro
|
H A D | intel_gt_sysfs_pm.c | 39 for_each_gt(gt, i915, i) { in sysfs_gt_attribute_w_func() 67 for_each_gt(gt, i915, i) { in sysfs_gt_attribute_r_func()
|
H A D | selftest_tlb.c | 393 for_each_gt(gt, i915, i) { in intel_tlb_live_selftests()
|