Re: [PATCH 03/10] drm/atmel: plane_state->fb iff plane_state->crtc

2020-01-28 Thread Daniel Vetter
On Fri, Dec 13, 2019 at 08:53:30PM +0100, Sam Ravnborg wrote: > Hi Daniel. > > On Fri, Dec 13, 2019 at 06:26:05PM +0100, Daniel Vetter wrote: > > Checking both is one too much, so wrap a WARN_ON around it to stope > > the copypasta. > > > > Signed-off-by: Daniel Vetter > > Cc: Sam Ravnborg > >

Re: [PATCH 03/10] drm/atmel: plane_state->fb iff plane_state->crtc

2019-12-13 Thread Sam Ravnborg
Hi Daniel. On Fri, Dec 13, 2019 at 06:26:05PM +0100, Daniel Vetter wrote: > Checking both is one too much, so wrap a WARN_ON around it to stope > the copypasta. > > Signed-off-by: Daniel Vetter > Cc: Sam Ravnborg > Cc: Boris Brezillon > Cc: Nicolas Ferre > Cc: Alexandre Belloni > Cc: Ludovic

[PATCH 03/10] drm/atmel: plane_state->fb iff plane_state->crtc

2019-12-13 Thread Daniel Vetter
Checking both is one too much, so wrap a WARN_ON around it to stope the copypasta. Signed-off-by: Daniel Vetter Cc: Sam Ravnborg Cc: Boris Brezillon Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: Ludovic Desroches Cc: linux-arm-ker...@lists.infradead.org --- drivers/gpu/drm/atmel-hlcdc/atmel_h