drm/ttm: fix warning after moving resource to ghost obj
authorChristian König <christian.koenig@amd.com>
Mon, 7 Jun 2021 17:56:32 +0000 (19:56 +0200)
committerChristian König <christian.koenig@amd.com>
Mon, 7 Jun 2021 18:04:16 +0000 (20:04 +0200)
commit72db41c9336d155d441541e9010c868e3cf62451
tree0dd7b3210434ee20bac3246835d1cf356f4ec439
parentb8be9e19f4658c28f3e4971adbe233f17f8714aa
drm/ttm: fix warning after moving resource to ghost obj

After we moved the resource to the ghost the bo->resource pointer needs
to be reset since the owner of the resource is now the ghost.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210607175737.1405-1-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_bo_util.c