diff options
author | 2017-12-08 23:08:40 -0500 | |
---|---|---|
committer | 2017-12-08 23:08:40 -0500 | |
commit | ebdebf428ae6b5921cc25913672b954c6897d349 (patch) | |
tree | 5b2cf8d4d0e6db3b63ce5887e291bdc6fda9f6d5 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | drm/amd: add new interface to query cu info (diff) | |
download | wireguard-linux-ebdebf428ae6b5921cc25913672b954c6897d349.tar.xz wireguard-linux-ebdebf428ae6b5921cc25913672b954c6897d349.zip |
drm/amdgpu: add amdgpu interface to query cu info
Signed-off-by: Flora Cui <flora.cui@amd.com>
Signed-off-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Oded Gabbay <oded.gabbay@gmail.com>
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
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 bbe06e04dcb6..e40c5df55f95 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h @@ -959,6 +959,7 @@ struct amdgpu_gfx_config { }; struct amdgpu_cu_info { + uint32_t simd_per_cu; uint32_t max_waves_per_simd; uint32_t wave_front_size; uint32_t max_scratch_slots_per_cu; |