Author: zbao
Date: Tue Nov 30 03:05:17 2010
New Revision: 6133
URL: https://tracker.coreboot.org/trac/coreboot/changeset/6133

Log:
Trivial. Reindent and dos2unix.

Signed-off-by: Zheng Bao <[email protected]>
Acked-by: Zheng Bao <[email protected]>

Modified:
   trunk/src/southbridge/amd/rs780/rs780_gfx.c

Modified: trunk/src/southbridge/amd/rs780/rs780_gfx.c
==============================================================================
--- trunk/src/southbridge/amd/rs780/rs780_gfx.c Mon Nov 29 21:40:33 2010        
(r6132)
+++ trunk/src/southbridge/amd/rs780/rs780_gfx.c Tue Nov 30 03:05:17 2010        
(r6133)
@@ -361,9 +361,9 @@
        /* Force allow LDT_STOP Cool'n'Quiet workaround. */
        *(GpuF0MMReg + 0x655c/4) |= 1<<4;
 
-       // disable write combining, needed for stability
-   // reference bios does this only for RS780 rev A11
-   // need to figure out why we need it for all revs
+       // disable write combining, needed for stability
+       // reference bios does this only for RS780 rev A11
+       // need to figure out why we need it for all revs
        *(GpuF0MMReg + 0x2000/4) = 0x00000010;
        *(GpuF0MMReg + 0x2408/4) = 1 << 9;
        *(GpuF0MMReg + 0x2000/4) = 0x00000011;

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to