Skip to content

Commit

Permalink
drm/i2c: adv7511: Force always connected
Browse files Browse the repository at this point in the history
Signed-off-by: Xinliang Liu <xinliang.liu@linaro.org>
  • Loading branch information
xin3liang committed Oct 27, 2015
1 parent c92fb66 commit 1261384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/gpu/drm/i2c/adv7511.c
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,8 @@ adv7533_connector_detect(struct drm_connector *connector, bool force)
{
struct adv7511 *adv = connector_to_adv7511(connector);

return adv7511_detect(adv, connector);
// return adv7511_detect(adv, connector);
return connector_status_connected;
}

static struct drm_connector_funcs adv7533_connector_funcs = {
Expand Down

0 comments on commit 1261384

Please sign in to comment.