Home
last modified time | relevance | path

Searched refs:read_wave_sgprs (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.h211 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t simd, member
H A Damdgpu_debugfs.c1007 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gpr_read()
1008 adev->gfx.funcs->read_wave_sgprs(adev, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
H A Dgfx_v6_0.c3050 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
H A Dgfx_v9_0.c2087 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
2099 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
H A Dgfx_v7_0.c4217 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
H A Dgfx_v8_0.c5291 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
H A Dgfx_v10_0.c4222 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_debugfs.c441 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()
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()
H A Damdgpu_gfx.h292 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
H A Dgfx_v6_0.c3015 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
H A Dgfx_v9_4_3.c671 .read_wave_sgprs = &gfx_v9_4_3_read_wave_sgprs,
H A Dgfx_v7_0.c4156 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
H A Dgfx_v9_0.c1817 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
H A Dgfx_v8_0.c5257 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
H A Dgfx_v11_0.c858 .read_wave_sgprs = &gfx_v11_0_read_wave_sgprs,
H A Dgfx_v10_0.c4345 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,

Completed in 110 milliseconds