read_wave_sgprs   722 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c 		if (adev->gfx.funcs->read_wave_sgprs)
read_wave_sgprs   723 drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c 			adev->gfx.funcs->read_wave_sgprs(adev, simd, wave, offset, size>>2, data);
read_wave_sgprs   195 drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.h 	void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t simd,
read_wave_sgprs  1189 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 	.read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,
read_wave_sgprs  3055 drivers/gpu/drm/amd/amdgpu/gfx_v6_0.c 	.read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
read_wave_sgprs  4209 drivers/gpu/drm/amd/amdgpu/gfx_v7_0.c 	.read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
read_wave_sgprs  5304 drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c 	.read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
read_wave_sgprs  1850 drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c 	.read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,