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

  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_reset_types.h 25 * #I915_RESET_ENGINE[num_engines] - Since the driver doesn't need to
44 #define I915_RESET_ENGINE 2
intel_reset.c 1128 GEM_BUG_ON(!test_bit(I915_RESET_ENGINE + engine->id, &gt->reset.flags));
1268 BUILD_BUG_ON(I915_RESET_MODESET >= I915_RESET_ENGINE);
1269 if (test_and_set_bit(I915_RESET_ENGINE + engine->id,
1276 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id,
1301 while (test_and_set_bit(I915_RESET_ENGINE + engine->id,
1304 I915_RESET_ENGINE + engine->id,
1311 clear_bit_unlock(I915_RESET_ENGINE + engine->id,
1378 BUILD_BUG_ON(I915_RESET_ENGINE + I915_NUM_ENGINES >
selftest_hangcheck.c 494 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
518 pr_err("i915_reset_engine failed\n");
536 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
589 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
621 pr_err("i915_reset_engine failed\n");
639 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
805 pr_err("i915_reset_engine(%s:%s): failed to idle before reset\n",
841 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
871 pr_err("i915_reset_engine(%s:%s): failed, err=%d\n",
883 pr_err("i915_reset_engine(%s:%s):
    [all...]
selftest_lrc.c 341 if (test_and_set_bit(I915_RESET_ENGINE + id,
360 clear_and_wake_up_bit(I915_RESET_ENGINE + id,
2364 set_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
2366 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
3471 if (test_and_set_bit(I915_RESET_ENGINE + engine->id,
3497 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id, &gt->reset.flags);
intel_lrc.c 2732 const unsigned int bit = I915_RESET_ENGINE + engine->id;
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
igt_reset.c 31 while (test_and_set_bit(I915_RESET_ENGINE + id,
33 wait_on_bit(&gt->reset.flags, I915_RESET_ENGINE + id,
44 clear_bit(I915_RESET_ENGINE + id, &gt->reset.flags);
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_context.c 377 if (!test_and_set_bit(I915_RESET_ENGINE + engine->id,
380 clear_and_wake_up_bit(I915_RESET_ENGINE + engine->id,

Completed in 20 milliseconds