Re: [PATCH v3 05/10] drm: rcar-du: lvds: Remove LVDS double-enable checks

2019-06-07 Thread Kieran Bingham
Hi Laurent, On 28/05/2019 15:12, Laurent Pinchart wrote: > The DRM core and DU driver guarantee that the LVDS bridge will not be > double-enabled or double-disabled. Remove the corresponding unnecessary > checks. I'm glad to hear it - that's quite a few WARN_ON's removed which hopefully is a

[PATCH v3 05/10] drm: rcar-du: lvds: Remove LVDS double-enable checks

2019-05-28 Thread Laurent Pinchart
The DRM core and DU driver guarantee that the LVDS bridge will not be double-enabled or double-disabled. Remove the corresponding unnecessary checks. Signed-off-by: Laurent Pinchart Reviewed-by: Jacopo Mondi Tested-by: Jacopo Mondi --- drivers/gpu/drm/rcar-du/rcar_lvds.c | 19