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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
igt_spinner.h 1 /* $NetBSD: igt_spinner.h,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */
21 struct igt_spinner { struct
29 int igt_spinner_init(struct igt_spinner *spin, struct intel_gt *gt);
30 void igt_spinner_fini(struct igt_spinner *spin);
33 igt_spinner_create_request(struct igt_spinner *spin,
36 void igt_spinner_end(struct igt_spinner *spin);
38 bool igt_wait_for_spinner(struct igt_spinner *spin, struct i915_request *rq);
igt_spinner.c 1 /* $NetBSD: igt_spinner.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $ */
9 __KERNEL_RCSID(0, "$NetBSD: igt_spinner.c,v 1.2 2021/12/18 23:45:31 riastradh Exp $");
15 #include "igt_spinner.h"
17 int igt_spinner_init(struct igt_spinner *spin, struct intel_gt *gt)
94 igt_spinner_create_request(struct igt_spinner *spin,
202 hws_seqno(const struct igt_spinner *spin, const struct i915_request *rq)
209 void igt_spinner_end(struct igt_spinner *spin)
215 void igt_spinner_fini(struct igt_spinner *spin)
226 bool igt_wait_for_spinner(struct igt_spinner *spin, struct i915_request *rq)
i915_request.c 41 #include "igt_spinner.h"
1164 struct igt_spinner spin;
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_mocs.c 17 #include "selftests/igt_spinner.h"
36 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin)
316 struct igt_spinner spin;
selftest_workarounds.c 20 #include "selftests/igt_spinner.h"
52 static int request_add_spin(struct i915_request *rq, struct igt_spinner *spin)
270 struct igt_spinner *spin)
303 struct igt_spinner spin;
1183 struct igt_spinner spin;
selftest_lrc.c 22 #include "selftests/igt_spinner.h"
81 struct igt_spinner spin;
135 struct igt_spinner spin;
298 struct igt_spinner spin;
974 spinner_create_request(struct igt_spinner *spin,
995 struct igt_spinner spin_hi, spin_lo;
1094 struct igt_spinner spin_hi, spin_lo;
1197 struct igt_spinner spin;
2291 struct igt_spinner spin_hi, spin_lo;
2402 struct igt_spinner spin_lo
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
Makefile 265 selftests/igt_spinner.o
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_context.c 26 #include "selftests/igt_spinner.h"
1031 struct igt_spinner **spin)
1076 struct igt_spinner *spin,
1151 struct igt_spinner *spin)
1196 struct igt_spinner *spin = NULL;

Completed in 20 milliseconds