diff options
author | Dave Airlie <airlied@redhat.com> | 2008-12-17 11:40:53 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2008-12-17 11:40:53 +1000 |
commit | b9549e89cbdf8fff4aa7bd9f3adfb7d5732508cc (patch) | |
tree | ea45c0ac931e78b3e7ee7f51844b44fa6e8e9b1e /src | |
parent | db85ff2e0c52a030546c0cc8ed0b851418f3e045 (diff) |
atombios: re-enable TV dpms
Diffstat (limited to 'src')
-rw-r--r-- | src/atombios_output.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atombios_output.c b/src/atombios_output.c index 945cefc7..3030a10c 100644 --- a/src/atombios_output.c +++ b/src/atombios_output.c @@ -845,8 +845,8 @@ atombios_output_dpms(xf86OutputPtr output, int mode) /*ErrorF("AGD: cv dpms\n");*/ if (radeon_output->devices & ATOM_DEVICE_CV_SUPPORT) atombios_device_dpms(output, ATOM_DEVICE_CV_SUPPORT, mode); - } else if (0 /*radeon_output->MonType == MT_STV || - radeon_output->MonType == MT_CTV*/) { + } else if (radeon_output->MonType == MT_STV || + radeon_output->MonType == MT_CTV) { /*ErrorF("AGD: tv dpms\n");*/ if (radeon_output->devices & ATOM_DEVICE_TV1_SUPPORT) atombios_device_dpms(output, ATOM_DEVICE_TV1_SUPPORT, mode); |