commit | 1f9f6353e8b83676bbf23c2bbb07d447563e5e83 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Oct 27 22:58:04 2019 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Oct 28 11:23:35 2019 +0000 |
tree | 87b9e6b4f21d2698e399a1ff80ee2af48b85d0a4 | |
parent | 39f9547a339a261c74f845017654ced1de116b5f [diff] |
drm/i915/selftests: Drop global engine lookup for gt selftests As we are inside the gt, we have a local gt->engine[] lookup we should be using in preference over the i915->engine[] copy. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20191027225808.19437-1-chris@chris-wilson.co.uk