Hi Tomi,
On Tue, Aug 13, 2019 at 10:28:52AM +0300, Tomi Valkeinen wrote:
On 07/07/2019 21:19, Laurent Pinchart wrote:
The omapdrm driver attaches to panels with drm_panel_attach() at probe time but never calls drm_panel_detach(). Fix it.
Signed-off-by: Laurent Pinchart laurent.pinchart@ideasonboard.com
drivers/gpu/drm/omapdrm/omap_drv.c | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-)
drm_panel_detach() is called in omap_disconnect_pipelines().
I wonder how I missed that :-S I'll drop this patch.