drm/radeon/kms: handle special cases for vddc
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 23 Jun 2011 16:19:32 +0000 (12:19 -0400)
committerDave Airlie <airlied@redhat.com>
Fri, 24 Jun 2011 01:11:53 +0000 (11:11 +1000)
commitee4017f4ac8163737793cc64df535cd246792887
treea400a7e836bbb3ad9987975a0367004e049b108f
parentd698a34da7c5626c3c16a6311c6290522e902e7f
drm/radeon/kms: handle special cases for vddc

A voltage value of 0xff01 requires that the driver
look up the max voltage for the board based using the
atom SetVoltage command table.

Setting the proper voltage should fix stability on
some newer asics.

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