Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_debugfs.c433 if (adev->gfx.funcs->read_wave_data) in amdgpu_debugfs_gprwave_read()
434 adev->gfx.funcs->read_wave_data(adev, rd->id.xcc_id, rd->id.simd, rd->id.wave, data, &x); in amdgpu_debugfs_gprwave_read()
1072 if (adev->gfx.funcs->read_wave_data) in amdgpu_debugfs_wave_read()
1073 adev->gfx.funcs->read_wave_data(adev, 0, simd, wave, data, &x); in amdgpu_debugfs_wave_read()
Damdgpu_gfx.h287 void (*read_wave_data)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
Dgfx_v6_0.c3014 .read_wave_data = &gfx_v6_0_read_wave_data,
Dgfx_v7_0.c4155 .read_wave_data = &gfx_v7_0_read_wave_data,
Dgfx_v9_4_3.c670 .read_wave_data = &gfx_v9_4_3_read_wave_data,
Dgfx_v11_0.c849 .read_wave_data = &gfx_v11_0_read_wave_data,
Dgfx_v8_0.c5256 .read_wave_data = &gfx_v8_0_read_wave_data,
Dgfx_v9_0.c1816 .read_wave_data = &gfx_v9_0_read_wave_data,
Dgfx_v10_0.c4349 .read_wave_data = &gfx_v10_0_read_wave_data,