Searched refs:read_wave_sgprs (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_gfx.h | 211 void (*read_wave_sgprs)(struct amdgpu_device *adev, uint32_t simd, member
|
| H A D | amdgpu_debugfs.c | 995 if (adev->gfx.funcs->read_wave_sgprs) in amdgpu_debugfs_gpr_read() 996 adev->gfx.funcs->read_wave_sgprs(adev, simd, wave, offset, size>>2, data); in amdgpu_debugfs_gpr_read()
|
| H A D | gfx_v9_0.c | 2087 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs, 2099 .read_wave_sgprs = &gfx_v9_0_read_wave_sgprs,
|
| H A D | gfx_v6_0.c | 3050 .read_wave_sgprs = &gfx_v6_0_read_wave_sgprs,
|
| H A D | gfx_v7_0.c | 4217 .read_wave_sgprs = &gfx_v7_0_read_wave_sgprs,
|
| H A D | gfx_v8_0.c | 5291 .read_wave_sgprs = &gfx_v8_0_read_wave_sgprs,
|
| H A D | gfx_v10_0.c | 4222 .read_wave_sgprs = &gfx_v10_0_read_wave_sgprs,
|