Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H 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()
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 in amdgpu_vmid_grab_used()
435 struct dma_fence *updates = sync->last_vm_update; amdgpu_vmid_grab() local
[all...]
/kernel/linux/linux-6.6/tools/perf/pmu-events/
H A Dmetric.py583 updates: Dict[Tuple[str, str], Expression] = dict()
596 if (inner_pmu, inner_name) in updates:
597 inner_expression = updates[(inner_pmu, inner_name)]
601 if (outer_pmu, outer_name) in updates and updated.Equals(updates[(outer_pmu, outer_name)]):
603 updates[(outer_pmu, outer_name)] = updated
604 return updates
H A Djevents.py416 updates = metric.RewriteMetricsInTermsOfOthers(metrics)
417 if updates:
419 if event.metric_name in updates:
421 # f'to\n"{updates[event.metric_name]}"')
422 event.metric_expr = updates[event.metric_name]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c284 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_reserved() local
290 (*id)->flushed_updates < updates || in amdgpu_vmid_grab_reserved()
344 uint64_t updates = amdgpu_vm_tlb_seq(vm); in amdgpu_vmid_grab_used() local
365 if ((*id)->flushed_updates < updates) in amdgpu_vmid_grab_used()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/include/
H A Dlogger_interface.h50 const struct dc_surface_update *updates,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/include/
H A Dlogger_interface.h50 const struct dc_surface_update *updates,
/kernel/linux/linux-5.10/sound/pci/ctxfi/
H A Dcttimer.c60 * system-timer-based updates
174 * also updates the each stream position, returns the number of streams
183 int updates = 0; in ct_xfitimer_reprogram() local
208 updates++; in ct_xfitimer_reprogram()
225 return updates; in ct_xfitimer_reprogram()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dcttimer.c60 * system-timer-based updates
174 * also updates the each stream position, returns the number of streams
183 int updates = 0; in ct_xfitimer_reprogram() local
208 updates++; in ct_xfitimer_reprogram()
225 return updates; in ct_xfitimer_reprogram()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c179 const struct dc_surface_update *updates, in update_surface_trace()
186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace()
177 update_surface_trace( struct dc *dc, const struct dc_surface_update *updates, int surface_count) update_surface_trace() argument
H A Ddc.c273 * Looks up the pipe context of dc_stream_state and updates the
426 /* OPP FMT dyn expansion updates*/ in dc_stream_set_dyn_expansion()
1936 struct dc_surface_update *updates, in check_update_surfaces_for_stream()
1952 /* some stream updates require passive update */ in check_update_surfaces_for_stream()
1988 det_surface_update(dc, &updates[i]); in check_update_surfaces_for_stream()
2003 struct dc_surface_update *updates, in dc_check_update_surfaces_for_stream()
2014 updates[i].surface->update_flags.raw = 0; in dc_check_update_surfaces_for_stream()
2016 type = check_update_surfaces_for_stream(dc, updates, surface_count, stream_update, stream_status); in dc_check_update_surfaces_for_stream()
2024 updates[i].surface->update_flags.raw = 0xFFFFFFFF; in dc_check_update_surfaces_for_stream()
2294 // Stream updates in commit_planes_do_stream_update()
1934 check_update_surfaces_for_stream( struct dc *dc, struct dc_surface_update *updates, int surface_count, struct dc_stream_update *stream_update, const struct dc_stream_status *stream_status) check_update_surfaces_for_stream() argument
2001 dc_check_update_surfaces_for_stream( struct dc *dc, struct dc_surface_update *updates, int surface_count, struct dc_stream_update *stream_update, const struct dc_stream_status *stream_status) dc_check_update_surfaces_for_stream() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_debug.c179 const struct dc_surface_update *updates, in update_surface_trace()
186 const struct dc_surface_update *update = &updates[i]; in update_surface_trace()
177 update_surface_trace( struct dc *dc, const struct dc_surface_update *updates, int surface_count) update_surface_trace() argument
H A Ddc.c389 * Looks up the pipe context of dc_stream_state and updates the
405 * avoid conflicting with firmware updates. in dc_stream_adjust_vmin_vmax()
679 /* OPP FMT dyn expansion updates*/ in dc_stream_set_dyn_expansion()
2151 /* Perform updates here which need to be deferred until next vupdate
2592 struct dc_surface_update *updates, in check_update_surfaces_for_stream()
2610 /* some stream updates require passive update */ in check_update_surfaces_for_stream()
2660 det_surface_update(dc, &updates[i]); in check_update_surfaces_for_stream()
2675 struct dc_surface_update *updates, in dc_check_update_surfaces_for_stream()
2686 updates[i].surface->update_flags.raw = 0; in dc_check_update_surfaces_for_stream()
2688 type = check_update_surfaces_for_stream(dc, updates, surface_coun in dc_check_update_surfaces_for_stream()
2590 check_update_surfaces_for_stream( struct dc *dc, struct dc_surface_update *updates, int surface_count, struct dc_stream_update *stream_update, const struct dc_stream_status *stream_status) check_update_surfaces_for_stream() argument
2673 dc_check_update_surfaces_for_stream( struct dc *dc, struct dc_surface_update *updates, int surface_count, struct dc_stream_update *stream_update, const struct dc_stream_status *stream_status) dc_check_update_surfaces_for_stream() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c401 } updates[] = { in qtnf_update_mgmt_frame_registrations() local
425 for (i = 0; i < ARRAY_SIZE(updates); i++) { in qtnf_update_mgmt_frame_registrations()
426 u16 mask = updates[i].mask; in qtnf_update_mgmt_frame_registrations()
427 u16 qlink_frame_type = updates[i].qlink_type; in qtnf_update_mgmt_frame_registrations()
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c402 } updates[] = { in qtnf_update_mgmt_frame_registrations() local
426 for (i = 0; i < ARRAY_SIZE(updates); i++) { in qtnf_update_mgmt_frame_registrations()
427 u16 mask = updates[i].mask; in qtnf_update_mgmt_frame_registrations()
428 u16 qlink_frame_type = updates[i].qlink_type; in qtnf_update_mgmt_frame_registrations()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h404 struct dc_surface_update *updates,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H A Ddc_stream.h354 * Setup stream attributes if no stream updates are provided
500 struct dc_surface_update *updates,
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh180 echo " 3." Make the bare-metal kernel"'"s build system aware of your .config updates: >> $resdir/bare-metal
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_vm.c230 * @updates: last vm update that is waited for
238 int ring, struct radeon_fence *updates) in radeon_vm_flush()
244 radeon_fence_is_earlier(vm_id->flushed_updates, updates)) { in radeon_vm_flush()
248 vm_id->flushed_updates = radeon_fence_ref(updates); in radeon_vm_flush()
636 * and updates the page directory (cayman+).
236 radeon_vm_flush(struct radeon_device *rdev, struct radeon_vm *vm, int ring, struct radeon_fence *updates) radeon_vm_flush() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dradeon_vm.c231 * @updates: last vm update that is waited for
239 int ring, struct radeon_fence *updates) in radeon_vm_flush()
245 radeon_fence_is_earlier(vm_id->flushed_updates, updates)) { in radeon_vm_flush()
249 vm_id->flushed_updates = radeon_fence_ref(updates); in radeon_vm_flush()
635 * and updates the page directory (cayman+).
237 radeon_vm_flush(struct radeon_device *rdev, struct radeon_vm *vm, int ring, struct radeon_fence *updates) radeon_vm_flush() argument
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dres_func.S4 | Normalizes denormalized numbers if necessary and updates the
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dres_func.S4 | Normalizes denormalized numbers if necessary and updates the
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_avx-x86_64.S747 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
H A Daesni-intel_asm.S638 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S634 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context
H A Daesni-intel_avx-x86_64.S715 # Outputs encrypted bytes, and updates hash and partial info in gcm_data_context

Completed in 37 milliseconds