linux/drivers/gpu/drm/ttm
Thomas Hellstrom a987fcaa80 ttm: Make parts of a struct ttm_bo_device global.
Common resources, like memory accounting and swap lists should be
global and not per device. Introduce a struct ttm_bo_global to
accomodate this, and register it with sysfs. Add a small sysfs interface
to return the number of active buffer objects.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@linux.ie>
2009-08-19 16:10:34 +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_util.c ttm: Make parts of a struct ttm_bo_device global. 2009-08-19 16:10:34 +10:00
ttm_bo_vm.c drm: remove unused #include <linux/version.h>'s 2009-06-24 16:31:50 +10:00
ttm_bo.c ttm: Make parts of a struct ttm_bo_device global. 2009-08-19 16:10:34 +10:00
ttm_global.c drm/ttm: Memory accounting rework. 2009-08-19 16:09:53 +10:00
ttm_memory.c drm/ttm: Memory accounting rework. 2009-08-19 16:09:53 +10:00
ttm_module.c drm/ttm: Add a virtual ttm sysfs device. 2009-08-19 16:09:04 +10:00
ttm_tt.c ttm: Make parts of a struct ttm_bo_device global. 2009-08-19 16:10:34 +10:00