drm/ttm: stop allocating dummy resources during BO creation
authorChristian König <christian.koenig@amd.com>
Mon, 30 Jan 2023 12:06:34 +0000 (12:06 +0000)
committerChristian König <christian.koenig@amd.com>
Mon, 6 Feb 2023 11:10:17 +0000 (12:10 +0100)
commit1802537820389183dfcd814e0f6a60d1496a75ef
tree390c7da3c6fda174636e7c1e06dd61180ab5fd39
parent24243212c5ed2a5f3c1d1d74fd1913d8c189dec7
drm/ttm: stop allocating dummy resources during BO creation

That should not be necessary any more when drivers should at least be
able to handle the 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-4-matthew.auld@intel.com
drivers/gpu/drm/ttm/ttm_bo.c