commit | cf4331dd3975f89fe4d20c6113620c9139b1c147 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 05 18:03:32 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Tue Mar 05 18:20:06 2019 +0000 |
tree | f107483f0713d6d96417b07d4fd344bea7a1e6f9 | |
parent | fb251a72d630950fb1a6f4cccff99bffe5aece8b [diff] |
drm/i915: Move find_active_request() to the engine To find the active request, we need only search along the individual engine for the right request. This does not require touching any global GEM state, so move it into the engine compartment. 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/20190305180332.30900-3-chris@chris-wilson.co.uk