OSDN Git Service

drm/amdgpu: make sure we unpin the UVD BO
authorNirmoy Das <nirmoy.das@amd.com>
Fri, 28 May 2021 14:54:16 +0000 (16:54 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 2 Jun 2021 21:57:07 +0000 (17:57 -0400)
commit07438603a07e52f1c6aa731842bd298d2725b7be
tree3f1d58ca20b088487f99dc3622702aa6dc98544c
parent2370eba9f552eaae3d8aa1f70b8e9eec5c560f9e
drm/amdgpu: make sure we unpin the UVD BO

Releasing pinned BOs is illegal now. UVD 6 was missing from:
commit 2f40801dc553 ("drm/amdgpu: make sure we unpin the UVD BO")

Fixes: 2f40801dc553 ("drm/amdgpu: make sure we unpin the UVD BO")
Cc: stable@vger.kernel.org
Signed-off-by: Nirmoy Das <nirmoy.das@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c