diff options
author | Dave Airlie <airlied@redhat.com> | 2007-11-20 08:15:58 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-11-20 08:15:58 +1000 |
commit | d5909b30595c103bb5f42cd1704330f944bba49c (patch) | |
tree | 024fbb8ef1e200fa7fa24a05263827d226402cf9 /src/radeon_cursor.c | |
parent | fe2f7a09050fb7a345a1f52239f8f3c4f1053891 (diff) |
r5xx: cleanups after last merge
Diffstat (limited to 'src/radeon_cursor.c')
-rw-r--r-- | src/radeon_cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/radeon_cursor.c b/src/radeon_cursor.c index 8cef5d63..a2cec557 100644 --- a/src/radeon_cursor.c +++ b/src/radeon_cursor.c @@ -154,6 +154,7 @@ radeon_crtc_hide_cursor (xf86CrtcPtr crtc) & ~(AVIVO_D1CURSOR_EN)); avivo_setup_cursor(crtc, FALSE); } else { + switch(crtc_id) { case 0: OUTREG(RADEON_MM_INDEX, RADEON_CRTC_GEN_CNTL); break; |