]> bbs.cooldavid.org Git - net-next-2.6.git/commit
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)
commit5b1714d386a2f0c0d270e3abe1ac39ad1b0ba010
tree8992a96ad5edcbc60b44d3541588309d8b866293
parentd65d65b175a29bd7ea2bb69c046419329c4a5db7
drm/radeon/kms: enable underscan option for digital connectors

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