From 6b8c721e2063b94d66d5dd7540c2b8a4f33d51cc Mon Sep 17 00:00:00 2001 From: Zheng Bao Date: Tue, 30 Nov 2010 02:05:17 +0000 Subject: Trivial. Reindent and dos2unix. Signed-off-by: Zheng Bao Acked-by: Zheng Bao git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/rs780/rs780_gfx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/southbridge') diff --git a/src/southbridge/amd/rs780/rs780_gfx.c b/src/southbridge/amd/rs780/rs780_gfx.c index c2a220cf19..18836675e0 100644 --- a/src/southbridge/amd/rs780/rs780_gfx.c +++ b/src/southbridge/amd/rs780/rs780_gfx.c @@ -361,9 +361,9 @@ static void internal_gfx_pci_dev_init(struct device *dev) /* 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; -- cgit v1.2.3