Re: [PATCH v2 3/4] drm/mgag200: Use simple encoder

2020-02-21 Thread Daniel Vetter
On Fri, Feb 21, 2020 at 08:00:57PM +0100, Sam Ravnborg wrote: > Hi Thomas. > > On Fri, Feb 21, 2020 at 08:48:48AM +0100, Thomas Zimmermann wrote: > > Hi Sam > > > > thanks for reviewing the patch set. > > > > Am 20.02.20 um 19:56 schrieb Sam Ravnborg: > > > Hi Thomas. > > > > > > On Tue, Feb

Re: [PATCH v2 3/4] drm/mgag200: Use simple encoder

2020-02-21 Thread Sam Ravnborg
Hi Thomas. On Fri, Feb 21, 2020 at 08:48:48AM +0100, Thomas Zimmermann wrote: > Hi Sam > > thanks for reviewing the patch set. > > Am 20.02.20 um 19:56 schrieb Sam Ravnborg: > > Hi Thomas. > > > > On Tue, Feb 18, 2020 at 09:48:14AM +0100, Thomas Zimmermann wrote: > >> The mgag200 driver uses

Re: [PATCH v2 3/4] drm/mgag200: Use simple encoder

2020-02-20 Thread Thomas Zimmermann
Hi Sam thanks for reviewing the patch set. Am 20.02.20 um 19:56 schrieb Sam Ravnborg: > Hi Thomas. > > On Tue, Feb 18, 2020 at 09:48:14AM +0100, Thomas Zimmermann wrote: >> The mgag200 driver uses an empty implementation for its encoder. Replace >> the code with the generic simple encoder. >>

Re: [PATCH v2 3/4] drm/mgag200: Use simple encoder

2020-02-20 Thread Sam Ravnborg
Hi Thomas. On Tue, Feb 18, 2020 at 09:48:14AM +0100, Thomas Zimmermann wrote: > The mgag200 driver uses an empty implementation for its encoder. Replace > the code with the generic simple encoder. > > v2: > * rebase onto new simple-encoder interface > > Signed-off-by: Thomas Zimmermann >

[PATCH v2 3/4] drm/mgag200: Use simple encoder

2020-02-18 Thread Thomas Zimmermann
The mgag200 driver uses an empty implementation for its encoder. Replace the code with the generic simple encoder. v2: * rebase onto new simple-encoder interface Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/mgag200/mgag200_drv.h | 7 --- drivers/gpu/drm/mgag200/mgag200_mode.c