Re: [PATCH v2 23/30] drm: omapdrm: dss: Store dispc ops in dss_device structure

2018-02-13 Thread Sebastian Reichel
Hi, On Tue, Feb 13, 2018 at 02:00:41PM +0200, Laurent Pinchart wrote: > Remove the global dispc ops variable by storing it in the dss_device > structure. > > Signed-off-by: Laurent Pinchart Reviewed-by: Sebastian Reichel

[PATCH v2 23/30] drm: omapdrm: dss: Store dispc ops in dss_device structure

2018-02-13 Thread Laurent Pinchart
Remove the global dispc ops variable by storing it in the dss_device structure. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/dss/base.c| 13 - drivers/gpu/drm/omapdrm/dss/dispc.c | 6 -- drivers/gpu/drm/omapdrm/dss/dss.h