HomeSort by: relevance | last modified time | path
    Searched refs:first_error (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.c 1827 error = READ_ONCE(i915->gpu_error.first_error);
1874 cmpxchg(&i915->gpu_error.first_error, NULL, error))
1912 cmpxchg(&i915->gpu_error.first_error, NULL, error);
1926 error = i915->gpu_error.first_error;
1939 error = i915->gpu_error.first_error;
1941 i915->gpu_error.first_error = NULL;
1951 if (!i915->gpu_error.first_error)
1952 i915->gpu_error.first_error = ERR_PTR(err);
i915_gpu_error.h 188 struct i915_gpu_coredump *first_error; member in struct:i915_gpu_error
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_hangcheck.c 1544 error = xchg(&global->first_error, (void *)-1);
1548 xchg(&global->first_error, error);

Completed in 13 milliseconds