Re: [PATCH v3 05/56] drm/omap: constify write buffers

2020-11-05 Thread Laurent Pinchart
Hi Tomi and Sebastian, Thank you for the patch. On Thu, Nov 05, 2020 at 02:02:42PM +0200, Tomi Valkeinen wrote: > From: Sebastian Reichel > > The write buffers are not modified, so they can be constant. > > Signed-off-by: Sebastian Reichel > Signed-off-by: Tomi Valkeinen Reviewed-by: Lauren

[PATCH v3 05/56] drm/omap: constify write buffers

2020-11-05 Thread Tomi Valkeinen
From: Sebastian Reichel The write buffers are not modified, so they can be constant. Signed-off-by: Sebastian Reichel Signed-off-by: Tomi Valkeinen --- drivers/gpu/drm/omapdrm/dss/dsi.c | 24 drivers/gpu/drm/omapdrm/dss/omapdss.h | 10 +- 2 files changed,