Home
last modified time | relevance | path

Searched refs:submission (Results 1 – 25 of 67) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
Dscheduler.c134 struct intel_vgpu_submission *s = &vgpu->submission; in populate_shadow_context()
442 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_workload_req_alloc()
469 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_scan_and_shadow_workload()
692 struct intel_vgpu_submission *s = &vgpu->submission; in prepare_workload()
851 atomic_inc(&workload->vgpu->submission.running_workload_num); in pick_next_workload()
1002 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_clean_workloads()
1025 struct intel_vgpu_submission *s = &vgpu->submission; in complete_current_workload()
1183 struct intel_vgpu_submission *s = &vgpu->submission; in intel_gvt_wait_vgpu_idle()
1273 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_clean_submission()
1298 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_reset_submission()
[all …]
Dexeclist.c373 struct intel_vgpu_submission *s = &vgpu->submission; in prepare_execlist_workload()
395 struct intel_vgpu_submission *s = &vgpu->submission; in complete_execlist_workload()
435 struct intel_vgpu_submission *s = &vgpu->submission; in submit_context()
459 struct intel_vgpu_submission *s = &vgpu->submission; in intel_vgpu_submit_execlist()
503 struct intel_vgpu_submission *s = &vgpu->submission; in init_vgpu_execlist()
527 struct intel_vgpu_submission *s = &vgpu->submission; in clean_execlist()
Dscheduler.h132 (&(vgpu)->submission.workload_q_head[(e)->id])
Dvgpu.c235 if (atomic_read(&vgpu->submission.running_workload_num)) { in intel_gvt_deactivate_vgpu()
337 INIT_LIST_HEAD(&vgpu->submission.workload_q_head[i]); in intel_gvt_create_idle_vgpu()
Dmmio_context.c351 struct intel_vgpu_submission *s = &vgpu->submission; in handle_tlb_pending_event()
506 s = &next->submission; in switch_mmio()
/kernel/linux/linux-5.10/Documentation/block/
Dnull_blk.rst18 - Configurable submission queues per device.
68 The number of submission queues attached to the device driver. If unset, it
Dblk-mq.rst106 used by device drivers to map the device submission queues (or device DMA ring
107 buffer), and are the last step of the block layer submission code before the
/kernel/linux/linux-5.10/Documentation/usb/
Dusbmon.rst119 Any text format data consists of a stream of events, such as URB submission,
120 URB callback, submission error. Every event is a text line, which consists
135 Available types are: S - submission, C - callback, E - submission error.
163 In case of a submission of a Control packet, this field contains a Setup Tag
219 u64 id; /* 0: URB ID - from submission to callback */
/kernel/linux/linux-5.10/Documentation/maintainer/
Dmaintainer-entry-profile.rst9 submission life-cycle. A contributor uses this document to level set
35 other maintainers in the submission chain.
/kernel/linux/linux-5.10/Documentation/process/
Dsubmit-checklist.rst3 Linux Kernel patch submission checklist
40 submission (``scripts/checkpatch.pl``).
Dstable-kernel-rules.rst77 changelog of your submission, as well as the kernel version you wish
134 Following the submission:
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/
DKbuild64 # DRM - command submission
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
DREADME56 o Code shall be checked using ShellCheck [1] prior to submission.
/kernel/linux/linux-5.10/Documentation/driver-api/
Ddma-buf.rst197 been set. Used to asynchronously delay command submission.
219 Furthermore the kernel has to be able to hold up userspace command submission
252 * No DMA fences that signal end of batchbuffer for command submission where
/kernel/linux/linux-5.10/Documentation/gpu/
Dmsm-crash-dump.rst72 List of buffers from the hanging submission if available.
Ddrm-internals.rst18 management, command submission & fencing, suspend/resume support, and
208 command submission code. Do not use any of this in new and modern
/kernel/linux/linux-5.10/Documentation/sparc/oradax/
Ddax-hv-api.txt25 … compatibilty property. Functionality is accessed through the submission of Command Control Blocks
42 not be a guarantee that a future submission would succeed.
132 via the ccb_kill API call. Changes in virtual address mappings occurring after CCB submission are n…
208 CCB submission. CCBs without the Serial flag set execute independently, even if they are between CC…
239 …will result in the CCB submission being rejected, with the causal virtual address indicated. The C…
392 …that is not supported may result in the CCB submission being rejected or the generation of a CCB p…
1026 successfully. All other fields are considered invalid upon CCB submission until the CCB execution s…
1159 … The CCB submission type and address type for the CCB array must be provided in the flags argument.
1172 …active at the time of the submission. The address type field within a CCB allows each address to r…
1193 …If the queue info flag is used during submission, and at least one CCB was successfully submitted,…
[all …]
Doracle-dax.rst146 equal to the requested length, then the submission was completely
334 The CCB submission is a write() or pwrite() system call to the
344 After a successful submission of the CCB, the completion area may be
417 After the submission, the completion area polling code is identical to
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/
Dsubmitting-patches.rst10 0) Normal patch submission rules from Documentation/process/submitting-patches.rst
/kernel/linux/linux-5.10/Documentation/translations/zh_CN/process/
Dhowto.rst114 "Linux kernel patch submission format"
/kernel/linux/linux-5.10/Documentation/translations/ko_KR/
Dhowto.rst137 "Linux kernel patch submission format"
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
DKconfig.profile81 By stopping submission and sleeping for a short time before resetting
/kernel/linux/linux-5.10/Documentation/translations/ja_JP/
Dhowto.rst141 "Linux kernel patch submission format"
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dsecurity-bugs.rst32 :doc:`regular patch submission <../process/submitting-patches>`
/kernel/linux/linux-5.10/Documentation/driver-api/dmaengine/
Dclient.rst132 submission so it is important that these two operations are closely
142 for submission prior to callback function being invoked, so

123