summaryrefslogtreecommitdiff
path: root/src/radeon_output.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-08-10 15:05:25 +1000
committerDave Airlie <airlied@redhat.com>2010-08-10 15:05:25 +1000
commitb91e0efcb24eea32e6978c146c5409eeeeac0a62 (patch)
tree3a1e9aec953cc32ec23b24e678c406c4f8dc9701 /src/radeon_output.c
parent94bc1b7156cd0866566dc44a823c7e051bb45175 (diff)
dce32: remove rmx workaround
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r--src/radeon_output.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c
index 42aa3ca4..a0a682f8 100644
--- a/src/radeon_output.c
+++ b/src/radeon_output.c
@@ -2103,10 +2103,6 @@ void RADEONInitConnector(xf86OutputPtr output)
else
radeon_output->rmx_type = RMX_OFF;
- /* dce 3.2 chips have problems with low dot clocks, so use the scaler */
- if (IS_DCE32_VARIANT && (radeon_output->devices & (ATOM_DEVICE_DFP_SUPPORT)))
- radeon_output->rmx_type = RMX_FULL;
-
if (!IS_AVIVO_VARIANT) {
if (radeon_output->devices & (ATOM_DEVICE_CRT2_SUPPORT)) {
if (xf86ReturnOptValBool(info->Options, OPTION_TVDAC_LOAD_DETECT, FALSE))