diff options
author | 2018-01-15 15:11:06 +0800 | |
---|---|---|
committer | 2018-02-19 14:18:13 -0500 | |
commit | 48569ffce9756b6a27ced9ad98ceb469f983c9d5 (patch) | |
tree | b8752cf519768016d67e37b48e6c5301e2d97d7f | |
parent | drm/amdgpu: include new ip and ip offset headers (diff) | |
download | wireguard-linux-48569ffce9756b6a27ced9ad98ceb469f983c9d5.tar.xz wireguard-linux-48569ffce9756b6a27ced9ad98ceb469f983c9d5.zip |
drm/amd/pp: include new ip and ip offset headers
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h b/drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h index 414e6843a2d3..214f370c5efd 100644 --- a/drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h +++ b/drivers/gpu/drm/amd/powerplay/inc/pp_soc15.h @@ -23,7 +23,8 @@ #ifndef PP_SOC15_H #define PP_SOC15_H -#include "soc15ip.h" +#include "soc15_hw_ip.h" +#include "vega10_ip_offset.h" inline static uint32_t soc15_get_register_offset( uint32_t hw_id, |