Lines Matching defs:error
88 i915_gem_wait_for_error(struct i915_gpu_error *error)
91 #define EXIT_COND (!i915_reset_in_progress(error) || \
92 i915_terminally_wedged(error))
399 * On error, the contents of *data are undefined.
587 * On error, the contents of the buffer that were to be modified are undefined.
657 i915_gem_check_wedge(struct i915_gpu_error *error,
660 if (i915_reset_in_progress(error)) {
667 if (i915_terminally_wedged(error))
1946 * Returns 0 if successful, else an error is returned with the remaining time in
2037 * Returns 0 if successful, else propagates up the lower layer error.
2769 /* GPU reset can handle this error */