Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_drv.h919 struct i915_gpu_error { struct
1171 struct i915_gpu_error gpu_error;
1744 int i915_gem_check_wedge(struct i915_gpu_error *error,
1746 static inline bool i915_reset_in_progress(struct i915_gpu_error *error) in i915_reset_in_progress()
1752 static inline bool i915_terminally_wedged(struct i915_gpu_error *error) in i915_terminally_wedged()
H A Di915_gem.c86 i915_gem_wait_for_error(struct i915_gpu_error *error) in i915_gem_wait_for_error()
655 i915_gem_check_wedge(struct i915_gpu_error *error, in i915_gem_check_wedge()
H A Di915_irq.c1366 struct i915_gpu_error *error = container_of(work, struct i915_gpu_error, in i915_error_work_func()