Re: [PATCH v4 1/6] drm/xe/xe_exec_queue: Add ID param to exec queue struct

2025-02-25 Thread Matthew Brost
On Thu, Feb 20, 2025 at 08:38:27PM +, Jonathan Cavitt wrote: > Add the exec queue id to the exec queue struct. This is useful for > performing a reverse lookup into the xef->exec_queue xarray. > > Signed-off-by: Jonathan Cavitt Have quite a few comments on the series, assuming this is neede

[PATCH v4 1/6] drm/xe/xe_exec_queue: Add ID param to exec queue struct

2025-02-20 Thread Jonathan Cavitt
Add the exec queue id to the exec queue struct. This is useful for performing a reverse lookup into the xef->exec_queue xarray. Signed-off-by: Jonathan Cavitt --- drivers/gpu/drm/xe/xe_exec_queue.c | 1 + drivers/gpu/drm/xe/xe_exec_queue_types.h | 2 ++ 2 files changed, 3 insertions(+) d

[PATCH v4 1/6] drm/xe/xe_exec_queue: Add ID param to exec queue struct

2025-02-19 Thread Jonathan Cavitt
Add the exec queue id to the exec queue struct. This is useful for performing a reverse lookup into the xef->exec_queue xarray. Signed-off-by: Jonathan Cavitt --- drivers/gpu/drm/xe/xe_exec_queue.c | 1 + drivers/gpu/drm/xe/xe_exec_queue_types.h | 2 ++ 2 files changed, 3 insertions(+) d