[PATCH v22 4/5] drm/xe/xe_vm: Add per VM fault info

2025-04-24 Thread Jonathan Cavitt
Add additional information to each VM so they can report up to the first 50 seen faults. Only pagefaults are saved this way currently, though in the future, all faults should be tracked by the VM for future reporting. Additionally, of the pagefaults reported, only failed pagefaults are saved this

RE: [PATCH v22 4/5] drm/xe/xe_vm: Add per VM fault info

2025-04-24 Thread Lin, Shuicheng
On Thu, April 24, 2025 7:38 AM Cavitt, Jonathan wrote: > Add additional information to each VM so they can report up to the first > 50 seen faults. Only pagefaults are saved this way currently, though in the > future, all faults should be tracked by the VM for future reporting. > > Additionally,