diff options
| author | Chris Wilson <[email protected]> | 2019-01-25 13:22:27 +0000 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-01-25 14:27:21 +0000 |
| commit | fe62365f9f80a1c1d438c54fba21f5108a182de8 (patch) | |
| tree | af83eeae22ab5a5dea2aa4af800c07bf70c75cff /tools/perf/scripts/python/check-perf-trace.py | |
| parent | ade8a0f59844349650514f608eb1da5280f7818b (diff) | |
drm/i915/guc: Disable global reset
The guc (and huc) currently inexcruitably depend on struct_mutex for
device reinitialisation from inside the reset, and indeed taking any
mutex here is verboten (as we must be able to reset from underneath any
of our mutexes). That makes recovering the guc unviable without, for
example, reserving contiguous vma space and pages for it to use.
The plan to re-enable global reset for the GuC centres around reusing the
WOPM reserved space at the top of the aperture (that we know we can
populate a contiguous range large enough to dma xfer the fw image).
In the meantime, hopefully no one even notices as the device-reset is
only used as a backup to the per-engine resets for handling GPU hangs.
Signed-off-by: Chris Wilson <[email protected]>
Acked-by: Mika Kuoppala <[email protected]>
Acked-by: Daniele Ceraolo Spurio <[email protected]>
Reviewed-by: John Harrison <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions