]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd49a364f935e38bb17a1185e0ba7fcf633b015b
tree7a702571d210aa8eb1ff04363ba8bcd4d5894a35
parentab5bd324bd06351231f9554fe7a76da3f59a46c6
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]