Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/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, dat… 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_v7_0.c4156 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
H A Dgfx_v9_4_3.c671 .read_wave_sgprs = &gfx_v9_4_3_read_wave_sgprs,
H A Dgfx_v11_0.c858 .read_wave_sgprs = &gfx_v11_0_read_wave_sgprs,
H A Dgfx_v8_0.c5257 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
H A Dgfx_v9_0.c1817 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
H A Dgfx_v10_0.c4345 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,