mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
bugzilla #988 (https://bugs.freedesktop.org/show_bug.cgi?id=988) Fix typo
which may or may not have had a negative impact on stability with R300
class cards.
This commit is contained in:
@@ -279,7 +279,7 @@ void RADEONEngineReset(ScrnInfoPtr pScrn)
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user