projects
/
profile
/
common
/
kernel-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffd09c6
)
drm/radeon/kms/dp: fix return in dpcd retrival.
author
Dave Airlie
<airlied@redhat.com>
Wed, 25 Nov 2009 22:49:17 +0000
(08:49 +1000)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 8 Dec 2009 00:22:45 +0000
(10:22 +1000)
Not returning here caused us to get a display port version of 0 for everything
this caused power up to not get sent which ends up in a black screen.
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/atombios_dp.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/radeon/atombios_dp.c
b/drivers/gpu/drm/radeon/atombios_dp.c
index
ebaf3f8
..
65c8239
100644
(file)
--- a/
drivers/gpu/drm/radeon/atombios_dp.c
+++ b/
drivers/gpu/drm/radeon/atombios_dp.c
@@
-459,6
+459,7
@@
void radeon_dp_getdpcd(struct radeon_connector *radeon_connector)
printk("%02x ", msg[i]);
printk("\n");
}
+ return;
}
dig_connector->dpcd[0] = 0;
return;