| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_ids.c | 279 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved() local 284 if (updates && (*id)->flushed_updates && in amdgpu_vmid_grab_reserved() 285 updates->context == (*id)->flushed_updates->context && in amdgpu_vmid_grab_reserved() 286 !dma_fence_is_later(updates, (*id)->flushed_updates)) in amdgpu_vmid_grab_reserved() 287 updates = NULL; in amdgpu_vmid_grab_reserved() 291 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved() 318 if (updates) { in amdgpu_vmid_grab_reserved() 320 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_reserved() 349 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used() local 372 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used() [all …]
|
| /Linux-v5.15/Documentation/ABI/testing/ |
| D | sysfs-bus-coresight-devices-trbe | 12 Description: (Read) Shows if TRBE updates in the memory are with access 13 and dirty flag updates as well. This value is fetched from
|
| D | sysfs-bus-counter | 118 Rising edges on signal A updates the respective count. 123 signal A updates the respective count; if the direction 125 updates the respective count. Quadrature encoding 130 signal B updates the respective count; if the direction 132 updates the respective count. Quadrature encoding 136 Any state transition on quadrature pair signal A updates 141 Any state transition on quadrature pair signal B updates 147 updates the respective count. Quadrature encoding
|
| D | sysfs-secvar | 19 format of variable updates.
|
| /Linux-v5.15/Documentation/driver-api/firmware/ |
| D | fw_search_path.rst | 9 * /lib/firmware/updates/UTS_RELEASE/ 10 * /lib/firmware/updates/
|
| /Linux-v5.15/Documentation/RCU/ |
| D | arrayRCU.rst | 48 as updates are rare. 51 Why is it so important that updates be rare when using seqlock? 69 the remainder of the new, updates the ids->entries pointer to point to 160 Why is it so important that updates be rare when using seqlock? 162 The reason that it is important that updates be rare when 163 using seqlock is that frequent updates can livelock readers.
|
| D | checklist.rst | 32 for lockless updates. This does result in the mildly 34 rcu_read_unlock() are used to protect updates, however, this 45 c. restricting updates to a single task. 82 be running while updates are in progress. There are a number 101 c. Make updates appear atomic to readers. For example, 102 pointer updates to properly aligned fields will 110 d. Carefully order the updates and the reads so that 207 Restructure your code so that it batches the updates, allowing 262 primitive will correspondingly delay updates. In contrast, 273 limit on this number, stalling updates as needed to allow [all …]
|
| /Linux-v5.15/drivers/net/ |
| D | LICENSE.SRC | 14 on an "as-is" basis. No further updates to this software should be 15 expected. Although updates may occur, no commitment exists.
|
| /Linux-v5.15/Documentation/driver-api/ |
| D | generic-counter.rst | 107 Rising edges on signal A updates the respective count. The input level 116 updates the respective count; if the direction is backward, falling 117 edges on quadrature pair signal A updates the respective count. 122 updates the respective count; if the direction is backward, falling 123 edges on quadrature pair signal B updates the respective count. 127 Any state transition on quadrature pair signal A updates the 131 Any state transition on quadrature pair signal B updates the 135 Any state transition on either quadrature pair signals updates the 186 of movement and updates the respective position data. The "Quadrature
|
| /Linux-v5.15/sound/pci/ctxfi/ |
| D | cttimer.c | 183 int updates = 0; in ct_xfitimer_reprogram() local 208 updates++; in ct_xfitimer_reprogram() 225 return updates; in ct_xfitimer_reprogram()
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/include/ |
| D | logger_interface.h | 50 const struct dc_surface_update *updates,
|
| /Linux-v5.15/Documentation/virt/acrn/ |
| D | io-request.rst | 93 registered clients based on the address of the I/O accesses, updates 96 f. The HSM updates I/O requests states to COMPLETE and notifies the hypervisor
|
| /Linux-v5.15/Documentation/trace/coresight/ |
| D | coresight-trbe.rst | 38 * ``flag``: TRBE updates memory with access and dirty flags
|
| /Linux-v5.15/Documentation/translations/ko_KR/ |
| D | stable_api_nonsense.txt | 10 a fork. So if you have any comments or updates for this file please
|
| /Linux-v5.15/Documentation/networking/devlink/ |
| D | devlink-flash.rst | 16 (usually ``/lib/firmware/``). Drivers may send status updates to inform 74 design, e.g. for looking up applicable firmware updates. This is why
|
| /Linux-v5.15/drivers/gpu/drm/amd/display/dc/core/ |
| D | dc_debug.c | 179 const struct dc_surface_update *updates, in update_surface_trace() argument 186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace()
|
| /Linux-v5.15/Documentation/translations/ja_JP/ |
| D | stable_api_nonsense.txt | 11 fork. So if you have any comments or updates of this file, please try
|
| D | SubmitChecklist | 11 fork. So if you have any comments or updates of this file, please try
|
| /Linux-v5.15/drivers/net/ethernet/dlink/ |
| D | Kconfig | 42 More specific information and updates are available from
|
| /Linux-v5.15/Documentation/mhi/ |
| D | mhi.rst | 109 * When the host has a new buffer to send, it updates the ring element with 136 * When there is a new event the device needs to send, the device updates ED 216 * Host updates the WP of the corresponding event ring to indicate that the
|
| /Linux-v5.15/Documentation/powerpc/ |
| D | imc.rst | 147 hardware snapshots the program counter along with event counts and updates the 177 trace mode snapshots the program counter and updates to the memory. And this
|
| /Linux-v5.15/Documentation/livepatch/ |
| D | callbacks.rst | 10 - Safe updates to global data 126 may be possible to implement similar updates via pre/post-patch
|
| /Linux-v5.15/Documentation/admin-guide/hw-vuln/ |
| D | special-register-buffer-data-sampling.rst | 64 Intel will release microcode updates that modify the RDRAND, RDSEED, and 86 The microcode updates provide an opt-out mechanism (RNGDS_MITG_DIS) to disable
|
| /Linux-v5.15/Documentation/hwmon/ |
| D | adc128d818.rst | 44 The ADC128D818 only updates its values approximately once per second;
|
| /Linux-v5.15/drivers/net/ethernet/natsemi/ |
| D | Kconfig | 46 More specific information and updates are available from
|