Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h197 struct i915_gpu_error { struct
DMakefile159 i915-$(CONFIG_DRM_I915_CAPTURE_ERROR) += i915_gpu_error.o
Di915_drv.h1810 struct i915_gpu_error gpu_error;
3105 static inline bool i915_reset_backoff(struct i915_gpu_error *error) in i915_reset_backoff()
3110 static inline bool i915_reset_handoff(struct i915_gpu_error *error) in i915_reset_handoff()
3115 static inline bool i915_terminally_wedged(struct i915_gpu_error *error) in i915_terminally_wedged()
3120 static inline bool i915_reset_backoff_or_wedged(struct i915_gpu_error *error) in i915_reset_backoff_or_wedged()
3125 static inline u32 i915_reset_count(struct i915_gpu_error *error) in i915_reset_count()
3130 static inline u32 i915_reset_engine_count(struct i915_gpu_error *error, in i915_reset_engine_count()
Di915_drv.c1897 struct i915_gpu_error *error = &i915->gpu_error; in i915_reset()
2028 struct i915_gpu_error *error = &engine->i915->gpu_error; in i915_reset_engine()
Di915_request.c1251 struct i915_gpu_error *error = &request->i915->gpu_error; in __i915_wait_request_check_and_reset()
Dintel_engine_cs.c1454 struct i915_gpu_error * const error = &engine->i915->gpu_error; in intel_engine_dump()
Di915_irq.c3165 struct i915_gpu_error *error = &dev_priv->gpu_error; in i915_reset_device()
Di915_gem.c100 i915_gem_wait_for_error(struct i915_gpu_error *error) in i915_gem_wait_for_error()
Di915_debugfs.c1407 struct i915_gpu_error *error = &dev_priv->gpu_error; in i915_reset_info()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Dintel_workarounds.c245 struct i915_gpu_error *error = &i915->gpu_error; in live_reset_whitelist()
Dintel_hangcheck.c911 struct i915_gpu_error *error = &rq->i915->gpu_error; in fake_hangcheck()