Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dgfx_v6_0.c3058 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
3069 uint32_t wave, uint32_t thread, in wave_read_regs()
3083 static void gfx_v6_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v6_0_read_wave_data()
3108 uint32_t wave, uint32_t start, in gfx_v6_0_read_wave_sgprs()
Dgfx_v9_0.c885 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
896 uint32_t wave, uint32_t thread, in wave_read_regs()
910 static void gfx_v9_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v9_0_read_wave_data()
931 uint32_t wave, uint32_t start, in gfx_v9_0_read_wave_sgprs()
Dgfx_v7_0.c4244 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
4255 uint32_t wave, uint32_t thread, in wave_read_regs()
4269 static void gfx_v7_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v7_0_read_wave_data()
4294 uint32_t wave, uint32_t start, in gfx_v7_0_read_wave_sgprs()
Dgfx_v8_0.c5313 static uint32_t wave_read_ind(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t ad… in wave_read_ind()
5324 uint32_t wave, uint32_t thread, in wave_read_regs()
5338 static void gfx_v8_0_read_wave_data(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint3… in gfx_v8_0_read_wave_data()
5363 uint32_t wave, uint32_t start, in gfx_v8_0_read_wave_sgprs()
Damdgpu_device.c3494 uint32_t offset, se, sh, cu, wave, simd, data[32]; in amdgpu_debugfs_wave_read() local
3544 uint32_t offset, se, sh, cu, wave, simd, thread, bank, *data; in amdgpu_debugfs_gpr_read() local
/drivers/gpu/ipu-v3/
Dipu-dc.c129 int map, int wave, int glue, int sync, int stop) in dc_write_tmpl()