Skip to content
This repository was archived by the owner on Oct 5, 2018. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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