[PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}()

2016-06-07 Thread Michel Dänzer
On 06.06.2016 23:41, Gustavo Padovan wrote: > From: Gustavo Padovan > > Replace the legacy drm_vblank_{get,put}() with the new helper functions. > > Signed-off-by: Gustavo Padovan [...] > @@ -268,7 +268,7 @@ int amdgpu_crtc_page_flip(struct drm_crtc *crtc, > return 0; > >

[PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}()

2016-06-06 Thread Daniel Vetter
On Mon, Jun 06, 2016 at 12:35:26PM -0300, Gustavo Padovan wrote: > 2016-06-06 Alex Deucher : > > > On Mon, Jun 6, 2016 at 10:41 AM, Gustavo Padovan > > wrote: > > > From: Gustavo Padovan > > > > > > Replace the legacy drm_vblank_{get,put}() with the new helper functions. > > > > > >

[PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}()

2016-06-06 Thread Gustavo Padovan
2016-06-06 Alex Deucher : > On Mon, Jun 6, 2016 at 10:41 AM, Gustavo Padovan > wrote: > > From: Gustavo Padovan > > > > Replace the legacy drm_vblank_{get,put}() with the new helper functions. > > > > Signed-off-by: Gustavo Padovan > > This and the radeon patch are: > > Reviewed-by: Alex

[PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}()

2016-06-06 Thread Gustavo Padovan
From: Gustavo Padovan Replace the legacy drm_vblank_{get,put}() with the new helper functions. Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 4 ++-- drivers/gpu/drm/amd/amdgpu/dce_v10_0.c | 2 +-

[PATCH 08/14] drm/amdgpu: use drm_crtc_vblank_{get,put}()

2016-06-06 Thread Alex Deucher
On Mon, Jun 6, 2016 at 10:41 AM, Gustavo Padovan wrote: > From: Gustavo Padovan > > Replace the legacy drm_vblank_{get,put}() with the new helper functions. > > Signed-off-by: Gustavo Padovan This and the radeon patch are: Reviewed-by: Alex Deucher Should I pick this up, or are you planning