diff options
author | Hawking Zhang <Hawking.Zhang@amd.com> | 2017-05-24 18:56:10 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-05-25 16:12:58 -0400 |
commit | 5001793d37e9284eb695afa6772877b1e454a32f (patch) | |
tree | 8a2c81db70afa8e546b7ac96df00d36b3b6bebb7 /drivers/gpu/drm/amd/powerplay/hwmgr | |
parent | 9e23f192dccf4e70634f529a21b2bd72f5586925 (diff) |
drm/amd/powerplay: set powerplay support cap on raven
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/powerplay/hwmgr')
-rw-r--r-- | drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c b/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c index 6155abead46c..9b431511d274 100644 --- a/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/rv_hwmgr.c @@ -554,6 +554,9 @@ static int rv_hwmgr_backend_init(struct pp_hwmgr *hwmgr) return result; } + phm_cap_set(hwmgr->platform_descriptor.platformCaps, + PHM_PlatformCaps_PowerPlaySupport); + rv_populate_clock_table(hwmgr); result = rv_get_system_info_data(hwmgr); |