diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h index 03009157aec8..b860ec913ac5 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_smuio.h @@ -28,6 +28,8 @@ struct amdgpu_smuio_funcs {  	u32 (*get_rom_data_offset)(struct amdgpu_device *adev);  	void (*update_rom_clock_gating)(struct amdgpu_device *adev, bool enable);  	void (*get_clock_gating_state)(struct amdgpu_device *adev, u32 *flags); +	u32 (*get_die_id)(struct amdgpu_device *adev); +	bool (*is_host_gpu_xgmi_supported)(struct amdgpu_device *adev);  };  struct amdgpu_smuio { | 
