Home
last modified time | relevance | path

Searched defs:sync (Results 1 – 25 of 201) sorted by relevance

123456789

/drivers/gpu/drm/i915/selftests/
A Di915_syncmap.c101 static int check_syncmap_free(struct i915_syncmap **sync) in check_syncmap_free()
112 static int dump_syncmap(struct i915_syncmap *sync, int err) in dump_syncmap()
135 struct i915_syncmap *sync = (void *)~0ul; in igt_syncmap_init() local
163 static int check_one(struct i915_syncmap **sync, u64 context, u32 seqno) in check_one()
206 struct i915_syncmap *sync; in igt_syncmap_one() local
238 static int check_leaf(struct i915_syncmap **sync, u64 context, u32 seqno) in check_leaf()
273 struct i915_syncmap *sync; in igt_syncmap_join_above() local
334 struct i915_syncmap *sync; in igt_syncmap_join_below() local
404 struct i915_syncmap *sync; in igt_syncmap_neighbours() local
448 struct i915_syncmap *sync; in igt_syncmap_compact() local
[all …]
/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_sync.c52 void amdgpu_sync_create(struct amdgpu_sync *sync) in amdgpu_sync_create()
133 static bool amdgpu_sync_add_later(struct amdgpu_sync *sync, struct dma_fence *f) in amdgpu_sync_add_later()
161 int amdgpu_sync_fence(struct amdgpu_sync *sync, struct dma_fence *f, in amdgpu_sync_fence()
242 int amdgpu_sync_resv(struct amdgpu_device *adev, struct amdgpu_sync *sync, in amdgpu_sync_resv()
277 int amdgpu_sync_kfd(struct amdgpu_sync *sync, struct dma_resv *resv) in amdgpu_sync_kfd()
316 struct dma_fence *amdgpu_sync_peek_fence(struct amdgpu_sync *sync, in amdgpu_sync_peek_fence()
356 struct dma_fence *amdgpu_sync_get_fence(struct amdgpu_sync *sync) in amdgpu_sync_get_fence()
434 int amdgpu_sync_push_to_job(struct amdgpu_sync *sync, struct amdgpu_job *job) in amdgpu_sync_push_to_job()
458 int amdgpu_sync_wait(struct amdgpu_sync *sync, bool intr) in amdgpu_sync_wait()
482 void amdgpu_sync_free(struct amdgpu_sync *sync) in amdgpu_sync_free()
A Damdgpu_amdkfd_gpuvm.c484 static int vm_update_pds(struct amdgpu_vm *vm, struct amdgpu_sync *sync) in vm_update_pds()
1116 struct amdgpu_sync *sync; member
1237 struct amdgpu_sync *sync) in unmap_bo_from_gpuvm()
1259 struct amdgpu_sync *sync) in update_gpuvm_pte()
1281 struct amdgpu_sync *sync, in map_bo_to_gpuvm()
1330 struct amdgpu_sync *sync) in process_sync_pds_resv()
1350 struct amdgpu_sync *sync) in process_update_pds()
2160 struct amdgpu_sync sync; in amdgpu_amdkfd_gpuvm_sync_memory() local
2605 struct amdgpu_sync sync; in validate_invalid_user_pages() local
A Damdgpu_vm_cpu.c48 struct amdgpu_sync *sync) in amdgpu_vm_cpu_prepare()
/drivers/gpu/drm/radeon/
A Dradeon_sync.c41 void radeon_sync_create(struct radeon_sync *sync) in radeon_sync_create()
62 void radeon_sync_fence(struct radeon_sync *sync, in radeon_sync_fence()
90 struct radeon_sync *sync, in radeon_sync_resv()
122 struct radeon_sync *sync, in radeon_sync_rings()
197 struct radeon_sync *sync, in radeon_sync_free()
A Drv770_dma.c48 struct radeon_sync sync; in rv770_copy_dma() local
A Devergreen_dma.c113 struct radeon_sync sync; in evergreen_copy_dma() local
/drivers/clk/tegra/
A Dclk-audio-sync.c15 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_recalc_rate() local
23 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_round_rate() local
34 struct tegra_clk_sync_source *sync = to_clk_sync_source(hw); in clk_sync_source_set_rate() local
49 struct tegra_clk_sync_source *sync; in tegra_clk_register_sync_source() local
/drivers/gpu/drm/xe/
A Dxe_sync.c114 struct xe_sync_entry *sync, in xe_sync_entry_parse()
215 int xe_sync_entry_add_deps(struct xe_sync_entry *sync, struct xe_sched_job *job) in xe_sync_entry_add_deps()
224 void xe_sync_entry_signal(struct xe_sync_entry *sync, struct dma_fence *fence) in xe_sync_entry_signal()
256 void xe_sync_entry_cleanup(struct xe_sync_entry *sync) in xe_sync_entry_cleanup()
281 xe_sync_in_fence_get(struct xe_sync_entry *sync, int num_sync, in xe_sync_in_fence_get()
359 struct xe_user_fence *xe_sync_ufence_get(struct xe_sync_entry *sync) in xe_sync_ufence_get()
A Dxe_sync.h34 static inline bool xe_sync_is_ufence(struct xe_sync_entry *sync) in xe_sync_is_ufence()
/drivers/gpu/drm/nouveau/
A Dnouveau_sched.c141 struct drm_nouveau_sync *sync, in sync_find_fence()
171 struct drm_nouveau_sync *sync = &job->in_sync.data[i]; in nouveau_job_add_deps() local
212 struct drm_nouveau_sync *sync = &job->out_sync.data[i]; in nouveau_job_fence_attach_prepare() local
255 struct drm_nouveau_sync *sync = &job->out_sync.data[i]; in nouveau_job_fence_attach() local
A Dnouveau_sched.h33 bool sync; member
62 bool sync; member
/drivers/media/platform/qcom/camss/
A Dcamss-vfe-gen1.c121 struct vfe_output *output, u8 sync, in vfe_output_init_addrs()
385 struct vfe_output *output, u8 sync, in vfe_output_update_ping_addr()
404 struct vfe_output *output, u8 sync, in vfe_output_update_pong_addr()
/drivers/gpu/drm/v3d/
A Dv3d_submit.c488 u32 offset, sync; in v3d_get_cpu_timestamp_query_params() local
553 u32 sync; in v3d_get_cpu_reset_timestamp_params() local
618 u32 offset, sync; in v3d_get_cpu_copy_query_results_params() local
668 u32 sync, id; in v3d_copy_query_info() local
/drivers/gpu/drm/mediatek/
A Dmtk_dpi.c213 struct mtk_dpi_sync_param *sync) in mtk_dpi_config_hsync()
224 struct mtk_dpi_sync_param *sync, in mtk_dpi_config_vsync()
242 struct mtk_dpi_sync_param *sync) in mtk_dpi_config_vsync_lodd()
248 struct mtk_dpi_sync_param *sync) in mtk_dpi_config_vsync_leven()
255 struct mtk_dpi_sync_param *sync) in mtk_dpi_config_vsync_rodd()
262 struct mtk_dpi_sync_param *sync) in mtk_dpi_config_vsync_reven()
/drivers/media/common/saa7146/
A Dsaa7146_hlp.c16 static void calculate_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync, u32* hps_c… in calculate_hps_source_and_sync()
314 int sync = vv->current_hps_sync; in saa7146_set_window() local
357 void saa7146_set_hps_source_and_sync(struct saa7146_dev *dev, int source, int sync) in saa7146_set_hps_source_and_sync()
/drivers/gpu/drm/nouveau/dispnv50/
A Ddisp.h28 struct nouveau_bo *sync; member
67 struct nvif_object sync; member
A Ddac507d.c33 u32 sync = 0; in dac507d_ctrl() local
/drivers/media/dvb-frontends/
A Dves1820.c233 int sync; in ves1820_read_status() local
307 int sync; in ves1820_get_frontend() local
A Dtda10021.c312 int sync; in tda10021_read_status() local
391 int sync; in tda10021_get_frontend() local
/drivers/md/
A Ddm-log.c237 enum sync { enum
241 } sync; member
372 enum sync sync = DEFAULTSYNC; in create_log_context() local
/drivers/media/platform/amphion/
A Dvpu_cmds.c164 unsigned long *key, int *sync) in vpu_request_cmd()
305 int sync = false; in vpu_session_send_cmd() local
/drivers/gpu/drm/sti/
A Dsti_vtg.c185 static void vtg_set_hsync_vsync_pos(struct sti_vtg_sync_params *sync, in vtg_set_hsync_vsync_pos()
240 struct sti_vtg_sync_params *sync, in vtg_set_mode()
/drivers/net/ethernet/sfc/falcon/
A Dmdio_10g.h43 bool sync; in ef4_mdio_phyxgxs_lane_sync() local
/drivers/gpu/drm/i915/display/
A Dintel_display_rps.c25 unsigned mode, int sync, void *key) in do_rps_boost()

Completed in 66 milliseconds

123456789