diff options
-rw-r--r-- | src/radeon_output.c | 4 |
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)) |