Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/include:cleanup vega10 thm header files.

Cleanup asic_reg/vega10/THM folder.

Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Feifei Xu and committed by
Alex Deucher
a629bf32 6ce68225

+3 -3
drivers/gpu/drm/amd/include/asic_reg/vega10/THM/thm_9_0_default.h drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_default.h
drivers/gpu/drm/amd/include/asic_reg/vega10/THM/thm_9_0_offset.h drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_offset.h
drivers/gpu/drm/amd/include/asic_reg/vega10/THM/thm_9_0_sh_mask.h drivers/gpu/drm/amd/include/asic_reg/thm/thm_9_0_sh_mask.h
+3 -3
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_inc.h
··· 24 24 #ifndef VEGA10_INC_H 25 25 #define VEGA10_INC_H 26 26 27 - #include "asic_reg/vega10/THM/thm_9_0_default.h" 28 - #include "asic_reg/vega10/THM/thm_9_0_offset.h" 29 - #include "asic_reg/vega10/THM/thm_9_0_sh_mask.h" 27 + #include "asic_reg/thm/thm_9_0_default.h" 28 + #include "asic_reg/thm/thm_9_0_offset.h" 29 + #include "asic_reg/thm/thm_9_0_sh_mask.h" 30 30 31 31 #include "asic_reg/mp/mp_9_0_offset.h" 32 32 #include "asic_reg/mp/mp_9_0_sh_mask.h"