]> git.baikalelectronics.ru Git - kernel.git/commit
drm/atomic: Fix outdated comment.
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 4 Jan 2017 11:34:00 +0000 (12:34 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 4 Jan 2017 15:41:44 +0000 (16:41 +0100)
commitc57f60b3ab6c48f9eaf00a87a454fb4971a0b315
tree555ae461bbba40e5dd9ef9874c498594c3b10fed
parentcbeb974fc888ddc4fd95df38183687f1ca9bad1f
drm/atomic: Fix outdated comment.

Commit 9058b84abc9d ("drm: Add reference counting to drm_atomic_state")
adds reference counting to atomic state, but didn't update the comments
in drm_atomic_(nonblocking_)commit. Clarify lifetime a bit more.

Fixes: 9058b84abc9d ("drm: Add reference counting to drm_atomic_state")
Cc: <drm-intel-fixes@lists.freedesktop.org> # v4.10-rc1+
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
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/7acd1c78-ea86-7776-d98d-c846186e4b88@linux.intel.com
drivers/gpu/drm/drm_atomic.c