commit | 05981422ea178c908e451a97ac71dad886c27691 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Fri Apr 22 22:10:27 2016 +0200 |
committer | Dave Airlie <airlied@redhat.com> | Wed Apr 27 09:52:59 2016 +1000 |
tree | 5b59bf85c1f084cc9d47343da2fbd9e1cecf8ddb | |
parent | 944a3f323ba087ddd096cf3d1ac74759cfa22358 [diff] |
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>