commit | 0ff926c7d4f06f9703226dc09acad17e86f169d6 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Sun May 20 17:31:16 2012 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Wed May 23 10:46:03 2012 +0100 |
tree | c0f4036c17f0fe5944ca56ef519774f0f9b3ad45 | |
parent | 51ab7ba2673758561074184795bba5bac780a038 [diff] |
drm/prime: add exported buffers to current fprivs imported buffer list (v2) If userspace attempts to import a buffer it exported on the same device, we need to return the same GEM handle for it, not a new handle pointing at the same GEM object. v2: move removals into a single fn, no need to set to NULL. (Chris Wilson) Signed-off-by: Dave Airlie <airlied@redhat.com>