drm/radeon/kms: enable underscan option for digital connectors
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 3 Aug 2010 23:59:20 +0000 (19:59 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 4 Aug 2010 00:03:50 +0000 (10:03 +1000)
This connector attribute allows you to enable or disable underscan
on a digital output to compensate for panels that automatically
overscan (e.g., many HDMI TVs).  Valid values for the attribute are:

off - forces underscan off
on - forces underscan on
auto - enables underscan if an HDMI TV is connected, off otherwise

default value is auto.

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

Simple merge