[PATCH 19/29] drm/omap: panel-dsi-cm: Store source pointer internally

2018-12-05 Thread Laurent Pinchart
The source pointer will be removed to the omap_dss_device structure. Store it internally in the DSI panel driver data. Signed-off-by: Laurent Pinchart --- .../gpu/drm/omapdrm/displays/panel-dsi-cm.c | 55 ++- 1 file changed, 29 insertions(+), 26 deletions(-) diff --git a/drive

Re: [PATCH 19/29] drm/omap: panel-dsi-cm: Store source pointer internally

2018-12-10 Thread Sebastian Reichel
Hi, On Wed, Dec 05, 2018 at 05:00:12PM +0200, Laurent Pinchart wrote: > The source pointer will be removed to the omap_dss_device structure. > Store it internally in the DSI panel driver data. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by: Sebastian Reichel -- Sebastian > .../gpu/dr