Skip to content

Commit

Permalink
drm/radeon/kms/dp: fix return in dpcd retrival.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dave Airlie committed Dec 8, 2009
1 parent ffd09c6 commit 54d9cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpu/drm/radeon/atombios_dp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 54d9cb4

Please sign in to comment.