diff options
author | Alex Deucher <alex@cube.(none)> | 2008-03-11 14:05:48 -0400 |
---|---|---|
committer | Alex Deucher <alex@cube.(none)> | 2008-03-11 14:05:48 -0400 |
commit | 3263f6e4a410281d620c288a92bb4521f7b6fc06 (patch) | |
tree | 3d11eb973f9bbb9087b1d04d86d943038bc8e181 | |
parent | eb90e235b58c94f3d4d75394725ab2fe246a42ff (diff) |
DCE3: enable DPMS on DIG ports
-rw-r--r-- | src/atombios_output.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/atombios_output.c b/src/atombios_output.c index 1335b369..f823d7c1 100644 --- a/src/atombios_output.c +++ b/src/atombios_output.c @@ -660,11 +660,6 @@ atombios_output_dig_dpms(xf86OutputPtr output, int mode, int block) AtomBiosArgRec data; unsigned char *space; - /* this tends to cause problems - * just turning off the crtc seems to be adequte for now - */ - return ATOM_NOT_IMPLEMENTED; - switch (mode) { case DPMSModeOn: disp_data.ucAction = ATOM_TRANSMITTER_ACTION_ENABLE_OUTPUT; |