Searched refs:read_wave_sgprs (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_debugfs.c | 441 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gprwave_read() 442 …adev->gfx.funcs->read_wave_sgprs(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, *pos, size>>2, dat… in amdgpu_debugfs_gprwave_read() 1181 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gpr_read() 1182 adev->gfx.funcs->read_wave_sgprs(adev, 0, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
|
D | amdgpu_gfx.h | 292 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
|
D | gfx_v6_0.c | 3015 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
|
D | gfx_v7_0.c | 4156 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
|
D | gfx_v9_4_3.c | 671 .read_wave_sgprs = &gfx_v9_4_3_read_wave_sgprs,
|
D | gfx_v11_0.c | 858 .read_wave_sgprs = &gfx_v11_0_read_wave_sgprs,
|
D | gfx_v8_0.c | 5257 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
|
D | gfx_v9_0.c | 1817 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
|
D | gfx_v10_0.c | 4345 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,
|