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

  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_active.c 85 struct i915_sw_fence *submit; local in function:__live_active_setup
94 submit = heap_fence_create(GFP_KERNEL);
95 if (!submit) {
113 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit,
114 submit,
139 i915_sw_fence_commit(submit);
140 heap_fence_put(submit);
i915_request.c 82 /* Submit a request, then wait upon it */
91 pr_err("request wait (busy query) succeeded (expected timeout before submit!)\n");
96 pr_err("request wait succeeded (expected timeout before submit!)\n");
101 pr_err("request completed before submit!!\n");
108 pr_err("request wait (busy query) succeeded (expected timeout after submit!)\n");
151 /* Submit a request, treat it as a fence and wait upon it */
158 pr_err("fence wait success before submit (expected timeout)!\n");
170 pr_err("fence wait success after submit (expected timeout)!\n");
314 struct i915_sw_fence *submit, *wait; local in function:__igt_breadcrumbs_smoketest
317 submit = heap_fence_create(GFP_KERNEL)
    [all...]
  /src/sys/dev/flash/
flash.h 105 int (*submit)(device_t, struct buf *); member in struct:flash_interface
  /src/sys/dev/usb/
auvitek_video.c 729 bool submit = false; local in function:auvitek_isoc_process
735 submit = true;
745 if (submit) {
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c 299 bool submit = false; local in function:__guc_dequeue
334 submit = true;
344 if (submit) {
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_request.h 198 * The submit fence is used to await upon all of the request's
202 struct i915_sw_fence submit; member in struct:i915_request
221 * submit fence is signaled (it waits for all external events as well
495 * the submit fence is completed, the backend scheduler will place the
496 * request into its queue and from there submit it for execution. So we
  /src/sys/opencrypto/
crypto.c 1799 struct cryptop *crp, *submit, *cnext; local in function:cryptointr
1817 submit = NULL;
1826 submit = crp;
1843 if (submit == NULL) {
1844 submit = crp;
1846 if (CRYPTO_SESID2HID(submit->crp_sid)
1857 submit = crp;
1864 if (submit != NULL) {
1865 TAILQ_REMOVE(crp_q, submit, crp_next);
1866 result = crypto_invoke(submit, hint)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_lrc.c 54 * switch. When you want to submit a workload to the GPU you: A) choose your
108 * (in pairs) to the GPU's ExecLists Submit Port (ELSP, for short) with a
220 * If we receive a submit-fence from a master engine, we will only
1377 * We should never submit the context with the same RING_TAIL twice
1378 * just in case we submit an empty ring, which confuses the HW.
1383 * and we try and submit the same tail again, force the context
1399 * Make sure the context image is complete before we submit it to HW.
1537 GEM_BUG_ON(!assert_pending_valid(execlists, "submit"));
1550 * ELSQ note: the submit queue is not cleared after being submitted
1563 /* we need to manually load the submit queue *
1831 bool submit = false; local in function:execlists_dequeue
    [all...]

Completed in 17 milliseconds