Home
last modified time | relevance | path

Searched defs:wave (Results 1 – 8 of 8) sorted by relevance

/linux/sound/pci/emu10k1/
H A Demu10k1.c76 struct snd_seq_device *wave = NULL; in snd_card_emu10k1_probe() local
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v6_0.c2943 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
2954 uint32_t wave, uint32_t thread, in wave_read_regs()
2968 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v6_0_read_wave_data()
2994 uint32_t wave, uint32_t start, in gfx_v6_0_read_wave_sgprs()
H A Damdgpu_umr.h50 u32 gpr_or_wave, se, sh, cu, wave, simd, xcc_id; member
H A Dgfx_v7_0.c4012 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
4023 uint32_t wave, uint32_t thread, in wave_read_regs()
4037 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v7_0_read_wave_data()
4063 uint32_t wave, uint32_t start, in gfx_v7_0_read_wave_sgprs()
H A Dgfx_v12_0.c815 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
823 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
838 uint32_t simd, uint32_t wave, in gfx_v12_0_read_wave_data()
875 uint32_t wave, uint32_t start, in gfx_v12_0_read_wave_sgprs()
887 uint32_t wave, uint32_t thread, in gfx_v12_0_read_wave_vgprs()
H A Dgfx_v10_0.c4477 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
4485 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
4498 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v10_0_read_wave_data()
4527 uint32_t wave, uint32_t start, in gfx_v10_0_read_wave_sgprs()
4538 uint32_t wave, uint32_t thread, in gfx_v10_0_read_wave_vgprs()
H A Dgfx_v11_0.c972 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t wave, uint32_t address) in wave_read_ind()
980 static void wave_read_regs(struct amdgpu_device *adev, uint32_t wave, in wave_read_regs()
993 …wave_data(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, uint32_t wave, uint32_t *dst… in gfx_v11_0_read_wave_data()
1020 uint32_t wave, uint32_t start, in gfx_v11_0_read_wave_sgprs()
1031 uint32_t wave, uint32_t thread, in gfx_v11_0_read_wave_vgprs()
/linux/drivers/gpu/ipu-v3/
H A Dipu-dc.c120 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl()