Searched refs:read_wave_sgprs (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_device.c | 3571 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gpr_read() 3572 adev->gfx.funcs->read_wave_sgprs(adev, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
|
D | amdgpu.h | 950 …void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t start, … member
|
D | gfx_v6_0.c | 3120 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
|
D | gfx_v7_0.c | 4306 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
|
D | gfx_v9_0.c | 944 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
|
D | gfx_v8_0.c | 5376 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
|