Re: [PATCH 3/4] drm/amdgpu: Take uvd encode rings into account in idle work (v2)

2018-05-17 Thread James Zhu
Reviewed-by: James Zhu On 2018-05-17 06:36 PM, Alex Deucher wrote: Take the encode rings into account in the idle work handler. v2: fix typo: s/num_uvd_inst/num_enc_rings/ Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 5 - 1 file changed, 4 insertions(+),

[PATCH 3/4] drm/amdgpu: Take uvd encode rings into account in idle work (v2)

2018-05-17 Thread Alex Deucher
Take the encode rings into account in the idle work handler. v2: fix typo: s/num_uvd_inst/num_enc_rings/ Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c b/dri