RE: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops

2017-10-23 Thread Liu, Monk
Okay, I missed that part, Free to add my RB -Original Message- From: Ding, Pixel Sent: 2017年10月24日 9:33 To: Liu, Monk ; amd-gfx@lists.freedesktop.org Cc: Sun, Gary ; Li, Bingley Subject: Re: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops This is for retry init. If the driver

Re: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops

2017-10-23 Thread Ding, Pixel
t;Pixel Ding >Sent: 2017年10月23日 18:04 >To: amd-gfx@lists.freedesktop.org >Cc: Sun, Gary ; Ding, Pixel ; Li, >Bingley >Subject: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops > >From: pding > >Driver can use this interface to check if there's a function le

RE: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops

2017-10-23 Thread Deucher, Alexander
> -Original Message- > From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf > Of Pixel Ding > Sent: Monday, October 23, 2017 6:04 AM > To: amd-gfx@lists.freedesktop.org > Cc: Sun, Gary; Ding, Pixel; Li, Bingley > Subject: [PATCH 6/7] drm/amdgpu/virt

RE: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops

2017-10-23 Thread Liu, Monk
Subject: [PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops From: pding Driver can use this interface to check if there's a function level reset done in hypervisor. Signed-off-by: pding --- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 16 drivers/gpu/drm/amd/

[PATCH 6/7] drm/amdgpu/virt: add wait_reset virt ops

2017-10-23 Thread Pixel Ding
From: pding Driver can use this interface to check if there's a function level reset done in hypervisor. Signed-off-by: pding --- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | 16 drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h | 2 ++ drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c| 1 + d