intel-agp: add chipset flushing support
authorDave Airlie <airlied@linux.ie>
Mon, 29 Oct 2007 08:06:10 +0000 (18:06 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 5 Feb 2008 04:33:32 +0000 (14:33 +1000)
commit6c00a61e1bc969c3ea931f62f8789d9818bf1918
tree6ec75d02be64dd7ad4480f03ce800c53bc355a10
parenta13af4b4d842da6d7065b8c73fa8f0ac58fea1b6
intel-agp: add chipset flushing support

This adds support for flushing the chipsets on the 915, 945, 965 and G33
families of Intel chips.

The BIOS doesn't seem to always allocate the BAR on the 965 chipsets
so I have to use pci resource code to create a resource

It adds an export for pcibios_align_resource.
arch/x86/pci/i386.c
drivers/char/agp/intel-agp.c