Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 146) sorted by relevance

123456

/openbsd/src/sys/dev/pci/drm/i915/selftests/
Di915_active.c81 struct i915_sw_fence *submit; in __live_active_setup() local
90 submit = heap_fence_create(GFP_KERNEL); in __live_active_setup()
91 if (!submit) { in __live_active_setup()
109 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit, in __live_active_setup()
110 submit, in __live_active_setup()
135 i915_sw_fence_commit(submit); in __live_active_setup()
136 heap_fence_put(submit); in __live_active_setup()
Di915_request.c344 struct i915_sw_fence *submit, *wait; in __igt_breadcrumbs_smoketest() local
347 submit = heap_fence_create(GFP_KERNEL); in __igt_breadcrumbs_smoketest()
348 if (!submit) { in __igt_breadcrumbs_smoketest()
355 i915_sw_fence_commit(submit); in __igt_breadcrumbs_smoketest()
356 heap_fence_put(submit); in __igt_breadcrumbs_smoketest()
380 err = i915_sw_fence_await_sw_fence_gfp(&rq->submit, in __igt_breadcrumbs_smoketest()
381 submit, in __igt_breadcrumbs_smoketest()
400 i915_sw_fence_commit(submit); in __igt_breadcrumbs_smoketest()
434 heap_fence_put(submit); in __igt_breadcrumbs_smoketest()
2269 struct i915_sw_fence *submit; in measure_inter_request() local
[all …]
/openbsd/src/sys/dev/pci/drm/i915/
Di915_request.c139 i915_sw_fence_fini(&rq->submit); in i915_fence_release()
407 GEM_BUG_ON(!i915_sw_fence_signaled(&rq->submit)); in i915_request_retire()
563 cb->fence = &rq->submit; in __await_execution()
824 container_of(fence, typeof(*request), submit); in submit_notify()
948 i915_sw_fence_init(&rq->submit, submit_notify); in __i915_request_ctor()
1044 i915_sw_fence_reinit(&i915_request_get(rq)->submit); in __i915_request_create()
1197 err = i915_sw_fence_await_dma_fence(&rq->submit, in i915_request_await_start()
1286 struct i915_sw_fence *wait = &to->submit; in emit_semaphore_wait()
1432 return i915_sw_fence_await_dma_fence(&rq->submit, fence, in __i915_request_await_external()
1541 return i915_sw_fence_await_sw_fence_gfp(&to->submit, in await_request_submit()
[all …]
Di915_request.h243 struct i915_sw_fence submit; member
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
Dfdecl.m1 /* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
/openbsd/src/sys/dev/pci/drm/i915/gt/
Dselftest_timeline.c1030 struct i915_sw_fence *submit; in live_hwsp_read() local
1034 submit = heap_fence_create(GFP_KERNEL); in live_hwsp_read()
1035 if (!submit) { in live_hwsp_read()
1074 err = i915_sw_fence_await_dma_fence(&rq->submit, in live_hwsp_read()
1123 err = i915_sw_fence_await_dma_fence(&watcher[1].rq->submit, in live_hwsp_read()
1132 i915_sw_fence_commit(submit); in live_hwsp_read()
1133 heap_fence_put(submit); in live_hwsp_read()
Dintel_engine_heartbeat.c173 if (!i915_sw_fence_signaled(&rq->submit)) { in heartbeat()
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
DTODO11 should be done on your favorite non-Unix platform(s), submit a
/openbsd/src/gnu/llvm/llvm/utils/
Dupdate_test_prefix.py46 t = { e.submit(remove_prefix, i): i for i in sys.argv[1:] }
Dupdate_any_test_checks.py83 future = executor.submit(run_utc_tool, utc_name, utc_tools[utc_name],
/openbsd/src/gnu/llvm/compiler-rt/
DCREDITS.TXT3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
/openbsd/src/usr.sbin/unbound/dnstap/
Ddnstap.c96 int submit = 0; in dt_sample_rate_limited() local
101 submit = 1; in dt_sample_rate_limited()
108 return !submit; in dt_sample_rate_limited()
/openbsd/src/gnu/usr.bin/perl/dist/Search-Dict/
DREADME.release48 11. Commit any changes to blead (or submit it as a patch if you don't have a
/openbsd/src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/
DREADME.release48 11. Commit any changes to blead (or submit it as a patch if you don't have a
/openbsd/src/gnu/usr.bin/binutils/gdb/
DCONTRIBUTE12 You may also want to submit your change so that can be considered for
107 People are encouraged to submit patches that extend
/openbsd/src/gnu/llvm/libcxxabi/
DCREDITS.TXT3 LLVM/libc++abi, please submit a patch to this file to add yourself, and it will be
/openbsd/src/gnu/usr.bin/perl/t/
DREADME22 If you come up with new tests, please submit them to
/openbsd/src/gnu/usr.bin/cvs/
DDEVEL-CVS47 patches and have them reviewed by a developer. If they submit some
/openbsd/src/gnu/llvm/llvm/docs/
DContributing.rst42 There is a separate process to submit security-related bugs, see :ref:`report-security-issue`.
55 Once you have a patch ready, it is time to submit it. The patch should:
DHowToSubmitABug.rst2 How to submit an LLVM bug report
153 that bugpoint emits. If something goes wrong with bugpoint, please submit
/openbsd/src/gnu/gcc/gcc/doc/
Dbugreport.texi93 submit bug reports. Copies of this file in HTML (@file{bugs.html}) and
/openbsd/src/gnu/llvm/lldb/docs/resources/
Dcontributing.rst21 - **Test infrastructure**: Like LLVM it is important to submit tests with your
/openbsd/src/gnu/usr.bin/perl/pod/
Dperl5162delta.pod19 If any exist, they are bugs, and we request that you submit a
Dperlhack.pod20 If you just want to submit a single small patch like a pod fix, a test
73 The next step is to submit your patch to the Perl core ticket system.
209 If you have a small patch to submit, please submit it via the GitHub
228 when you submit it.
238 be available in a suitable format. If you wish to submit a patch to
270 As you craft each patch you intend to submit to the Perl core, it's
540 the porters will greatly appreciate it if you submit a delta entry
852 basic errors before you submit a patch.
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dbugreport.texi93 submit bug reports. Copies of this file in HTML (@file{bugs.html}) and

123456