OSDN Git Service

drm/ttm: stop allocating dummy resources during BO creation
authorChristian König <christian.koenig@amd.com>
Thu, 17 Feb 2022 15:29:43 +0000 (16:29 +0100)
committerChristian König <christian.koenig@amd.com>
Wed, 25 Jan 2023 09:00:17 +0000 (10:00 +0100)
commit00984ad39599bb2a1e6ec5d4e9c75a749f7f45c9
treeb09dbab0bf8e8272be19332e3b60a269378c0d30
parent516198d317d81f33839ca850e83f6717b0d80e80
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>
Link: https://patchwork.freedesktop.org/patch/msgid/20230124125726.13323-2-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_bo.c