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/dce120/dce120_hw_sequencer.c | |
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/dce120/dce120_hw_sequencer.c')
-rw-r--r-- | drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c index 75d029742f96..e96ff86d2fc3 100644 --- a/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c +++ b/drivers/gpu/drm/amd/display/dc/dce120/dce120_hw_sequencer.c @@ -33,7 +33,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" #include "reg_helper.h" #define CTX \ |