drm/ttm: remove io_ field from TTM V6
authorJerome Glisse <jglisse@redhat.com>
Wed, 7 Apr 2010 10:21:27 +0000 (10:21 +0000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Apr 2010 04:13:09 +0000 (14:13 +1000)
commit0c321c79627189204d7d0bf65ab19f5ac419abed
tree9df52ae46164bdca3dab6a36d5ec17360c60b9e4
parent96bf8b8778976a6e6a4fe4e6e0421d8ed7892798
drm/ttm: remove io_ field from TTM V6

All TTM driver have been converted to new io_mem_reserve/free
interface which allow driver to choose and return proper io
base, offset to core TTM for ioremapping if necessary. This
patch remove what is now deadcode.

V2 adapt to match with change in first patch of the patchset
V3 update after io_mem_reserve/io_mem_free callback balancing
V4 adjust to minor cleanup
V5 remove the needs ioremap flag
V6 keep the ioremapping facility in TTM

[airlied- squashed driver removals in here also]

Signed-off-by: Jerome Glisse <jglisse@redhat.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/nouveau/nouveau_bo.c
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/vmwgfx/vmwgfx_buffer.c
include/drm/ttm/ttm_bo_driver.h