Re: [PATCH 6/6] drm/xe: Drop remove callback support

2025-02-21 Thread Rodrigo Vivi
On Wed, Feb 12, 2025 at 12:05:42PM -0800, Lucas De Marchi wrote: > Now that devres supports component driver cleanup during driver removal > cleanup, the xe custom support for removal callbacks is not needed > anymore. Drop it. > > Signed-off-by: Lucas De Marchi > --- > drivers/gpu/drm/xe/xe_dev

[PATCH 6/6] drm/xe: Drop remove callback support

2025-02-12 Thread Lucas De Marchi
Now that devres supports component driver cleanup during driver removal cleanup, the xe custom support for removal callbacks is not needed anymore. Drop it. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/xe/xe_device.c | 79 drivers/gpu/drm/xe/xe_device.h