commit | 4a878c03d56214a3dcf1a014e17c93bcdc587668 | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | Mon Nov 28 18:32:05 2016 +0200 |
committer | Archit Taneja <architt@codeaurora.org> | Sun Dec 18 16:32:49 2016 +0530 |
tree | 86dfb26724bec8cc0404b315e775e96ee2111e50 | |
parent | 3bb80f249525c059572d4bc89ac77ac2e511bcbe [diff] |
drm: bridge: Detach bridge from encoder at encoder cleanup time Most drivers that use bridges forgot to detach them at cleanup time. Instead of fixing them one by one, detach the bridge in the core drm_encoder_cleanup() function. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Archit Taneja <architt@codeaurora.org> Link: http://patchwork.freedesktop.org/patch/msgid/1481709550-29226-5-git-send-email-laurent.pinchart+renesas@ideasonboard.com