Re: [PATCH] drm/amdgpu:All UVD instances share one idle_work handle

2018-06-19 Thread Stefan Agner
On 18.06.2018 20:00, James Zhu wrote: > All UVD instanses have only one dpm control, so it is better > to share one idle_work handle. Compiles fine with clang here. Tested-by: Stefan Agner > > Signed-off-by: James Zhu > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 14 +++--- >

Re: [PATCH] drm/amdgpu:All UVD instances share one idle_work handle

2018-06-19 Thread Christian König
Am 18.06.2018 um 20:00 schrieb James Zhu: All UVD instanses have only one dpm control, so it is better to share one idle_work handle. Signed-off-by: James Zhu Reviewed-by: Christian König --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 14 +++---

Re: [PATCH] drm/amdgpu:All UVD instances share one idle_work handle

2018-06-18 Thread Alex Deucher
On Mon, Jun 18, 2018 at 2:00 PM, James Zhu wrote: > All UVD instanses have only one dpm control, so it is better > to share one idle_work handle. > > Signed-off-by: James Zhu Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 14 +++--- >

[PATCH] drm/amdgpu:All UVD instances share one idle_work handle

2018-06-18 Thread James Zhu
All UVD instanses have only one dpm control, so it is better to share one idle_work handle. Signed-off-by: James Zhu --- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c | 14 +++--- drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.h | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git