Re: [PATCH 1/1] drm/amdgpu: make sure we unpin the UVD BO

2021-05-28 Thread Das, Nirmoy
On 5/28/2021 4:36 PM, Christian König wrote: Am 20.04.21 um 12:50 schrieb Nirmoy Das: Releasing pinned BOs is illegal now. UVD 6 was missing from: commit 2f40801dc553 ("drm/amdgpu: make sure we unpin the UVD BO") Signed-off-by: Nirmoy Das Reviewed-by: Christian König Maybe add a CC:stabl

Re: [PATCH 1/1] drm/amdgpu: make sure we unpin the UVD BO

2021-05-28 Thread Christian König
Am 20.04.21 um 12:50 schrieb Nirmoy Das: Releasing pinned BOs is illegal now. UVD 6 was missing from: commit 2f40801dc553 ("drm/amdgpu: make sure we unpin the UVD BO") Signed-off-by: Nirmoy Das Reviewed-by: Christian König Maybe add a CC:stable tag as well. Sorry I somehow overlooked this

[PATCH 1/1] drm/amdgpu: make sure we unpin the UVD BO

2021-04-20 Thread Nirmoy Das
Releasing pinned BOs is illegal now. UVD 6 was missing from: commit 2f40801dc553 ("drm/amdgpu: make sure we unpin the UVD BO") Signed-off-by: Nirmoy Das --- drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v6_0.c b/drivers/