RE: [PATCH] drm/amdgpu/sriov: Use kiq to copy the gpu clock

2020-02-26 Thread Deng, Emily
>Cc: amd-gfx list >Subject: Re: [PATCH] drm/amdgpu/sriov: Use kiq to copy the gpu clock > >On Tue, Feb 25, 2020 at 11:34 PM Emily Deng wrote: >> >> For vega10 sriov, the register is blocked, use copy data command to >> fix the issue. >> >> Signed-off

Re: [PATCH] drm/amdgpu/sriov: Use kiq to copy the gpu clock

2020-02-26 Thread Christian König
Am 26.02.20 um 15:29 schrieb Alex Deucher: On Tue, Feb 25, 2020 at 11:34 PM Emily Deng wrote: For vega10 sriov, the register is blocked, use copy data command to fix the issue. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 68 +-- 1 f

Re: [PATCH] drm/amdgpu/sriov: Use kiq to copy the gpu clock

2020-02-26 Thread Alex Deucher
On Tue, Feb 25, 2020 at 11:34 PM Emily Deng wrote: > > For vega10 sriov, the register is blocked, use > copy data command to fix the issue. > > Signed-off-by: Emily Deng > --- > drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 68 > +-- > 1 file changed, 58 insertions(+),

RE: [PATCH] drm/amdgpu/sriov: Use kiq to copy the gpu clock

2020-02-26 Thread Liu, Monk
: Use kiq to copy the gpu clock For vega10 sriov, the register is blocked, use copy data command to fix the issue. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 68 +-- 1 file changed, 58 insertions(+), 10 deletions(-) diff --git a/drivers

[PATCH] drm/amdgpu/sriov: Use kiq to copy the gpu clock

2020-02-25 Thread Emily Deng
For vega10 sriov, the register is blocked, use copy data command to fix the issue. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 68 +-- 1 file changed, 58 insertions(+), 10 deletions(-) diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c