Re: [PATCH 03/29] drm/amd/display: Complete TODO item: use new DRM iterator

2017-10-30 Thread Andrey Grodzovsky
On 10/30/2017 01:14 PM, Leo wrote: On 2017-10-30 12:36 PM, Leo wrote: On 2017-10-26 11:06 PM, Andrey Grodzovsky wrote: On 2017-10-26 02:34 PM, Harry Wentland wrote: From: "Leo (Sunpeng) Li" Abandon new_crtcs array and use for_each_new iterator to acquire new crtcs. Signed-off-by: Le

Re: [PATCH 03/29] drm/amd/display: Complete TODO item: use new DRM iterator

2017-10-30 Thread Andrey Grodzovsky
On 10/30/2017 12:36 PM, Leo wrote: On 2017-10-26 11:06 PM, Andrey Grodzovsky wrote: On 2017-10-26 02:34 PM, Harry Wentland wrote: From: "Leo (Sunpeng) Li" Abandon new_crtcs array and use for_each_new iterator to acquire new crtcs. Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Harry Wen

Re: [PATCH 03/29] drm/amd/display: Complete TODO item: use new DRM iterator

2017-10-30 Thread Leo
On 2017-10-30 12:36 PM, Leo wrote: On 2017-10-26 11:06 PM, Andrey Grodzovsky wrote: On 2017-10-26 02:34 PM, Harry Wentland wrote: From: "Leo (Sunpeng) Li" Abandon new_crtcs array and use for_each_new iterator to acquire new crtcs. Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Harry Wen

Re: [PATCH 03/29] drm/amd/display: Complete TODO item: use new DRM iterator

2017-10-30 Thread Leo
On 2017-10-26 11:06 PM, Andrey Grodzovsky wrote: On 2017-10-26 02:34 PM, Harry Wentland wrote: From: "Leo (Sunpeng) Li" Abandon new_crtcs array and use for_each_new iterator to acquire new crtcs. Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Harry Wentland ---   drivers/gpu/drm/amd/displ

Re: [PATCH 03/29] drm/amd/display: Complete TODO item: use new DRM iterator

2017-10-26 Thread Andrey Grodzovsky
On 2017-10-26 02:34 PM, Harry Wentland wrote: From: "Leo (Sunpeng) Li" Abandon new_crtcs array and use for_each_new iterator to acquire new crtcs. Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Harry Wentland --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +-

[PATCH 03/29] drm/amd/display: Complete TODO item: use new DRM iterator

2017-10-26 Thread Harry Wentland
From: "Leo (Sunpeng) Li" Abandon new_crtcs array and use for_each_new iterator to acquire new crtcs. Signed-off-by: Leo (Sunpeng) Li Reviewed-by: Harry Wentland --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 36 +-- 1 file changed, 14 insertions(+), 22 deletions(-