OSDN Git Service

drm/amd/powerplay: Add Tonga SMU support
authorJammy Zhou <Jammy.Zhou@amd.com>
Wed, 22 Jul 2015 03:29:58 +0000 (11:29 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Dec 2015 21:42:14 +0000 (16:42 -0500)
commit1060029fae7c351351d7c2e9e345b6c57f515668
tree33c1346483600ed5a11db4d175a509180237d989
parent306d8db3e7b051814f4e022bb527391a1b425b47
drm/amd/powerplay: Add Tonga SMU support

The SMU manager handles firmware loading for other IP
blocks (GFX, SDMA, etc.).  This implements it for Tonga.

v3: delete peci sub-module
v2: use cgs interface directly

Signed-off-by: Young Yang <Young.Yang@amd.com>
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/inc/pp_debug.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/smumgr/Makefile
drivers/gpu/drm/amd/powerplay/smumgr/smumgr.c
drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/smumgr/tonga_smumgr.h [new file with mode: 0644]