Home
last modified time | relevance | path

Searched refs:read_wave_sgprs (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
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, dat… 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()
A Damdgpu_gfx.h297 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
A Dgfx_v6_0.c3014 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
A Dgfx_v7_0.c4118 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
A Dgfx_v9_4_3.c848 .read_wave_sgprs = &gfx_v9_4_3_read_wave_sgprs,
A Dgfx_v12_0.c867 .read_wave_sgprs = &gfx_v12_0_read_wave_sgprs,
A Dgfx_v8_0.c5253 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
A Dgfx_v11_0.c1049 .read_wave_sgprs = &gfx_v11_0_read_wave_sgprs,
A Dgfx_v9_0.c1993 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
A Dgfx_v10_0.c4507 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,

Completed in 86 milliseconds