diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h index ff4435181055..ec9d12f85f39 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h @@ -44,6 +44,7 @@ struct amdgpu_smuio_funcs {  	u32 (*get_socket_id)(struct amdgpu_device *adev);  	enum amdgpu_pkg_type (*get_pkg_type)(struct amdgpu_device *adev);  	bool (*is_host_gpu_xgmi_supported)(struct amdgpu_device *adev); +	u64 (*get_gpu_clock_counter)(struct amdgpu_device *adev);  };  struct amdgpu_smuio { |