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:50:46 +0000 (16:50 -0500)
commita4236c4b410857a70647c410e886c8a0455ec4fb
tree3d31286f303c0e038ec8e10c0794919ea534ccbf
parentceb9a321e7639700844aa3bf234a4e0884f13b77
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