drm/atomic: Delete wrong comment.
drm_atomic_state_put is called unconditionally, so TEST_ONLY is no different from commit. Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1481812185-19098-2-git-send-email-maarten.lankhorst@linux.intel.com
This commit is contained in:

committed by
Daniel Vetter

parent
20c9ca4fda
commit
d9a5bb2d7f
@@ -2195,10 +2195,6 @@ retry:
|
|||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (arg->flags & DRM_MODE_ATOMIC_TEST_ONLY) {
|
if (arg->flags & DRM_MODE_ATOMIC_TEST_ONLY) {
|
||||||
/*
|
|
||||||
* Unlike commit, check_only does not clean up state.
|
|
||||||
* Below we call drm_atomic_state_put for it.
|
|
||||||
*/
|
|
||||||
ret = drm_atomic_check_only(state);
|
ret = drm_atomic_check_only(state);
|
||||||
} else if (arg->flags & DRM_MODE_ATOMIC_NONBLOCK) {
|
} else if (arg->flags & DRM_MODE_ATOMIC_NONBLOCK) {
|
||||||
ret = drm_atomic_nonblocking_commit(state);
|
ret = drm_atomic_nonblocking_commit(state);
|
||||||
|
Reference in New Issue
Block a user