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 #13 from xin3liang/hikey-drm-hdmi-upload
Browse files Browse the repository at this point in the history
gpu/drm: hisilicon: fake connector state on boot.
  • Loading branch information
ldts committed Mar 11, 2015
2 parents 8b22e2c + fec46d8 commit 71d877f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/gpu/drm/hisilicon/hisi_drm_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,11 @@ 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 71d877f

Please sign in to comment.