| /openbsd-src/sys/dev/pci/drm/i915/selftests/ |
| H A D | i915_active.c | 81 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()
|
| H A D | i915_request.c | 344 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/ |
| H A D | i915_request.c | 140 i915_sw_fence_fini(&rq->submit); in i915_fence_release() 408 GEM_BUG_ON(!i915_sw_fence_signaled(&rq->submit)); in i915_request_retire() 564 cb->fence = &rq->submit; in __await_execution() 825 container_of(fence, typeof(*request), submit); in submit_notify() 949 i915_sw_fence_init(&rq->submit, submit_notify); in __i915_request_ctor() 1045 i915_sw_fence_reinit(&i915_request_get(rq)->submit); in __i915_request_create() 1198 err = i915_sw_fence_await_dma_fence(&rq->submit, in i915_request_await_start() 1287 struct i915_sw_fence *wait = &to->submit; in emit_semaphore_wait() 1433 return i915_sw_fence_await_dma_fence(&rq->submit, fence, in __i915_request_await_external() 1542 return i915_sw_fence_await_sw_fence_gfp(&to->submit, in await_request_submit() [all …]
|
| H A D | i915_request.h | 243 struct i915_sw_fence submit; member
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/ |
| H A D | fdecl.m | 1 /* Bug report submitted by igorkh@hotbot.com on submit@bugs.debian.org
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | selftest_timeline.c | 1030 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()
|
| H A D | intel_engine_heartbeat.c | 172 if (!i915_sw_fence_signaled(&rq->submit)) { in heartbeat()
|
| /openbsd-src/gnu/usr.bin/perl/ext/File-Glob/ |
| H A D | TODO | 11 should be done on your favorite non-Unix platform(s), submit a
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | update_test_prefix.py | 46 t = { e.submit(remove_prefix, i): i for i in sys.argv[1:] }
|
| H A D | update_any_test_checks.py | 83 future = executor.submit(run_utc_tool, utc_name, utc_tools[utc_name],
|
| /openbsd-src/gnu/llvm/compiler-rt/ |
| H A D | CREDITS.TXT | 3 LLVM/CompilerRT, please submit a patch to this file to add yourself, and it will be
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/ |
| H A D | README.release | 48 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/Search-Dict/ |
| H A D | README.release | 48 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/ |
| H A D | CONTRIBUTE | 12 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/ |
| H A D | CREDITS.TXT | 3 LLVM/libc++abi, please submit a patch to this file to add yourself, and it will be
|
| /openbsd-src/gnu/usr.bin/perl/t/ |
| H A D | README | 22 If you come up with new tests, please submit them to
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | DEVEL-CVS | 47 patches and have them reviewed by a developer. If they submit some
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | selftest_guc.c | 34 ret = i915_sw_fence_await_dma_fence(&rq->submit, in nop_user_request()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Contributing.rst | 42 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:
|
| H A D | HowToSubmitABug.rst | 2 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/ |
| H A D | bugreport.texi | 93 submit bug reports. Copies of this file in HTML (@file{bugs.html}) and
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perl5162delta.pod | 19 If any exist, they are bugs, and we request that you submit a
|
| H A D | perlhack.pod | 20 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/llvm/lldb/docs/resources/ |
| H A D | contributing.rst | 21 - **Test infrastructure**: Like LLVM it is important to submit tests with your
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | bugreport.texi | 93 submit bug reports. Copies of this file in HTML (@file{bugs.html}) and
|