OSDN Git Service

drm/amd/powerplay: add Fiji DPM support.
authorEric Huang <JinHuiEric.Huang@amd.com>
Wed, 26 Aug 2015 20:52:28 +0000 (16:52 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Dec 2015 21:42:17 +0000 (16:42 -0500)
commitaabcb7c11e3d9d8a5c28fb5b3aa60ec1cec58e64
tree0fc48b194bb650e9939a6d1318f74231141ce9a3
parent74785623db6889e6fffb5d2565a27fbeb9ddb390
drm/amd/powerplay: add Fiji DPM support.

This enabled DPM support for Fiji.  DPM is dynamic
clock and voltage scaling.

v2: rename fiji_hwmgr_early_init to fiji_hwmgr_init
v3: (agd) fold in endian fix, additional function addition

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Eric Huang <JinHuiEric.Huang@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/Makefile
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_dyn_defaults.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_hwmgr.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_hwmgr.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_powertune.c [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/fiji_powertune.h [new file with mode: 0644]
drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c