Re: [PATCH v4 7/8] drm/xe: Add helper to return any available hw engine

2024-05-16 Thread Umesh Nerlige Ramappa
On Wed, May 15, 2024 at 02:42:57PM -0700, Lucas De Marchi wrote: Get the first available engine from a gt, which helps in the case any engine serves as a context, like when reading RING_TIMESTAMP. Signed-off-by: Lucas De Marchi Reviewed-by: Umesh Nerlige Ramappa --- drivers/gpu/drm/xe/xe_g

[PATCH v4 7/8] drm/xe: Add helper to return any available hw engine

2024-05-15 Thread Lucas De Marchi
Get the first available engine from a gt, which helps in the case any engine serves as a context, like when reading RING_TIMESTAMP. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/xe/xe_gt.c | 11 +++ drivers/gpu/drm/xe/xe_gt.h | 7 +++ 2 files changed, 18 insertions(+) diff --g