OSDN Git Service

drm/radeon: fix panel scaling with eDP and LVDS bridges
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Sep 2013 22:33:16 +0000 (18:33 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2013 16:17:47 +0000 (09:17 -0700)
commit85faca8521551b799955359334969b2b58cdd2fa
tree8fd4c1a010cb3db090554e0f98330c738c747c20
parentabc1e807c2bd7cd5b1aeedca2c4bb41eb786828c
drm/radeon: fix panel scaling with eDP and LVDS bridges

commit 855f5f1d882a34e4e9dd27b299737cd3508a5624 upstream.

We were using the wrong set_properly callback so we always
ended up with Full scaling even if something else (Center or
Full aspect) was selected.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/radeon_connectors.c