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
This commit is contained in:
parent
ca6d8084dd
commit
6b8c721e20
|
@ -362,8 +362,8 @@ static void internal_gfx_pci_dev_init(struct device *dev)
|
||||||
*(GpuF0MMReg + 0x655c/4) |= 1<<4;
|
*(GpuF0MMReg + 0x655c/4) |= 1<<4;
|
||||||
|
|
||||||
// disable write combining, needed for stability
|
// disable write combining, needed for stability
|
||||||
// reference bios does this only for RS780 rev A11
|
// reference bios does this only for RS780 rev A11
|
||||||
// need to figure out why we need it for all revs
|
// need to figure out why we need it for all revs
|
||||||
*(GpuF0MMReg + 0x2000/4) = 0x00000010;
|
*(GpuF0MMReg + 0x2000/4) = 0x00000010;
|
||||||
*(GpuF0MMReg + 0x2408/4) = 1 << 9;
|
*(GpuF0MMReg + 0x2408/4) = 1 << 9;
|
||||||
*(GpuF0MMReg + 0x2000/4) = 0x00000011;
|
*(GpuF0MMReg + 0x2000/4) = 0x00000011;
|
||||||
|
|
Loading…
Reference in New Issue