Re: [PATCH 3/4] drm/xe: Extract xe_gt_idle() helper

2024-04-18 Thread Aravind Iddamsetty
On 17/04/24 19:20, Michal Wajdeczko wrote: > > On 17.04.2024 10:41, Aravind Iddamsetty wrote: >> This would be used in other places outside of gt_reset path. >> >> Cc: Lucas De Marchi >> >> Reviewed-by: Rodrigo Vivi >> Signed-off-by: Aravind Iddamsetty >> --- >> drivers/gpu/drm/xe/xe_gt.c |

Re: [PATCH 3/4] drm/xe: Extract xe_gt_idle() helper

2024-04-17 Thread Michal Wajdeczko
On 17.04.2024 10:41, Aravind Iddamsetty wrote: > This would be used in other places outside of gt_reset path. > > Cc: Lucas De Marchi > > Reviewed-by: Rodrigo Vivi > Signed-off-by: Aravind Iddamsetty > --- > drivers/gpu/drm/xe/xe_gt.c | 31 +-- >