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)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Sep 2013 00:27:53 +0000 (20:27 -0400)
commit855f5f1d882a34e4e9dd27b299737cd3508a5624
tree39ed846c62927a1e6482644b6a1cf0a1d0bb61f0
parent1cd8b21aa22c4fe8835abe614da5fa989c66dca9
drm/radeon: fix panel scaling with eDP and LVDS bridges

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>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/radeon_connectors.c