linux/drivers/char/agp
Dave Airlie 07613ba2f4 agp: switch AGP to use page array instead of unsigned long array
This switches AGP to use an array of pages for tracking the
pages allocated to the GART. This should enable GEM on PAE to work
a lot better as we can pass highmem pages to the PAT code and it will
do the right thing with them.

Signed-off-by: Dave Airlie <airlied@redhat.com>
2009-06-19 10:21:42 +10:00
..
agp.h agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
ali-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
alpha-agp.c
amd64-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
amd-k7-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
ati-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
backend.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
compat_ioctl.c
compat_ioctl.h
efficeon-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
frontend.c
generic.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
hp-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
i460-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
intel-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
isoch.c
Kconfig
Makefile
nvidia-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
parisc-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
sgi-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
sis-agp.c
sworks-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
uninorth-agp.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
via-agp.c