Re: [PATCH v2 4/6] drm/atomic: Return commit in drm_crtc_commit_get for better annotation

2017-09-07 Thread Daniel Vetter
On Mon, Sep 04, 2017 at 12:48:36PM +0200, Maarten Lankhorst wrote: > This will allow code to do x->commit = drm_crtc_commit_get(commit), > making it clearer where references are used. > > Signed-off-by: Maarten Lankhorst Reviewed-by: Daniel Vetter

[PATCH v2 4/6] drm/atomic: Return commit in drm_crtc_commit_get for better annotation

2017-09-04 Thread Maarten Lankhorst
This will allow code to do x->commit = drm_crtc_commit_get(commit), making it clearer where references are used. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/drm_atomic_helper.c | 3 +-- include/drm/drm_atomic.h| 6 +- 2 files changed,