diff options
author | Zheng Bao <zheng.bao@amd.com> | 2010-11-30 02:05:17 +0000 |
---|---|---|
committer | Zheng Bao <Zheng.Bao@amd.com> | 2010-11-30 02:05:17 +0000 |
commit | 6b8c721e2063b94d66d5dd7540c2b8a4f33d51cc (patch) | |
tree | 107890679a6cbe6543a7d89841e968a716528a7e /src/southbridge/amd/rs780 | |
parent | ca6d8084dde1e60cb0bef3bf6cb502a95efbf965 (diff) | |
download | coreboot-6b8c721e2063b94d66d5dd7540c2b8a4f33d51cc.tar.xz |
Trivial. Reindent and dos2unix.
Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6133 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/rs780')
-rw-r--r-- | src/southbridge/amd/rs780/rs780_gfx.c | 6 |
1 files changed, 3 insertions, 3 deletions
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; |