RE: [PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info

2025-03-07 Thread Cavitt, Jonathan
Subject: Re: [PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info > > On 3/4/25 7:08 PM, Jonathan Cavitt wrote: > > Add additional information to each VM so they can report up to the last > > 50 seen pagefaults. Only failed pagefaults are saved this way, as > > successful p

Re: [PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info

2025-03-07 Thread Gwan-gyeong Mun
On 3/4/25 7:08 PM, Jonathan Cavitt wrote: Add additional information to each VM so they can report up to the last 50 seen pagefaults. Only failed pagefaults are saved this way, as successful pagefaults should recover and not need to be reported to userspace. The unrecoverable pagefault scena

RE: [PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info

2025-03-04 Thread Lin, Shuicheng
On Tue, Mar 04, 2025 9:09 AM Cavitt, Jonathan wrote > Add additional information to each VM so they can report up to the last > 50 seen pagefaults. Only failed pagefaults are saved this way, as successful > pagefaults should recover and not need to be reported to userspace. > > Signed-off-by: Jon

[PATCH v5 3/6] drm/xe/xe_vm: Add per VM pagefault info

2025-03-04 Thread Jonathan Cavitt
Add additional information to each VM so they can report up to the last 50 seen pagefaults. Only failed pagefaults are saved this way, as successful pagefaults should recover and not need to be reported to userspace. Signed-off-by: Jonathan Cavitt Suggested-by: Matthew Brost --- drivers/gpu/dr