]> asedeno.scripts.mit.edu Git - linux.git/commit
drm: Improve kerneldoc for new mode object refcounting
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 22 Apr 2016 20:10:27 +0000 (22:10 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 26 Apr 2016 23:52:59 +0000 (09:52 +1000)
commit05981422ea178c908e451a97ac71dad886c27691
tree5b59bf85c1f084cc9d47343da2fbd9e1cecf8ddb
parent944a3f323ba087ddd096cf3d1ac74759cfa22358
drm: Improve kerneldoc for new mode object refcounting

Slipped through the cracks in my review. The one issue I spotted
is that drm_mode_object_find now acquires references and can be
used on FB objects, which caused follow-on bugs in get/set_prop ioctls.
Follow-up patches will fix that.

[airlied: fixup some incr fb/decr object mixups]

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc.c