drm/ttm: stop allocating a dummy resource for pipelined gutting
authorChristian König <christian.koenig@amd.com>
Thu, 17 Feb 2022 15:51:44 +0000 (16:51 +0100)
committerChristian König <christian.koenig@amd.com>
Wed, 25 Jan 2023 09:02:31 +0000 (10:02 +0100)
commit4110872b8115aab2adb3a52149c144d8465440de
treea24d4815c19e7056c7718bb055b172fc3fa72618
parent00984ad39599bb2a1e6ec5d4e9c75a749f7f45c9
drm/ttm: stop allocating a dummy resource for pipelined gutting

That should not be necessary any more when drivers should at least be
able to handle a move without a resource.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230124125726.13323-3-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_bo_util.c