drm: move ttm global code to core drm
authorDave Airlie <airlied@redhat.com>
Tue, 9 Mar 2010 00:56:52 +0000 (10:56 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 3 Aug 2010 23:46:06 +0000 (09:46 +1000)
commitba4420c224c2808f2661cf8428f43ceef7a73a4a
tree67b32498483c797c76e8f504a83746bdef35db7d
parent2581afccadd347bf97c3a5620ba72c99aca8c355
drm: move ttm global code to core drm

I wrote this for the prime sharing work, but I also noticed other external
non-upstream drivers from a large company carrying a similiar patch, so I
may as well ship it in master.

Signed-off-by: Dave Airlie <airlied@redhat.com>
17 files changed:
drivers/gpu/drm/Makefile
drivers/gpu/drm/drm_drv.c
drivers/gpu/drm/drm_global.c [moved from drivers/gpu/drm/ttm/ttm_global.c with 79% similarity]
drivers/gpu/drm/nouveau/nouveau_drv.h
drivers/gpu/drm/nouveau/nouveau_ttm.c
drivers/gpu/drm/radeon/radeon.h
drivers/gpu/drm/radeon/radeon_ttm.c
drivers/gpu/drm/ttm/Makefile
drivers/gpu/drm/ttm/ttm_bo.c
drivers/gpu/drm/ttm/ttm_module.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c
include/drm/drm.h
include/drm/drmP.h
include/drm/drm_global.h [new file with mode: 0644]
include/drm/ttm/ttm_bo_driver.h
include/drm/ttm/ttm_module.h