drm/qxl: stop using ttm_bo_wait
authorChristian König <christian.koenig@amd.com>
Mon, 9 May 2022 08:49:44 +0000 (10:49 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 19 Dec 2022 08:50:06 +0000 (09:50 +0100)
commit678e5b2258e871b22fe8c26edac2723feb852a47
tree59331c318d92c8c09e974226eb8cbd1b3fd21beb
parent5d9306052180ec2b900669ed8c1172fe00f8dd1a
drm/qxl: stop using ttm_bo_wait

TTM is just wrapping core DMA functionality here, remove the mid-layer.
No functional change.

Signed-off-by: Christian König <christian.koenig@amd.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221125102137.1801-6-christian.koenig@amd.com
drivers/gpu/drm/qxl/qxl_cmd.c