commit | f46640b931e588aeec5285b4a9547b354ad10cd0 | [log] [tgz] |
---|---|---|
author | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Mon Sep 04 12:48:36 2017 +0200 |
committer | Maarten Lankhorst <maarten.lankhorst@linux.intel.com> | Fri Sep 08 10:39:37 2017 +0200 |
tree | d45b3dc5e174ced0eb433f49f6091b6811a9c0f8 | |
parent | b44d5c0c105aa84b46caff9fdd606dc9a7b86419 [diff] |
drm/atomic: Return commit in drm_crtc_commit_get for better annotation 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 <maarten.lankhorst@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170904104838.23822-5-maarten.lankhorst@linux.intel.com Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>