ttm: Make parts of a struct ttm_bo_device global.
authorThomas Hellstrom <thellstrom@vmware.com>
Tue, 18 Aug 2009 14:51:56 +0000 (16:51 +0200)
committerDave Airlie <airlied@linux.ie>
Wed, 19 Aug 2009 06:10:34 +0000 (16:10 +1000)
commita987fcaa805fcb24ba885c2e29fd4fdb6816f08f
tree561b6dd8e002e2eb1a75132b1edbd303782dc2fb
parent5fd9cbad3a4ae82c83c55b9c621d156c326724ef
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>
drivers/gpu/drm/radeon/radeon_object.h
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/ttm/ttm_bo_util.c
drivers/gpu/drm/ttm/ttm_tt.c
include/drm/ttm/ttm_bo_api.h
include/drm/ttm/ttm_bo_driver.h