summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorTom St Denis <tom.stdenis@amd.com>2016-10-14 09:49:09 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-10-25 14:38:48 -0400
commit472259f02657ef99cba2a64832ccadad8e3baabe (patch)
tree30f1adb7e02eb7a779bacb56072f220106b251ee /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent394fdde256adb5bdbe5d410cf7bdc3d7cbb889f8 (diff)
downloadlwn-472259f02657ef99cba2a64832ccadad8e3baabe.tar.gz
lwn-472259f02657ef99cba2a64832ccadad8e3baabe.zip
drm/amd/amdgpu: re-factor debugfs wave reader
Move IP version specific code into a callback. Also add support for gfx7 devices. Signed-off-by: Tom St Denis <tom.stdenis@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 1800ea139c98..217df2459a98 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -840,6 +840,7 @@ struct amdgpu_gfx_funcs {
/* get the gpu clock counter */
uint64_t (*get_gpu_clock_counter)(struct amdgpu_device *adev);
void (*select_se_sh)(struct amdgpu_device *adev, u32 se_num, u32 sh_num, u32 instance);
+ void (*read_wave_data)(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t *dst, int *no_fields);
};
struct amdgpu_gfx {