From: Dave Airlie Date: Sun, 20 May 2012 16:31:16 +0000 (+0100) Subject: drm/prime: add exported buffers to current fprivs imported buffer list (v2) X-Git-Tag: v3.5-rc1~100^2~4^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff926c7d4f06f9703226dc09acad17e86f169d6;p=pandora-kernel.git 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 --- Reading git-diff-tree failed