Re: [PATCH 02/10] drm/xe: add kdev_to_xe_device() helper and use it

2024-08-06 Thread Jani Nikula
On Thu, 01 Aug 2024, Gustavo Sousa wrote: > Quoting Jani Nikula (2024-07-29 11:30:03-03:00) >>There are enough users for kernel device to xe device conversion, add a >>helper for it. >> >>Signed-off-by: Jani Nikula >>--- >> drivers/gpu/drm/xe/xe_device.h| 5 + >> drivers/gpu/drm/xe/xe_gsc_

Re: [PATCH 02/10] drm/xe: add kdev_to_xe_device() helper and use it

2024-08-01 Thread Gustavo Sousa
Quoting Jani Nikula (2024-07-29 11:30:03-03:00) >There are enough users for kernel device to xe device conversion, add a >helper for it. > >Signed-off-by: Jani Nikula >--- > drivers/gpu/drm/xe/xe_device.h| 5 + > drivers/gpu/drm/xe/xe_gsc_proxy.c | 9 ++--- > 2 files changed, 7 insertion

[PATCH 02/10] drm/xe: add kdev_to_xe_device() helper and use it

2024-07-29 Thread Jani Nikula
There are enough users for kernel device to xe device conversion, add a helper for it. Signed-off-by: Jani Nikula --- drivers/gpu/drm/xe/xe_device.h| 5 + drivers/gpu/drm/xe/xe_gsc_proxy.c | 9 ++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/xe/xe