Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #14 from 96boards/revert-13-hikey-drm-hdmi-upload
Browse files Browse the repository at this point in the history
Revert "gpu/drm: hisilicon: If use default 720p then let connector's sta...
  • Loading branch information
ldts committed Mar 11, 2015
2 parents 71d877f + fea4b48 commit 3d0fbb1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/gpu/drm/hisilicon/hisi_drm_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3d0fbb1

Please sign in to comment.