aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiaomeng Hou <Xiaomeng.Hou@amd.com>2021-07-07 16:50:01 +0800
committerAlex Deucher <alexander.deucher@amd.com>2021-07-13 11:48:12 -0400
commit834b8245d6bbd57900ca6c79d7f9e0279a8d51c2 (patch)
treea8360a9bd018c7c829ebc984ca1802be0947f10f
parentdrm/amd/pm: drop smu_v13_0_1.c|h files for yellow carp (diff)
downloadlinux-dev-834b8245d6bbd57900ca6c79d7f9e0279a8d51c2.tar.xz
linux-dev-834b8245d6bbd57900ca6c79d7f9e0279a8d51c2.zip
drm/amd/display: update header file name
Update the register header file name. Signed-off-by: Xiaomeng Hou <Xiaomeng.Hou@amd.com> Reviewed-by: Aaron Liu <aaron.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c
index 66db5e988bc1..dad4a4c18bcf 100644
--- a/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c
+++ b/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c
@@ -31,8 +31,8 @@
#include "dcn31_smu.h"
#include "yellow_carp_offset.h"
-#include "mp/mp_13_0_1_offset.h"
-#include "mp/mp_13_0_1_sh_mask.h"
+#include "mp/mp_13_0_2_offset.h"
+#include "mp/mp_13_0_2_sh_mask.h"
#define REG(reg_name) \
(MP0_BASE.instance[0].segment[reg ## reg_name ## _BASE_IDX] + reg ## reg_name)