drm/amd/pm: optimize the power related source code layout
authorEvan Quan <evan.quan@amd.com>
Thu, 13 Aug 2020 08:39:25 +0000 (16:39 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Aug 2020 20:22:41 +0000 (16:22 -0400)
commite098bc9612c2b60f94920461d71c92962a916e73
tree9523440f73a9db1943a4102da7b5ef4c5fb15ca4
parente9372d23715d6802fd6d3763cb19c5a0c07ad641
drm/amd/pm: optimize the power related source code layout

The target is to provide a clear entry point(for power routines).
Also this can help to maintain a clear view about the frameworks
used on different ASICs. Hopefully all these can make power part
more friendly to play with.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
203 files changed:
drivers/gpu/drm/amd/amdgpu/Makefile
drivers/gpu/drm/amd/pm/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/pm/amdgpu_dpm.c [moved from drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.c with 100% similarity]
drivers/gpu/drm/amd/pm/amdgpu_pm.c [moved from drivers/gpu/drm/amd/amdgpu/amdgpu_pm.c with 100% similarity]
drivers/gpu/drm/amd/pm/inc/amd_powerplay.h [moved from drivers/gpu/drm/amd/powerplay/inc/amd_powerplay.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/amdgpu_dpm.h [moved from drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/amdgpu_pm.h [moved from drivers/gpu/drm/amd/amdgpu/amdgpu_pm.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h [moved from drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/arcturus_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/arcturus_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/cz_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/cz_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/fiji_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/fiji_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/hardwaremanager.h [moved from drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/inc/hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/polaris10_pwrvirus.h [moved from drivers/gpu/drm/amd/powerplay/inc/polaris10_pwrvirus.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/power_state.h [moved from drivers/gpu/drm/amd/powerplay/inc/power_state.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/pp_debug.h [moved from drivers/gpu/drm/amd/powerplay/inc/pp_debug.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/pp_endian.h [moved from drivers/gpu/drm/amd/powerplay/inc/pp_endian.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/pp_thermal.h [moved from drivers/gpu/drm/amd/powerplay/inc/pp_thermal.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/ppinterrupt.h [moved from drivers/gpu/drm/amd/powerplay/inc/ppinterrupt.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/rv_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu10.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu10.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu10_driver_if.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu10_driver_if.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu11_driver_if.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu11_driver_if_arcturus.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_arcturus.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu11_driver_if_navi10.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_navi10.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu11_driver_if_sienna_cichlid.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu11_driver_if_sienna_cichlid.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu12_driver_if.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu12_driver_if.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu7.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu7.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu71.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu71.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu71_discrete.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu71_discrete.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu72.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu72.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu72_discrete.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu72_discrete.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu73.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu73.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu73_discrete.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu73_discrete.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu74.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu74.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu74_discrete.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu74_discrete.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu75.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu75.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu75_discrete.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu75_discrete.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu7_common.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu7_common.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu7_discrete.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu7_discrete.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu7_fusion.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu7_fusion.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu7_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu7_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu8.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu8.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu8_fusion.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu8_fusion.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu9.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu9.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu9_driver_if.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu9_driver_if.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_types.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_types.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_ucode_xfer_cz.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_ucode_xfer_cz.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_ucode_xfer_vi.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_ucode_xfer_vi.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v11_0.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v11_0.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v11_0_7_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v11_0_7_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v11_0_7_pptable.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v11_0_7_pptable.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v11_0_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v11_0_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v11_0_pptable.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v11_0_pptable.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v12_0.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v12_0.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smu_v12_0_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/smu_v12_0_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/smumgr.h [moved from drivers/gpu/drm/amd/powerplay/inc/smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/tonga_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/tonga_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/vega10_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/vega10_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/vega12/smu9_driver_if.h [moved from drivers/gpu/drm/amd/powerplay/inc/vega12/smu9_driver_if.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/vega12_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/vega12_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/inc/vega20_ppsmc.h [moved from drivers/gpu/drm/amd/powerplay/inc/vega20_ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/Makefile [moved from drivers/gpu/drm/amd/powerplay/Makefile with 70% similarity]
drivers/gpu/drm/amd/pm/powerplay/amd_powerplay.c [moved from drivers/gpu/drm/amd/powerplay/amd_powerplay.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/cik_dpm.h [moved from drivers/gpu/drm/amd/amdgpu/cik_dpm.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/Makefile [moved from drivers/gpu/drm/amd/powerplay/hwmgr/Makefile with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ci_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ci_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ci_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/common_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/common_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/common_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/fiji_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/fiji_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/fiji_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/fiji_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/hardwaremanager.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/hwmgr_ppt.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/polaris_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/polaris_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/polaris_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/polaris_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_overdriver.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_overdriver.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_psm.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pp_psm.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pp_psm.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomctrl.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppatomfwctrl.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/ppevvmath.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/ppevvmath.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pppcielanes.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pppcielanes.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pppcielanes.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pppcielanes.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/pptable_v1_0.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/pptable_v1_0.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/process_pptables_v1_0.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/processpptables.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/processpptables.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu10_inc.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu10_inc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_clockpowergating.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_clockpowergating.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_dyn_defaults.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_dyn_defaults.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_powertune.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_powertune.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_thermal.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu7_thermal.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu7_thermal.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu8_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu8_hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu9_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu9_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu9_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/smu_helper.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/smu_helper.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/tonga_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/tonga_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/tonga_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/tonga_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_inc.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_inc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_powertune.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_powertune.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_powertune.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_pptable.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_pptable.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_processpptables.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_processpptables.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega10_thermal.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega10_thermal.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_inc.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_inc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_pptable.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_pptable.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_processpptables.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_processpptables.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_thermal.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega12_thermal.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega12_thermal.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_baco.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_baco.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_baco.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_hwmgr.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_hwmgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_inc.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_inc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_powertune.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_powertune.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_powertune.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_powertune.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_pptable.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_pptable.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_processpptables.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_processpptables.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_processpptables.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.c [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_thermal.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/hwmgr/vega20_thermal.h [moved from drivers/gpu/drm/amd/powerplay/hwmgr/vega20_thermal.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/kv_dpm.c [moved from drivers/gpu/drm/amd/amdgpu/kv_dpm.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/kv_dpm.h [moved from drivers/gpu/drm/amd/amdgpu/kv_dpm.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/kv_smc.c [moved from drivers/gpu/drm/amd/amdgpu/kv_smc.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/ppsmc.h [moved from drivers/gpu/drm/amd/amdgpu/ppsmc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/r600_dpm.h [moved from drivers/gpu/drm/amd/amdgpu/r600_dpm.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/si_dpm.c [moved from drivers/gpu/drm/amd/amdgpu/si_dpm.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/si_dpm.h [moved from drivers/gpu/drm/amd/amdgpu/si_dpm.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/si_smc.c [moved from drivers/gpu/drm/amd/amdgpu/si_smc.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/sislands_smc.h [moved from drivers/gpu/drm/amd/amdgpu/sislands_smc.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/Makefile [moved from drivers/gpu/drm/amd/powerplay/smumgr/Makefile with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/ci_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/ci_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/fiji_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/iceland_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/iceland_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/iceland_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/polaris10_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/polaris10_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu10_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu10_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu10_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu7_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu7_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu7_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu8_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu8_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu9_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu9_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smu9_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/smu9_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/tonga_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vega10_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vega10_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/vega10_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vega12_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vega12_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/vega12_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vega20_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vega20_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/vega20_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vegam_smumgr.c [moved from drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.c with 100% similarity]
drivers/gpu/drm/amd/pm/powerplay/smumgr/vegam_smumgr.h [moved from drivers/gpu/drm/amd/powerplay/smumgr/vegam_smumgr.h with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c [moved from drivers/gpu/drm/amd/powerplay/amdgpu_smu.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c [moved from drivers/gpu/drm/amd/powerplay/arcturus_ppt.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.h [moved from drivers/gpu/drm/amd/powerplay/arcturus_ppt.h with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.c [moved from drivers/gpu/drm/amd/powerplay/navi10_ppt.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_ppt.h [moved from drivers/gpu/drm/amd/powerplay/navi10_ppt.h with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.c [moved from drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/sienna_cichlid_ppt.h [moved from drivers/gpu/drm/amd/powerplay/sienna_cichlid_ppt.h with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c [moved from drivers/gpu/drm/amd/powerplay/smu_v11_0.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu12/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.c [moved from drivers/gpu/drm/amd/powerplay/renoir_ppt.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu12/renoir_ppt.h [moved from drivers/gpu/drm/amd/powerplay/renoir_ppt.h with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu12/smu_v12_0.c [moved from drivers/gpu/drm/amd/powerplay/smu_v12_0.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c [moved from drivers/gpu/drm/amd/powerplay/smu_cmn.c with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu_cmn.h [moved from drivers/gpu/drm/amd/powerplay/smu_cmn.h with 100% similarity]
drivers/gpu/drm/amd/pm/swsmu/smu_internal.h [moved from drivers/gpu/drm/amd/powerplay/smu_internal.h with 100% similarity]