drm/ttm: stop allocating a dummy resource for pipelined gutting
authorChristian König <christian.koenig@amd.com>
Mon, 30 Jan 2023 12:06:35 +0000 (12:06 +0000)
committerChristian König <christian.koenig@amd.com>
Mon, 6 Feb 2023 11:10:17 +0000 (12:10 +0100)
commitc7ea16f6a47f9b6eca4e9cdcab8d1f587ea9e484
treed2acfdd8f344762430577d72485743e42e517676
parent1802537820389183dfcd814e0f6a60d1496a75ef
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>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Acked-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230130120636.63765-5-matthew.auld@intel.com
drivers/gpu/drm/ttm/ttm_bo_util.c