Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.h224 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t simd, member
Damdgpu_debugfs.c1010 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gpr_read()
1011 adev->gfx.funcs->read_wave_sgprs(adev, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
Dgfx_v6_0.c3028 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
Dgfx_v7_0.c4191 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
Dgfx_v11_0.c843 .read_wave_sgprs = &gfx_v11_0_read_wave_sgprs,
Dgfx_v9_0.c1900 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
Dgfx_v8_0.c5283 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
Dgfx_v10_0.c4445 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,