Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm
[linux-2.6-microblaze.git] / drivers / gpu / drm / msm / dp / dp_display.c
index 09174c2..bce7793 100644 (file)
@@ -603,12 +603,6 @@ static int dp_hpd_plug_handle(struct dp_display_private *dp, u32 data)
                        dp->dp_display.connector_type, state);
        mutex_unlock(&dp->event_mutex);
 
-       /*
-        * add fail safe mode outside event_mutex scope
-        * to avoid potiential circular lock with drm thread
-        */
-       dp_panel_add_fail_safe_mode(dp->dp_display.connector);
-
        /* uevent will complete connection part */
        return 0;
 };