drm/amdgpu: warn when there are still mappings when a BO is destroyed v2
authorChristian König <christian.koenig@amd.com>
Mon, 4 Dec 2023 14:51:50 +0000 (15:51 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 13 Dec 2023 21:33:02 +0000 (16:33 -0500)
commit65d2765d6291a49d5cdfc0fd88ba5689ed27dbe2
tree195d6038d5a22cab24f1f7020265c323d619de6e
parent69a83fd3f0a86374b2fcfab1c02363495704e652
drm/amdgpu: warn when there are still mappings when a BO is destroyed v2

This can only happen when there is a reference counting bug.

v2: fix typo

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_object.c