summaryrefslogtreecommitdiff
path: root/bpf.vim
AgeCommit message (Collapse)AuthorFilesLines
2013-05-13vim: add bpf syntax highlighting fileDaniel Borkmann1-0/+45
This is a revised, simple syntax highlighting file for the bpf language. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
+0100 commit19eb9189c55715b8e15401fb6d862c5766724220 (patch) treebce1e31258c233915d5205647fdde91ddbf7fd3a parentfc32de9358c0a7b6f7c4639a3a8056b10a9b7669 (diff)
drm/i915: Don't wait for a spinlock inside error capture
If we can't grab the breadcrumb's spinlock, possibly due to a driver deadlock inside the waiters, ignore them. Like hangcheck, error capturing must work no matter how the driver/GPU dies. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/20160906073844.22561-1-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Diffstat
-rw-r--r--drivers/gpu/drm/i915/i915_gpu_error.c25
1 files changed, 20 insertions, 5 deletions
diff --git a/drivers/gpu/drm/i915/i915_gpu_error.c b/drivers/gpu/drm/i915/i915_gpu_error.c