diff options
author | Alex Deucher <alexdeucher@gmail.com> | 2009-04-10 09:37:15 -0400 |
---|---|---|
committer | Alex Deucher <alexdeucher@gmail.com> | 2009-04-10 09:37:15 -0400 |
commit | 367ba7af76e7f63f3186a6e8d9bbe21aa31fc6d1 (patch) | |
tree | b0449bbc5013cf0d96960cc5c63765d8fdcdbbda /src/radeon_output.c | |
parent | 15f1a2f31a7bc33f276a65283dbad0c106bee73e (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 712ac5f..ddb0fb1 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, |