Displaying 3 results from an estimated 3 matches for "i915_error_state".
2011 Sep 14
2
[Bug 40886] New: Improve our lockup detection, reporting and recovery
...vent has RESET=1 and the
# post-reset event has ERROR=0.
# Disable freeze hook.
SUBSYSTEM=="drm", ACTION=="change", ENV{ERROR}=="1",
RUN+="/usr/share/apport/apport-gpu-error-intel.py"
The python script copies dmesg, Xorg.0.log, and
/sys/kernel/debug/dri/0/i915_error_state. The latter is an
intel-specific error dump they use to help diagnose bugs.
We also capture a variety of other data and files, but those three seem
to be what the devs want, mostly.
We extract a couple error codes from the error_state file to use as a
way of automatically detecting dupes.
Here...
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
...lude with-execlists indicator
Remove igt/vgem_reload_basic
And remove vgem_reload_basic form Makefile.sources
igt/gem_wait: Use explicit timers
igt/gem_exec_big: Secure dispatch is run through the GGTT, limit it such
lib/igt_gt: Use /sys/.../error instead of /debug/.../i915_error_state
igt/gem_wait: munmap the batch along all paths
igt/gem_ctx_param: Tidy error messages
igt/gem_ctx_param: Update invalid parma number
lib/sysfs: Use a fallback for builtin modules
benchmarks/gem_blt: Directly compare the cmdparser
tools/l3_parity: Skip on ivb with...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...igt/gem_bad_reloc: Fix handling of 64bit relocations
igt/gem_exec_whisper: Beware PIN_HIGH
igt/gem_bad_reloc: Rename conflicting negative-reloc-blt
igt/gem_exec_whisper: Move testing of "default" engine to standalone
lib/igt_gt: Handle SIGINT whilst writing to i915_error_state
igt/gem_softpin: Repeat tests with signal interruptions
igt/gem_concurrent_all: struct buffers for all
lib/intel_os: Squelch dmesg spam when purging VM caches
lib/ioctl_wrappers: Explain a couple of igt_require(ret == 0)
igt/gem_concurent_blit: Exercise different objec...