[PATCH 1/4] drm/omapdrm: omap_modeset_init: Separate crtc id and plane id indexing

2016-05-20 Thread Tomi Valkeinen
On 20/05/16 09:35, Jyri Sarha wrote: > Separate crtc id and plane id indexing in omap_modeset_init(). The > coupling of crtc- and plane-id is hard to follow. The id stuff does need cleanup, but I don't think this patch does that well enough. A few quick ones: omap_crtc_init() doesn't use the id p

[PATCH 1/4] drm/omapdrm: omap_modeset_init: Separate crtc id and plane id indexing

2016-05-20 Thread Jyri Sarha
Separate crtc id and plane id indexing in omap_modeset_init(). The coupling of crtc- and plane-id is hard to follow. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/omapdrm/omap_drv.c | 31 +-- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/drivers/gpu/