Home
last modified time | relevance | path

Searched defs:intel_engine_coredump (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_gpu_error.h59 struct intel_engine_coredump { struct
60 const struct intel_engine_cs *engine;
62 bool simulated;
63 u32 reset_count;
66 u32 rq_head, rq_post, rq_tail;
69 u32 ccid;
70 u32 start;
71 u32 tail;
72 u32 head;
73 u32 ctl;
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
Di915_gpu_error.h60 struct intel_engine_coredump { struct
61 const struct intel_engine_cs *engine;
63 bool hung;
64 bool simulated;
65 u32 reset_count;
68 u32 rq_head, rq_post, rq_tail;
71 u32 ccid;
72 u32 start;
73 u32 tail;
74 u32 head;
[all …]