]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/prime: add a bit of documentation about gem_obj->import_attach
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 14 Aug 2013 22:02:33 +0000 (00:02 +0200)
committerDave Airlie <airlied@redhat.com>
Mon, 19 Aug 2013 00:46:35 +0000 (10:46 +1000)
commit7106bf96f81b0c207aaab4b46aa2acc5cab334d4
tree782617e44aac3d710293f32272c6055ceec98e3c
parent01ce605a7bd8f4aaaf3c0accdaa5e106982b698c
drm/prime: add a bit of documentation about gem_obj->import_attach

Lifetime rules seem to be solid around ->import_attach. So this patch
just properly documents them.

Note that pointing directly at the attachment might have issues for
devices that have multiple struct device *dev parts constituting the
logical gpu and so might need multiple attachment points. Similarly
for drm devices which don't need a dma attachment at all (like udl).

But fixing that up is material for different patches.

Reviewed-by: Rob Clark <robdclark@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Dave Airlie <airlied@redhat.com>
include/drm/drmP.h