diff options
| author | Thomas Daniel <[email protected]> | 2015-02-16 16:12:53 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2015-02-24 00:19:37 +0100 |
| commit | 3e5b6f05a23cc1ba92f429e524d6d5b67401132d (patch) | |
| tree | 31064b6b05c64bee932458c935ddd5cd3868583f /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | b76687910693b1f6c32a3251a8291d67363bba34 (diff) | |
drm/i915: Reset logical ring contexts' head and tail during GPU reset
Work was getting left behind in LRC contexts during reset. This causes a hang
if the GPU is reset when HEAD==TAIL because the context's ringbuffer head and
tail don't get reset and retiring a request doesn't alter them, so the ring
still appears full.
Added a function intel_lr_context_reset() to reset head and tail on a LRC and
its ringbuffer.
Call intel_lr_context_reset() for each context in i915_gem_context_reset() when
in execlists mode.
Testcase: igt/pm_rps --run-subtest reset #bdw
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=88096
Signed-off-by: Thomas Daniel <[email protected]>
Reviewed-by: Dave Gordon <[email protected]>
[danvet: Flatten control flow in the lrc reset code a notch.]
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions