Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
A 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()
1091 if (adev->gfx.funcs->read_wave_data) in amdgpu_debugfs_wave_read()
1092 adev->gfx.funcs->read_wave_data(adev, 0, simd, wave, data, &x); in amdgpu_debugfs_wave_read()
A Damdgpu_gfx.h292 void (*read_wave_data)(struct amdgpu_device *adev, uint32_t xcc_id, uint32_t simd, member
A Dgfx_v6_0.c3013 .read_wave_data = &gfx_v6_0_read_wave_data,
A Dgfx_v7_0.c4117 .read_wave_data = &gfx_v7_0_read_wave_data,
A Dgfx_v9_4_3.c847 .read_wave_data = &gfx_v9_4_3_read_wave_data,
A Dgfx_v12_0.c866 .read_wave_data = &gfx_v12_0_read_wave_data,
A Dgfx_v8_0.c5252 .read_wave_data = &gfx_v8_0_read_wave_data,
A Dgfx_v11_0.c1048 .read_wave_data = &gfx_v11_0_read_wave_data,
A Dgfx_v9_0.c1992 .read_wave_data = &gfx_v9_0_read_wave_data,
A Dgfx_v10_0.c4506 .read_wave_data = &gfx_v10_0_read_wave_data,

Completed in 87 milliseconds