[PATCH 07/11] drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls

2024-03-14 Thread Rodrigo Vivi
The gem page fault is one of the outer bound protections where we want to ensure that the hardware is in D0 before proceeding with memory access. Let's convert it towards the xe_pm_runtime functions directly so we can then convert the mem_access to be inner protection only and then Kill it for good

[PATCH 07/11] drm/xe: Convert xe_gem_fault to use direct xe_pm_runtime calls

2024-03-11 Thread Rodrigo Vivi
The gem page fault is one of the outer bound protections where we want to ensure that the hardware is in D0 before proceeding with memory access. Let's convert it towards the xe_pm_runtime functions directly so we can then convert the mem_access to be inner protection only and then Kill it for good