drm/radeon/pm: fix multi-head profile handling on BTC+ (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 1 Oct 2012 23:25:11 +0000 (19:25 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 2 Oct 2012 14:27:51 +0000 (10:27 -0400)
commit27810fb2d2edacf2961dbedfe9e9f8d2e5080ea5
tree5fc4c124a0982f8e4fe4e26a35126cd2c2c3154c
parenteb2c27a02bcf6013cda5d9e6277d50f7b4cfc13d
drm/radeon/pm: fix multi-head profile handling on BTC+ (v2)

Starting on BTC, there are no longer separate states for
single head and multi-head, we just use the high mclk/voltage
for all states for multi-head.

Fixes:
https://bugs.freedesktop.org/show_bug.cgi?id=49981

v2: fix typo

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/evergreen.c
drivers/gpu/drm/radeon/radeon_asic.c
drivers/gpu/drm/radeon/radeon_asic.h
drivers/gpu/drm/radeon/radeon_pm.c