Searched refs:read_wave_vgprs (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_gfx.h | 229 void (*read_wave_vgprs)(struct amdgpu_device *adev, uint32_t simd, member
|
A D | amdgpu_debugfs.c | 1007 if (adev->gfx.funcs->read_wave_vgprs) in amdgpu_debugfs_gpr_read() 1008 adev->gfx.funcs->read_wave_vgprs(adev, simd, wave, thread, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
|
A D | gfx_v9_0.c | 1832 .read_wave_vgprs = &gfx_v9_0_read_wave_vgprs,
|
A D | gfx_v11_0.c | 808 .read_wave_vgprs = &gfx_v11_0_read_wave_vgprs,
|
A D | gfx_v10_0.c | 4369 .read_wave_vgprs = &gfx_v10_0_read_wave_vgprs,
|
Completed in 47 milliseconds