Home
last modified time | relevance | path

Searched refs:updates (Results 1 – 25 of 198) sorted by relevance

12345678

/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ids.c275 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_reserved() local
280 if (updates && (*id)->flushed_updates && in amdgpu_vmid_grab_reserved()
281 updates->context == (*id)->flushed_updates->context && in amdgpu_vmid_grab_reserved()
282 !dma_fence_is_later(updates, (*id)->flushed_updates)) in amdgpu_vmid_grab_reserved()
283 updates = NULL; in amdgpu_vmid_grab_reserved()
287 updates || !(*id)->last_flush || in amdgpu_vmid_grab_reserved()
310 if (updates) { in amdgpu_vmid_grab_reserved()
312 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_reserved()
341 struct dma_fence *updates = sync->last_vm_update; in amdgpu_vmid_grab_used() local
364 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) in amdgpu_vmid_grab_used()
[all …]
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-bus-counter117 Rising edges on signal A updates the respective count.
122 signal A updates the respective count; if the direction
124 updates the respective count. Quadrature encoding
129 signal B updates the respective count; if the direction
131 updates the respective count. Quadrature encoding
135 Any state transition on quadrature pair signal A updates
140 Any state transition on quadrature pair signal B updates
146 updates the respective count. Quadrature encoding
Dsysfs-secvar19 format of variable updates.
/Linux-v5.10/Documentation/driver-api/firmware/
Dfw_search_path.rst9 * /lib/firmware/updates/UTS_RELEASE/
10 * /lib/firmware/updates/
/Linux-v5.10/drivers/net/
DLICENSE.SRC14 on an "as-is" basis. No further updates to this software should be
15 expected. Although updates may occur, no commitment exists.
/Linux-v5.10/Documentation/RCU/
DarrayRCU.rst48 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.
Dchecklist.rst32 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
209 Restructure your code so that it batches the updates, allowing
251 primitive will correspondingly delay updates. In contrast,
262 limit on this number, stalling updates as needed to allow
[all …]
/Linux-v5.10/Documentation/driver-api/
Dgeneric-counter.rst107 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.10/sound/pci/ctxfi/
Dcttimer.c183 int updates = 0; in ct_xfitimer_reprogram() local
208 updates++; in ct_xfitimer_reprogram()
225 return updates; in ct_xfitimer_reprogram()
/Linux-v5.10/drivers/gpu/drm/amd/display/include/
Dlogger_interface.h50 const struct dc_surface_update *updates,
/Linux-v5.10/Documentation/translations/ko_KR/
Dstable_api_nonsense.txt10 a fork. So if you have any comments or updates for this file please
/Linux-v5.10/Documentation/networking/devlink/
Ddevlink-flash.rst16 (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.10/drivers/gpu/drm/amd/display/dc/core/
Ddc_debug.c179 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.10/Documentation/translations/ja_JP/
Dstable_api_nonsense.txt11 fork. So if you have any comments or updates of this file, please try
DSubmitChecklist11 fork. So if you have any comments or updates of this file, please try
/Linux-v5.10/drivers/net/ethernet/dlink/
DKconfig42 More specific information and updates are available from
/Linux-v5.10/Documentation/mhi/
Dmhi.rst109 * 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.10/Documentation/livepatch/
Dcallbacks.rst10 - Safe updates to global data
126 may be possible to implement similar updates via pre/post-patch
/Linux-v5.10/Documentation/powerpc/
Dimc.rst147 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.10/Documentation/admin-guide/hw-vuln/
Dspecial-register-buffer-data-sampling.rst63 Intel will release microcode updates that modify the RDRAND, RDSEED, and
85 The microcode updates provide an opt-out mechanism (RNGDS_MITG_DIS) to disable
/Linux-v5.10/Documentation/hwmon/
Dadc128d818.rst44 The ADC128D818 only updates its values approximately once per second;
/Linux-v5.10/Documentation/translations/
Dindex.rst42 translations, updates, fixes).
/Linux-v5.10/Documentation/devicetree/bindings/mailbox/
Dbrcm,iproc-flexrm-mbox.txt38 descriptors and read/write pointer updates to DDR) are
/Linux-v5.10/drivers/net/ethernet/natsemi/
DKconfig46 More specific information and updates are available from
/Linux-v5.10/Documentation/crypto/
Dapi-intro.rst143 For further patches and various updates, including the current TODO
261 Please send any credits updates or corrections to:

12345678