OSDN Git Service

Revert "TEMP HACK: make non-standalone surfaceflinger work"
authorWuZhen <wuzhen@jidemail.com>
Mon, 2 May 2016 10:28:44 +0000 (18:28 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 12 May 2016 04:08:56 +0000 (12:08 +0800)
This reverts commit b19bbdbf98742f0428f6f4265b5e80d569608abd.

Change-Id: I351b1c3f149924f38635058004eb91d84351646a

gralloc_drm_kms.c

index d0aacc1..9456e6c 100644 (file)
@@ -1244,7 +1244,6 @@ int gralloc_drm_init_kms(struct gralloc_drm_t *drm)
                drmModeFreeConnector(hdmi);
        }
 
-goto skip_hdmi_modes;
        /* launch hdmi observer thread */
        pthread_mutex_init(&drm->hdmi_mutex, NULL);
        pthread_create(&drm->hdmi_hotplug_thread, NULL, hdmi_observer, drm);