[PATCH 10/11] drm/xe: Ensure all the inner access are using the _noresume variant

2024-03-14 Thread Rodrigo Vivi
At this point mem_access references should be only used as inner points of the execution and a get with synchronous resume previously called at an outer point. So, before killing mem_acces in favor of direct accsess, let's ensure that we first convert them towards the new _noresume variant that

[PATCH 10/11] drm/xe: Ensure all the inner access are using the _noresume variant

2024-03-11 Thread Rodrigo Vivi
At this point mem_access references should be only used as inner points of the execution and a get with synchronous resume previously called at an outer point. So, before killing mem_acces in favor of direct accsess, let's ensure that we first convert them towards the new _noresume variant that