commit | 1acfc104cdf8a3408f0e83b4115d4419c6315005 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jun 20 12:05:47 2017 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Jun 20 17:13:54 2017 +0100 |
tree | 34bb5200d992f514e11e1482f17466a577931bc0 | |
parent | 5f09a9c8ab6b16eefbcf81635330d68481af1edc [diff] |
drm/i915: Enable rcu-only context lookups Whilst the contents of the context is still protected by the big struct_mutex, this is not much of an improvement. It is just one tiny step towards reducing our BKL. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170620110547.15947-3-chris@chris-wilson.co.uk