Re: [PATCH v3 45/56] drm/omap: drop unused DSS next pointer

2020-11-09 Thread Laurent Pinchart
Hi Tomi and Sebastian, Thank you for the patch. On Thu, Nov 05, 2020 at 02:03:22PM +0200, Tomi Valkeinen wrote: > From: Sebastian Reichel > > Since all encoders and panels are using the bridge API now, > we next pointer is no longer useful and can be dropped. I would squash this with the previ

[PATCH v3 45/56] drm/omap: drop unused DSS next pointer

2020-11-05 Thread Tomi Valkeinen
From: Sebastian Reichel Since all encoders and panels are using the bridge API now, we next pointer is no longer useful and can be dropped. Signed-off-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/base.c | 2 +- drivers/gpu/drm/omapdrm/dss/omapdss.h