[Bug 988] typo in last update to radeon_accel.c ?
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Oct 9 14:39:09 PDT 2004
Please do not reply to this email: if you want to comment on the bug, go to
the URL shown below and enter yourcomments there.
https://freedesktop.org/bugzilla/show_bug.cgi?id=988
------- Additional Comments From a.stenglein at gmx.net 2004-10-09 14:39 -------
possible patch (if the change of the logic wasn't intented)
Index: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c
===================================================================
RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c,v
retrieving revision 1.10
diff -u -r1.10 radeon_accel.c
--- xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c 12 Aug 2004
05:00:22 -0000 1.10
+++ xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_accel.c 9 Oct 2004
21:36:05 -0000
@@ -245,7 +245,7 @@
INREG(RADEON_HOST_PATH_CNTL);
OUTREG(RADEON_HOST_PATH_CNTL, host_path_cntl);
- if (IS_R300_VARIANT)
+ if (!IS_R300_VARIANT)
OUTREG(RADEON_RBBM_SOFT_RESET, rbbm_soft_reset);
OUTREG(RADEON_CLOCK_CNTL_INDEX, clock_cntl_index);
--
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the xorg-bugzilla-noise
mailing list