commit | c100777cc00ce9a0e53f94e2f530abd35a54751b | [log] [tgz] |
---|---|---|
author | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | Tue Dec 24 09:59:20 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Dec 24 14:48:12 2019 +0000 |
tree | 12afb3e4b6d9185a39f13d094c3dc7711fa32f03 | |
parent | 30084b143de7a320ab8fc609a8ad3a396232d002 [diff] |
drm/i915: Switch context id allocation directly to xarray IDR internally uses xarray so we can use it directly which simplifies our code by removing the need to do external locking. Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com> Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: https://patchwork.freedesktop.org/patch/msgid/20191224095920.2386297-1-chris@chris-wilson.co.uk