diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-11-04 03:14:26 +0100 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2016-01-11 02:17:40 +0100 |
commit | 700c18ca08bf79360c117e39490c74c681189b65 (patch) | |
tree | e451230e26e1f55365c81a2688a018eda41fcf9a /drivers | |
parent | drm/nouveau/core: fix return in error path of device probe (diff) | |
download | linux-700c18ca08bf79360c117e39490c74c681189b65.tar.xz linux-700c18ca08bf79360c117e39490c74c681189b65.zip |
drm/nouveau/kms: no need to check for empty edid before drm_detect_hdmi_monitor
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/gpu/drm/nouveau/nv50_display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index ee97eae3c973..74247e1cb58d 100644 --- a/drivers/gpu/drm/nouveau/nv50_display.c +++ b/drivers/gpu/drm/nouveau/nv50_display.c @@ -774,7 +774,6 @@ nv50_crtc_set_scale(struct nouveau_crtc *nv_crtc, bool update) */ if (nv_connector && ( nv_connector->underscan == UNDERSCAN_ON || (nv_connector->underscan == UNDERSCAN_AUTO && - nv_connector->edid && drm_detect_hdmi_monitor(nv_connector->edid)))) { u32 bX = nv_connector->underscan_hborder; u32 bY = nv_connector->underscan_vborder; |