drm/radeon/kms/pm: Disable voltage adjust on RS780/RS880
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 7 Jun 2010 15:35:53 +0000 (11:35 -0400)
committerDave Airlie <airlied@redhat.com>
Mon, 7 Jun 2010 23:35:44 +0000 (09:35 +1000)
commitaa1df0f229829109e49d1dc493252fd94a7af2a1
tree534ab44a620a3e630b9c96654f39f3e45c7a74b4
parentcbd4623d4d3a622de6481052b44cd33ea880cd61
drm/radeon/kms/pm: Disable voltage adjust on RS780/RS880

The vddc value in the power tables is not an actual voltage
like on discrete r6xx/r7xx/evergreen systems, but instead has
a symbolic meaning (e.g., NONE, LOW, HIGH, etc.).  See atombios.h

Most RS780/RS880 vbioses don't have a SetVoltage table anyway,
so it shouldn't be doing anything to the hardware at the moment.

I need to figure out how voltage is supposed to work on the newer
IGPs; until then, disable it.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_atombios.c