northbridge/intel/*/acpi/igd.asl: Trivial indent style fix
Change-Id: I26e92645264c69bbc032b0e7e44d7d31de2dfa4d Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-on: http://review.coreboot.org/7665 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
0a0d04895f
commit
4568f19d1f
|
@ -27,8 +27,8 @@ Device (GFX0)
|
||||||
Field (GFXC, DWordAcc, NoLock, Preserve)
|
Field (GFXC, DWordAcc, NoLock, Preserve)
|
||||||
{
|
{
|
||||||
Offset (0x10),
|
Offset (0x10),
|
||||||
BAR0, 64
|
BAR0, 64
|
||||||
}
|
}
|
||||||
|
|
||||||
OperationRegion (GFRG, SystemMemory, And (BAR0, 0xfffffffffffffff0), 0x400000)
|
OperationRegion (GFRG, SystemMemory, And (BAR0, 0xfffffffffffffff0), 0x400000)
|
||||||
Field (GFRG, DWordAcc, NoLock, Preserve)
|
Field (GFRG, DWordAcc, NoLock, Preserve)
|
||||||
|
|
|
@ -24,21 +24,21 @@ Device (GFX0)
|
||||||
Name (_ADR, 0x00020000)
|
Name (_ADR, 0x00020000)
|
||||||
|
|
||||||
OperationRegion (GFXC, PCI_Config, 0x00, 0x0100)
|
OperationRegion (GFXC, PCI_Config, 0x00, 0x0100)
|
||||||
Field (GFXC, DWordAcc, NoLock, Preserve)
|
Field (GFXC, DWordAcc, NoLock, Preserve)
|
||||||
{
|
{
|
||||||
Offset (0x10),
|
Offset (0x10),
|
||||||
BAR0, 64
|
BAR0, 64
|
||||||
}
|
}
|
||||||
|
|
||||||
OperationRegion (GFRG, SystemMemory, And (BAR0, 0xfffffffffffffff0), 0x400000)
|
OperationRegion (GFRG, SystemMemory, And (BAR0, 0xfffffffffffffff0), 0x400000)
|
||||||
Field (GFRG, DWordAcc, NoLock, Preserve)
|
Field (GFRG, DWordAcc, NoLock, Preserve)
|
||||||
{
|
{
|
||||||
Offset (0x48254),
|
Offset (0x48254),
|
||||||
BCLV, 16,
|
BCLV, 16,
|
||||||
Offset (0xc8250),
|
Offset (0xc8250),
|
||||||
CR1, 32,
|
CR1, 32,
|
||||||
CR2, 32
|
CR2, 32
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Display Output Switching */
|
/* Display Output Switching */
|
||||||
Method (_DOS, 1)
|
Method (_DOS, 1)
|
||||||
|
|
|
@ -27,10 +27,10 @@ Device (GFX0)
|
||||||
Field (GFXC, DWordAcc, NoLock, Preserve)
|
Field (GFXC, DWordAcc, NoLock, Preserve)
|
||||||
{
|
{
|
||||||
Offset (0x10),
|
Offset (0x10),
|
||||||
BAR0, 64
|
BAR0, 64
|
||||||
}
|
}
|
||||||
|
|
||||||
OperationRegion (GFRG, SystemMemory, And(BAR0, 0xfffffffffffffff0), 0x400000)
|
OperationRegion (GFRG, SystemMemory, And (BAR0, 0xfffffffffffffff0), 0x400000)
|
||||||
Field (GFRG, DWordAcc, NoLock, Preserve)
|
Field (GFRG, DWordAcc, NoLock, Preserve)
|
||||||
{
|
{
|
||||||
Offset (0x48254),
|
Offset (0x48254),
|
||||||
|
|
Loading…
Reference in New Issue