diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2018-01-15 15:43:23 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2018-02-19 14:18:14 -0500 |
commit | 407e75170fc0324ab03abf03ef5018b78d8d7cbf (patch) | |
tree | 8b632ac64a8cfb83a1a01b49f5f016ccc0ed3d1f /drivers/gpu/drm/amd/display/dc/gpio/dce120 | |
parent | 48569ffce9756b6a27ced9ad98ceb469f983c9d5 (diff) | |
download | linux-407e75170fc0324ab03abf03ef5018b78d8d7cbf.tar.gz linux-407e75170fc0324ab03abf03ef5018b78d8d7cbf.tar.bz2 linux-407e75170fc0324ab03abf03ef5018b78d8d7cbf.zip |
drm/amd/dc: 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>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/gpio/dce120')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c | 3 | ||||
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c b/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c index 0c2314efb47e..ea3f888e5c65 100644 --- a/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c +++ b/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_factory_dce120.c @@ -36,7 +36,8 @@ #include "dce/dce_12_0_offset.h" #include "dce/dce_12_0_sh_mask.h" -#include "soc15ip.h" +#include "soc15_hw_ip.h" +#include "vega10_ip_offset.h" #define block HPD #define reg_num 0 diff --git a/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c b/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c index a225b02cc779..39ef5c7dad97 100644 --- a/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c +++ b/drivers/gpu/drm/amd/display/dc/gpio/dce120/hw_translate_dce120.c @@ -35,7 +35,8 @@ #include "dce/dce_12_0_offset.h" #include "dce/dce_12_0_sh_mask.h" -#include "soc15ip.h" +#include "soc15_hw_ip.h" +#include "vega10_ip_offset.h" /* begin ********************* * macros to expend register list macro defined in HW object header file */ |