xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Tue Mar 11 11:05:39 PDT 2008


 src/atombios_output.c |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 3263f6e4a410281d620c288a92bb4521f7b6fc06
Author: Alex Deucher <alex at cube.(none)>
Date:   Tue Mar 11 14:05:48 2008 -0400

    DCE3: enable DPMS on DIG ports

diff --git a/src/atombios_output.c b/src/atombios_output.c
index 1335b36..f823d7c 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;


More information about the xorg-commit mailing list