[AMD Official Use Only] Reviewed-by: Aaron Liu <[email protected]>
-- Best Regards Aaron Liu > -----Original Message----- > From: Hou, Xiaomeng (Matthew) <[email protected]> > Sent: Wednesday, July 7, 2021 5:05 PM > To: [email protected] > Cc: Liu, Aaron <[email protected]>; Kazlauskas, Nicholas > <[email protected]>; Hou, Xiaomeng (Matthew) > <[email protected]> > Subject: [PATCH] drm/amd/display: update header file name > > Update the register header file name. > > Signed-off-by: Xiaomeng Hou <[email protected]> > --- > drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/dcn31_smu.c | 4 ++-- > 1 file 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 beea961749e1..8c2b77eb9459 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) > -- > 2.17.1 _______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
