xf86-video-ati: Branch 'master'

Paulo Cesar Pereira de Andrade pcpa at kemper.freedesktop.org
Thu Nov 27 19:12:43 PST 2008


 src/aticlock.c |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit cab7a47477e3878cb9f1fdc5b721fc8e3aaadd5b
Author: Paulo Cesar Pereira de Andrade <pcpa at mandriva.com.br>
Date:   Fri Nov 28 01:09:52 2008 -0200

    Remove xf86{Disable,Enable}Interrupts
    
      They were already a noop in most "os-support"s, and are no longer
    available in the X Server.

diff --git a/src/aticlock.c b/src/aticlock.c
index f4de77f..53e28b5 100644
--- a/src/aticlock.c
+++ b/src/aticlock.c
@@ -330,8 +330,6 @@ ATIClockSet
 
             ATIDelay(50000);            /* 50 milliseconds */
 
-            (void)xf86DisableInterrupts();
-
             /* Send all 20 bits of programme word */
             while (Programme >= CLOCK_BIT)
             {
@@ -343,8 +341,6 @@ ATIClockSet
                 Programme >>= 1;
             }
 
-            xf86EnableInterrupts();
-
             /* Restore register */
             out8(CLOCK_CNTL, clock_cntl0 | CLOCK_STROBE);
             break;


More information about the xorg-commit mailing list