drm/qxl: use ttm_tt
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 29 Jan 2019 08:25:41 +0000 (09:25 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 30 Jan 2019 09:51:35 +0000 (10:51 +0100)
commit11ca1b663a29afd8f8d65f616d9d7304f5634691
treed7986e112c3289ea6629daf51d24c9a90ff04909
parent1ff494813bafa127ecba1160262ba39b2fdde7ba
drm/qxl: use ttm_tt

qxl device will not dma, so we don't need ttm_dma_tt.  Go use ttm_tt
instead, to avoid wasting resources (swiotlb bounce buffers for
example).

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Acked-by: Noralf Trønnes <noralf@tronnes.org>
Link: http://patchwork.freedesktop.org/patch/msgid/20190129082541.1392-1-kraxel@redhat.com
drivers/gpu/drm/qxl/qxl_ttm.c