From fea4b48ebda68425f68179092546eaa5ccc91772 Mon Sep 17 00:00:00 2001 From: "Jorge A. Ramirez-Ortiz" Date: Wed, 11 Mar 2015 08:27:36 -0400 Subject: [PATCH] Revert "gpu/drm: hisilicon: If use default 720p then let connector's status as c..." --- drivers/gpu/drm/hisilicon/hisi_drm_dsi.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c b/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c index 493514dc3ddcc1..09d8971f2f7fc4 100644 --- a/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c +++ b/drivers/gpu/drm/hisilicon/hisi_drm_dsi.c @@ -824,11 +824,7 @@ hisi_dsi_detect(struct drm_connector *connector, bool force) status = sfuncs->detect(encoder, connector); DRM_DEBUG_DRIVER("exit success. status=%d\n", status); -#if USE_DEFAULT_720P_MODE - return connector_status_connected; -#else return status; -#endif } static void hisi_dsi_connector_destroy(struct drm_connector *connector)