linux/drivers/gpu/drm/ttm
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
..
Makefile drm: Add the TTM GPU memory manager subsystem. 2009-06-15 09:37:57 +10:00
ttm_agp_backend.c agp: switch AGP to use page array instead of unsigned long array 2009-06-19 10:21:42 +10:00
ttm_bo.c drm/ttm: fix an error path to exit function correctly 2009-06-19 09:01:49 +10:00
ttm_bo_util.c drm: Add the TTM GPU memory manager subsystem. 2009-06-15 09:37:57 +10:00
ttm_bo_vm.c drm: Add the TTM GPU memory manager subsystem. 2009-06-15 09:37:57 +10:00
ttm_global.c drm: Add the TTM GPU memory manager subsystem. 2009-06-15 09:37:57 +10:00
ttm_memory.c drm: Add the TTM GPU memory manager subsystem. 2009-06-15 09:37:57 +10:00
ttm_module.c drm: Add the TTM GPU memory manager subsystem. 2009-06-15 09:37:57 +10:00
ttm_tt.c drm/ttm: Add some powerpc cache flush code. 2009-06-19 09:24:53 +10:00