Home
last modified time | relevance | path

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

123456789

/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ids.c279 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()
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()
385 if (updates && (!flushed || dma_fence_is_later(updates, flushed))) { in amdgpu_vmid_grab_used()
387 (*id)->flushed_updates = dma_fence_get(updates); in amdgpu_vmid_grab_used()
[all …]
/linux/Documentation/RCU/
A 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.
A 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.
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
273 limit on this number, stalling updates as needed to allow
281 from ever ending.) Another way to stall the updates
282 is for the updates to use a wrapper function around
292 guarding updates with a global lock, limiting their rate.
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-coresight-devices-trbe12 Description: (Read) Shows if TRBE updates in the memory are with access
13 and dirty flag updates as well. This value is fetched from
A Dsysfs-bus-counter118 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
A Dsysfs-secvar19 format of variable updates.
/linux/Documentation/driver-api/firmware/
A Dfw_search_path.rst9 * /lib/firmware/updates/UTS_RELEASE/
10 * /lib/firmware/updates/
/linux/drivers/net/
A 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/Documentation/driver-api/
A 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/sound/pci/ctxfi/
A Dcttimer.c183 int updates = 0; in ct_xfitimer_reprogram() local
208 updates++; in ct_xfitimer_reprogram()
225 return updates; in ct_xfitimer_reprogram()
/linux/Documentation/virt/acrn/
A Dio-request.rst93 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/drivers/gpu/drm/amd/display/include/
A Dlogger_interface.h50 const struct dc_surface_update *updates,
/linux/Documentation/trace/coresight/
A Dcoresight-trbe.rst38 * ``flag``: TRBE updates memory with access and dirty flags
/linux/Documentation/translations/ko_KR/
A Dstable_api_nonsense.txt10 a fork. So if you have any comments or updates for this file please
/linux/drivers/gpu/drm/amd/display/dc/core/
A 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/Documentation/networking/devlink/
A 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/Documentation/mhi/
A 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/Documentation/admin-guide/mm/damon/
A Dusage.rst93 updates the monitoring target regions so that entire memory mappings of target
100 In contrast, DAMON do not automatically sets and updates the monitoring target
123 virtual memory monitoring, DAMON will automatically updates the boundary of the
/linux/Documentation/translations/ja_JP/
A Dstable_api_nonsense.txt11 fork. So if you have any comments or updates of this file, please try
A DSubmitChecklist11 fork. So if you have any comments or updates of this file, please try
/linux/Documentation/livepatch/
A Dcallbacks.rst10 - Safe updates to global data
126 may be possible to implement similar updates via pre/post-patch
/linux/Documentation/powerpc/
A 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/Documentation/admin-guide/hw-vuln/
A Dspecial-register-buffer-data-sampling.rst64 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/drivers/net/ethernet/dlink/
A DKconfig42 More specific information and updates are available from
/linux/Documentation/hwmon/
A Dadc128d818.rst44 The ADC128D818 only updates its values approximately once per second;

Completed in 34 milliseconds

123456789