[PATCH 08/23] drm: omapdrm: crtc: add enabled bit to state

2016-03-26 Thread Laurent Pinchart
Hi Sebastian, Thank you for the patch. Given that you only add four lines of code here, and given that the enabled bit is unused here, I'd just squash this patch with the one that makes use of the enabled bit. On Tuesday 08 Mar 2016 17:39:40 Sebastian Reichel wrote: > Signed-off-by: Sebastian

[PATCH 08/23] drm: omapdrm: crtc: add enabled bit to state

2016-03-08 Thread Sebastian Reichel
Signed-off-by: Sebastian Reichel --- drivers/gpu/drm/omapdrm/omap_crtc.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/gpu/drm/omapdrm/omap_crtc.c b/drivers/gpu/drm/omapdrm/omap_crtc.c index 5ef27664bcfa..78ef9773cca1 100644 --- a/drivers/gpu/drm/omapdrm/omap_crtc.c +++ b/drive