Commits

Chris Wilson committed 5d316344a67
drm: Take ownership of the dmabuf->obj when exporting Currently the reference for the dmabuf->obj is incremented for the dmabuf in drm_gem_prime_handle_to_fd() (at the high level userspace interface), but is released in drm_gem_dmabuf_release() (the lowlevel handler). Improve the symmetry of the dmabuf->obj ownership by acquiring the reference in drm_gem_dmabuf_export(). This makes it easier to use the prime functions directly. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> [danvet: Update kerneldoc.] Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20161207214527.22533-1-chris@chris-wilson.co.uk Cherry-picked 72a93e8dd52c9feea42f1258d555e6070680a347 from https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git/ This is required by VSI to implement DRM support. Signed-off-by: Marius Vlad <marius-cristian.vlad@nxp.com> Acked-by: Prabhu Sundararaj <prabhu.sundararaj@nxp.com>