commit | 06f7a61c9b515e5f3a3793e6b4dec93d27b462fc | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Feb 09 13:19:18 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Sun Feb 09 13:47:26 2020 +0000 |
tree | 46dfcaff4b8afcb802e360db021f6556ce6ea2b6 | |
parent | 7d7569ac3336b3b91a3700295c2af5610cb01d67 [diff] |
drm/i915/selftests: Remove erroneous intel_engine_pm_put On an allocation error path for live_hwsp_alternate, we dropped the engine wakeref before we had even acquired it. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200209131922.180287-4-chris@chris-wilson.co.uk