commit | 260e6b712769d74304093a699796ebf134aef095 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 27 22:17:47 2019 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Fri Sep 27 23:25:14 2019 +0100 |
tree | 519c632188536e41048e207b2a4df292f793f352 | |
parent | 42b899fb9a3fe40e7b59e8815247a34973729d9a [diff] |
drm/i915: Pass intel_gt to has-reset? As we execute GPU resets on a gt/ basis, and use the intel_gt as the primary for all other reset functions, also use it for the has-reset? predicates. Gradually simplifying the churn of pointers. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Andi Shyti <andi.shyti@intel.com> Reviewed-by: Andi Shyti <andi.shyti@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190927211749.2181-1-chris@chris-wilson.co.uk