Searched refs:read_wave_sgprs (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A 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, data); in amdgpu_debugfs_gprwave_read() 1188 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gpr_read() 1189 adev->gfx.funcs->read_wave_sgprs(adev, 0, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
|
H A D | amdgpu_gfx.h | 343 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
|
H A D | gfx_v6_0.c | 3013 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
|
H A D | gfx_v7_0.c | 4082 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
|
H A D | gfx_v9_4_3.c | 845 .read_wave_sgprs = &gfx_v9_4_3_read_wave_sgprs,
|
H A D | gfx_v12_0.c | 936 .read_wave_sgprs = &gfx_v12_0_read_wave_sgprs,
|
H A D | gfx_v8_0.c | 5215 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
|
H A D | gfx_v9_0.c | 2005 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
|