Searched refs:read_wave_vgprs (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_debugfs.c | 438 if (adev->gfx.funcs->read_wave_vgprs) in amdgpu_debugfs_gprwave_read() 439 …adev->gfx.funcs->read_wave_vgprs(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, rd->id.gpr.thread,… in amdgpu_debugfs_gprwave_read() 1178 if (adev->gfx.funcs->read_wave_vgprs) in amdgpu_debugfs_gpr_read() 1179 adev->gfx.funcs->read_wave_vgprs(adev, 0, simd, wave, thread, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
|
D | amdgpu_gfx.h | 289 void (*read_wave_vgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
|
D | gfx_v9_4_3.c | 672 .read_wave_vgprs = &gfx_v9_4_3_read_wave_vgprs,
|
D | gfx_v11_0.c | 859 .read_wave_vgprs = &gfx_v11_0_read_wave_vgprs,
|
D | gfx_v9_0.c | 1818 .read_wave_vgprs = &gfx_v9_0_read_wave_vgprs,
|
D | gfx_v10_0.c | 4346 .read_wave_vgprs = &gfx_v10_0_read_wave_vgprs,
|