Re: [PATCH v2 49/60] drm/omap: Create all planes before CRTCs

2018-06-10 Thread Sebastian Reichel
Hi, On Sat, May 26, 2018 at 08:25:07PM +0300, Laurent Pinchart wrote: > Creating all the planes in a single location instead of creating them > per-CRTC with remaining planes then created in a second step simplifies > the logic. > > Signed-off-by: Laurent Pinchart > --- Reviewed-by: Sebastian R

[PATCH v2 49/60] drm/omap: Create all planes before CRTCs

2018-05-26 Thread Laurent Pinchart
Creating all the planes in a single location instead of creating them per-CRTC with remaining planes then created in a second step simplifies the logic. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_drv.c | 45 -- 1 file changed, 19 insertio