[PATCH] drm/fence: add drm_crtc_create_fence()

2016-12-07 Thread Gustavo Padovan
2016-12-07 Daniel Vetter : > On Tue, Dec 06, 2016 at 03:47:17PM -0200, Gustavo Padovan wrote: > > From: Gustavo Padovan > > > > Instead of dealing with crtc details inside drm_atomic.c we should > > just export a function that creates a new crtc fence for us and > > use that. > > > > Suggested-

[PATCH] drm/fence: add drm_crtc_create_fence()

2016-12-07 Thread Daniel Vetter
On Tue, Dec 06, 2016 at 03:47:17PM -0200, Gustavo Padovan wrote: > From: Gustavo Padovan > > Instead of dealing with crtc details inside drm_atomic.c we should > just export a function that creates a new crtc fence for us and > use that. > > Suggested-by: Chris Wilson > Signed-off-by: Gustavo P

[PATCH] drm/fence: add drm_crtc_create_fence()

2016-12-06 Thread Gustavo Padovan
From: Gustavo Padovan Instead of dealing with crtc details inside drm_atomic.c we should just export a function that creates a new crtc fence for us and use that. Suggested-by: Chris Wilson Signed-off-by: Gustavo Padovan --- drivers/gpu/drm/drm_atomic.c| 16 +--- drivers/g