mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 19:24:01 -04:00
drm/fsl-dcu: detach panel on destroy
Disable the earlier attached panel on connector destroy. Signed-off-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
@@ -79,7 +79,10 @@ int fsl_dcu_drm_encoder_create(struct fsl_dcu_drm_device *fsl_dev,
|
||||
|
||||
static void fsl_dcu_drm_connector_destroy(struct drm_connector *connector)
|
||||
{
|
||||
struct fsl_dcu_drm_connector *fsl_con = to_fsl_dcu_connector(connector);
|
||||
|
||||
drm_connector_unregister(connector);
|
||||
drm_panel_detach(fsl_con->panel);
|
||||
drm_connector_cleanup(connector);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user