diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-10 09:37:15 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-05-08 12:04:44 -0400 |
commit | f3b0701ac78c08b8e26145bb697e03d19d742242 (patch) | |
tree | 9da64e3e8061349570a8f7c8b89ae2779da39301 /src/radeon_output.c | |
parent | 3c348091ae5d88ef3cb850889ca74674e0530b4e (diff) |
radeon: fix tmds_pll randr property
Diffstat (limited to 'src/radeon_output.c')
-rw-r--r-- | src/radeon_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_output.c b/src/radeon_output.c index 712ac5f8..ddb0fb1a 100644 --- a/src/radeon_output.c +++ b/src/radeon_output.c @@ -1174,7 +1174,7 @@ radeon_create_resources(xf86OutputPtr output) } } - if ((!IS_AVIVO_VARIANT) && (radeon_output->devices & (ATOM_DEVICE_DFP2_SUPPORT))) { + if ((!IS_AVIVO_VARIANT) && (radeon_output->devices & (ATOM_DEVICE_DFP1_SUPPORT))) { tmds_pll_atom = MAKE_ATOM("tmds_pll"); err = RRConfigureOutputProperty(output->randr_output, tmds_pll_atom, |