drm/amdgpu:RUNTIME flag should clr later

this flag will get cleared by request gpu access

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Monk Liu 2017-01-26 15:31:15 +08:00 committed by Alex Deucher
parent 480da26260
commit 2641e38b02
1 changed files with 1 additions and 3 deletions

View File

@ -505,9 +505,7 @@ static void xgpu_vi_mailbox_flr_work(struct work_struct *work)
struct amdgpu_device *adev = container_of(virt, struct amdgpu_device, virt);
/* wait until RCV_MSG become 3 */
if (!xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL))
adev->virt.caps &= ~AMDGPU_SRIOV_CAPS_RUNTIME;
else {
if (xgpu_vi_poll_msg(adev, IDH_FLR_NOTIFICATION_CMPL)) {
pr_err("failed to recieve FLR_CMPL\n");
return;
}