drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages
authorThomas Hellstrom <thellstrom@vmware.com>
Thu, 24 Oct 2013 08:49:26 +0000 (01:49 -0700)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 6 Nov 2013 11:57:16 +0000 (03:57 -0800)
commitd92d985177c495aab53c7167f310a7efb1853918
treeb8af3af9373dd0bbcb7df30b5e5a7b66dbf98801
parent7aeb7448d8d02868ef30a6d08e856b2220319273
drm/vmwgfx: Use the linux DMA api to get valid device addresses of pages

The code handles three different cases:
1) physical page addresses. The ttm page array is used.
2) DMA subsystem addresses. A scatter-gather list is used.
3) Coherent pages. The ttm dma pool is used, together with the dma_ttm
array os dma_addr_t

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.c
drivers/gpu/drm/vmwgfx/vmwgfx_drv.h
drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c