Searched defs:drm_i915_error_state (Results 1 – 1 of 1) sorted by relevance
988 struct drm_i915_error_state { struct989 u_int ref;990 u32 eir;991 u32 pgtbl_er;992 u32 ier;993 bool waiting[I915_NUM_RINGS];994 u32 pipestat[I915_MAX_PIPES];995 u32 tail[I915_NUM_RINGS];996 u32 head[I915_NUM_RINGS];997 u32 ipeir[I915_NUM_RINGS];[all …]