Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18aea7db authored by Jeffy Chen's avatar Jeffy Chen Committed by Sean Paul
Browse files

drm: bridge: analogix: Detach panel when unbinding analogix dp

parent b8dfa821
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1443,6 +1443,8 @@ void analogix_dp_unbind(struct device *dev, struct device *master,
	if (dp->plat_data->panel) {
		if (drm_panel_unprepare(dp->plat_data->panel))
			DRM_ERROR("failed to turnoff the panel\n");
		if (drm_panel_detach(dp->plat_data->panel))
			DRM_ERROR("failed to detach the panel\n");
	}

	pm_runtime_disable(dev);