commit | 3e05531243d032bbff157999c99a30a969966927 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 21 14:07:10 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Mar 21 15:59:29 2019 +0000 |
tree | 0582457f13123890b397e472aa4e49d44d317664 | |
parent | 7dc40713618c884bf07c030d1ab1f47a9dc1f310 [diff] |
drm/i915: Stop storing ctx->user_handle The user_handle need only be known by userspace for it to lookup the context via the idr; internally we have no use for it. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190321140711.11190-3-chris@chris-wilson.co.uk