Re: [PATCH 1/9] drm/panfrost: Replace DRM driver allocation method with newer one

2024-10-25 Thread Steven Price
On 15/10/2024 00:31, Adrián Larumbe wrote: > Drop the deprecated DRM driver allocation method in favour of > devm_drm_dev_alloc(). Overall just make it the same as in Panthor. > Also discard now superfluous generic and platform device pointers inside > the main panfrost device structure. > > Some

Re: [PATCH 1/9] drm/panfrost: Replace DRM driver allocation method with newer one

2024-10-17 Thread Boris Brezillon
On Tue, 15 Oct 2024 00:31:36 +0100 Adrián Larumbe wrote: > Drop the deprecated DRM driver allocation method in favour of > devm_drm_dev_alloc(). Overall just make it the same as in Panthor. > Also discard now superfluous generic and platform device pointers inside > the main panfrost device struc

[PATCH 1/9] drm/panfrost: Replace DRM driver allocation method with newer one

2024-10-14 Thread Adrián Larumbe
Drop the deprecated DRM driver allocation method in favour of devm_drm_dev_alloc(). Overall just make it the same as in Panthor. Also discard now superfluous generic and platform device pointers inside the main panfrost device structure. Some ancient checkpatch issues unearthed as a result of thes