commit | 51c0f58e9f6af3a387d14608033e6796a7ad90ee | [log] [tgz] |
---|---|---|
author | Jack Zhang <Jack.Zhang1@amd.com> | Tue Sep 10 12:29:14 2019 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Sep 16 10:11:28 2019 -0500 |
tree | 63288c67f70132736148b07abe6cc2d52452d528 | |
parent | f7e3a5776fa6d2d4376c59c7e1d5b3454745c865 [diff] |
drm/amdgpu/sriov: add ring_stop before ring_create in psp v11 code psp v11 code missed ring stop in ring create function(VMR) while psp v3.1 code had the code. This will cause VM destroy1 fail and psp ring create fail. For SIOV-VF, ring_stop should not be deleted in ring_create function. Signed-off-by: Jack Zhang <Jack.Zhang1@amd.com> Reviewed-by: Feifei Xu <Feifei.Xu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>