commit | 30b710840e4b9c9699d3d4b33fb19ad8880d4614 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Aug 12 23:36:29 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Mon Aug 13 21:20:03 2018 +0100 |
tree | 507b18fff641a06e54ff0ae2219999d8c9f36a55 | |
parent | f4e60c5cfbf217cc9faa3aeb63742860154fcfef [diff] |
drm/i915: Cleanup gt powerstate from gem Since the gt powerstate is allocated by i915_gem_init, clean it from i915_gem_fini for symmetry and to correct the imbalance on error. 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/20180812223642.24865-1-chris@chris-wilson.co.uk