Home
last modified time | relevance | path

Searched refs:gt_flags (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_sriov_vf.c169 return xe->sriov.vf.migration.gt_flags != 0 || in vf_post_migration_imminent()
233 if (!test_bit(id, &xe->sriov.vf.migration.gt_flags)) { in vf_ready_to_recovery_on_all_gts()
256 WRITE_ONCE(xe->sriov.vf.migration.gt_flags, 0); in xe_sriov_vf_start_migration_recovery()
H A Dxe_sriov_types.h72 unsigned long gt_flags; member
H A Dxe_gt_sriov_vf.c773 set_bit(gt->info.id, &xe->sriov.vf.migration.gt_flags); in xe_gt_sriov_vf_migrated_event_handler()