Home
last modified time | relevance | path

Searched refs:i915_gpu_error (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/i915/
DMakefile124 i915-$(CONFIG_DRM_I915_CAPTURE_ERROR) += i915_gpu_error.o
Di915_drv.h1523 struct i915_gpu_error { struct
2360 struct i915_gpu_error gpu_error;
3570 static inline bool i915_reset_backoff(struct i915_gpu_error *error) in i915_reset_backoff()
3575 static inline bool i915_reset_handoff(struct i915_gpu_error *error) in i915_reset_handoff()
3580 static inline bool i915_terminally_wedged(struct i915_gpu_error *error) in i915_terminally_wedged()
3585 static inline bool i915_reset_backoff_or_wedged(struct i915_gpu_error *error) in i915_reset_backoff_or_wedged()
3590 static inline u32 i915_reset_count(struct i915_gpu_error *error) in i915_reset_count()
3595 static inline u32 i915_reset_engine_count(struct i915_gpu_error *error, in i915_reset_engine_count()
Di915_drv.c1848 struct i915_gpu_error *error = &i915->gpu_error; in i915_reset()
1943 struct i915_gpu_error *error = &engine->i915->gpu_error; in i915_reset_engine()
Di915_debugfs.c1348 struct i915_gpu_error *error = &dev_priv->gpu_error; in i915_reset_info()
3242 struct i915_gpu_error *error = &dev_priv->gpu_error; in i915_engine_info()
Di915_gem.c98 i915_gem_wait_for_error(struct i915_gpu_error *error) in i915_gem_wait_for_error()