Re: [PATCH 5/5] drm/mgag200: Embed DRM device instance in struct mga_device

2020-05-05 Thread Daniel Vetter
On Tue, May 05, 2020 at 11:56:49AM +0200, Thomas Zimmermann wrote: > As it is best practice now, the DRM device instance is now embedded in > struct mga_device. All references to dev_private have been removed. > > Signed-off-by: Thomas Zimmermann > --- > drivers/gpu/drm/mgag200/mgag200_cursor.c

[PATCH 5/5] drm/mgag200: Embed DRM device instance in struct mga_device

2020-05-05 Thread Thomas Zimmermann
As it is best practice now, the DRM device instance is now embedded in struct mga_device. All references to dev_private have been removed. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_cursor.c | 6 +++--- drivers/gpu/drm/mgag200/mgag200_drv.c| 2 +-