RE: [PATCH] drm/amdgpu: Add new PF2VF flags for VF register access method

2021-03-29 Thread Khaire, Rohit
stian ; Deucher, Alexander ; Xiao, Jack ; Zhang, Hawking ; Xu, Feifei ; Wang, Kevin(Yang) Subject: Re: [PATCH] drm/amdgpu: Add new PF2VF flags for VF register access method On 2021-03-23 4:44 p.m., Rohit Khaire wrote: > Add 3 sub flags to notify guest for indirect access of gc, mmhu

Re: [PATCH] drm/amdgpu: Add new PF2VF flags for VF register access method

2021-03-29 Thread Luben Tuikov
On 2021-03-23 4:44 p.m., Rohit Khaire wrote: > Add 3 sub flags to notify guest for indirect access of gc, mmhub and ih > > Signed-off-by: Rohit Khaire > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h| 11 +++ > drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h | 17 +++-- > 2 f

Re: [PATCH] drm/amdgpu: Add new PF2VF flags for VF register access method

2021-03-29 Thread Deucher, Alexander
Xiao, Jack ; Zhang, Hawking ; Xu, Feifei ; Wang, Kevin(Yang) ; Khaire, Rohit Subject: [PATCH] drm/amdgpu: Add new PF2VF flags for VF register access method Add 3 sub flags to notify guest for indirect access of gc, mmhub and ih Signed-off-by: Rohit Khaire --- drivers/gpu/drm/amd/amdgpu/amd

[PATCH] drm/amdgpu: Add new PF2VF flags for VF register access method

2021-03-23 Thread Rohit Khaire
Add 3 sub flags to notify guest for indirect access of gc, mmhub and ih Signed-off-by: Rohit Khaire --- drivers/gpu/drm/amd/amdgpu/amdgpu_virt.h| 11 +++ drivers/gpu/drm/amd/amdgpu/amdgv_sriovmsg.h | 17 +++-- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git