RE: [PATCH v2] drm/amdgpu/sriov: Only sriov runtime support use kiq

2018-08-21 Thread Deng, Emily
>-Original Message- >From: Christian König >Sent: Tuesday, August 21, 2018 3:51 PM >To: Deng, Emily ; amd-gfx@lists.freedesktop.org >Subject: Re: [PATCH v2] drm/amdgpu/sriov: Only sriov runtime support use kiq > >Am 21.08.2018 um 07:16 schrieb Emily Deng: >>

Re: [PATCH v2] drm/amdgpu/sriov: Only sriov runtime support use kiq

2018-08-21 Thread Christian König
Am 21.08.2018 um 07:16 schrieb Emily Deng: Refine the code style, add brackets. For sriov, don't use kiq in exclusive mode, as don't know how long time it will take, some times it will occur exclusive timeout. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 +- 1

[PATCH v2] drm/amdgpu/sriov: Only sriov runtime support use kiq

2018-08-20 Thread Emily Deng
Refine the code style, add brackets. For sriov, don't use kiq in exclusive mode, as don't know how long time it will take, some times it will occur exclusive timeout. Signed-off-by: Emily Deng --- drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff