Lines Matching defs:error
86 i915_gem_wait_for_error(struct i915_gpu_error *error)
89 #define EXIT_COND (!i915_reset_in_progress(error) || \
90 i915_terminally_wedged(error))
397 * On error, the contents of *data are undefined.
585 * On error, the contents of the buffer that were to be modified are undefined.
655 i915_gem_check_wedge(struct i915_gpu_error *error,
658 if (i915_reset_in_progress(error)) {
665 if (i915_terminally_wedged(error))
1965 * Returns 0 if successful, else an error is returned with the remaining time in
2056 * Returns 0 if successful, else propagates up the lower layer error.
2788 /* GPU reset can handle this error */