Re: [PATCH 3/5] drm/mgag200: Remove several references to struct mga_device.dev

2020-05-06 Thread Daniel Vetter
On Wed, May 6, 2020 at 9:48 AM Thomas Zimmermann wrote: > > Hi > > Am 05.05.20 um 16:09 schrieb Daniel Vetter: > > On Tue, May 05, 2020 at 11:56:47AM +0200, Thomas Zimmermann wrote: > >> Done in preparation of embedding the DRM device in struct mga_device. > >> > >> Signed-off-by: Thomas

Re: [PATCH 3/5] drm/mgag200: Remove several references to struct mga_device.dev

2020-05-06 Thread Thomas Zimmermann
Hi Am 05.05.20 um 16:09 schrieb Daniel Vetter: > On Tue, May 05, 2020 at 11:56:47AM +0200, Thomas Zimmermann wrote: >> Done in preparation of embedding the DRM device in struct mga_device. >> >> Signed-off-by: Thomas Zimmermann > > Not exactly sure what the goal is, since mga_vga_init still

Re: [PATCH 3/5] drm/mgag200: Remove several references to struct mga_device.dev

2020-05-05 Thread Sam Ravnborg
Hi Thomas. On Tue, May 05, 2020 at 11:56:47AM +0200, Thomas Zimmermann wrote: > Done in preparation of embedding the DRM device in struct mga_device. > > Signed-off-by: Thomas Zimmermann Trivial, one nit you can fix while applying, or ignore. Reviewed-by: Sam Ravnborg > --- >

Re: [PATCH 3/5] drm/mgag200: Remove several references to struct mga_device.dev

2020-05-05 Thread Daniel Vetter
On Tue, May 05, 2020 at 11:56:47AM +0200, Thomas Zimmermann wrote: > Done in preparation of embedding the DRM device in struct mga_device. > > Signed-off-by: Thomas Zimmermann Not exactly sure what the goal is, since mga_vga_init still uses drm_device and not the mdev struct. *shrug*

[PATCH 3/5] drm/mgag200: Remove several references to struct mga_device.dev

2020-05-05 Thread Thomas Zimmermann
Done in preparation of embedding the DRM device in struct mga_device. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_main.c | 21 +++-- drivers/gpu/drm/mgag200/mgag200_mode.c | 17 + 2 files changed, 20 insertions(+), 18 deletions(-) diff