Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.h206 void (*read_wave_data)(struct amdgpu_device *adev, uint32_t simd, member
Damdgpu_debugfs.c910 if (adev->gfx.funcs->read_wave_data) in amdgpu_debugfs_wave_read()
911 adev->gfx.funcs->read_wave_data(adev, simd, wave, data, &x); in amdgpu_debugfs_wave_read()
Dgfx_v9_0.c2086 .read_wave_data = &gfx_v9_0_read_wave_data,
2098 .read_wave_data = &gfx_v9_0_read_wave_data,
Dgfx_v6_0.c3049 .read_wave_data = &gfx_v6_0_read_wave_data,
Dgfx_v7_0.c4216 .read_wave_data = &gfx_v7_0_read_wave_data,
Dgfx_v8_0.c5290 .read_wave_data = &gfx_v8_0_read_wave_data,
Dgfx_v10_0.c4221 .read_wave_data = &gfx_v10_0_read_wave_data,