drm/amd/powerplay: add Tonga dpm support (v3)
authoryanyang1 <young.yang@amd.com>
Tue, 18 Aug 2015 07:28:32 +0000 (15:28 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Dec 2015 21:42:15 +0000 (16:42 -0500)
commitc82baa28184356a75c0157129f88af42b2e7b695
tree7a702571d210aa8eb1ff04363ba8bcd4d5894a35
parent1060029fae7c351351d7c2e9e345b6c57f515668
drm/amd/powerplay: add Tonga dpm support (v3)

This implements DPM for tonga.  DPM handles dynamic
clock and voltage scaling.

v2: merge all the patches related with tonga dpm
v3: merge dpm force level fix, cgs display fix, spelling fix

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Jammy Zhou <Jammy.Zhou@amd.com>
Signed-off-by: yanyang1 <young.yang@amd.com>
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
20 files changed:
drivers/gpu/drm/amd/powerplay/Makefile
drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr_ppt.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/ppatomctrl.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/ppinterrupt.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/pppcielanes.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/pppcielanes.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_dyn_defaults.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_powertune.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_pptable.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h
drivers/gpu/drm/amd/powerplay/inc/hwmgr.h
drivers/gpu/drm/amd/powerplay/inc/pp_debug.h
drivers/gpu/drm/amd/powerplay/inc/smu_ucode_xfer_vi.h [new file with mode: 0644]
This page took 0.026158 seconds and 5 git commands to generate.