HomeSort by: relevance | last modified time | path
    Searched defs:igt_spinner (Results 1 - 2 of 2) 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.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);

Completed in 23 milliseconds