From: Marius Gröger Date: Tue, 21 Sep 2010 19:30:59 +0000 (+0200) Subject: drm/radeon: add properties to configure the width of the underscan borders X-Git-Tag: v2.6.37-rc1~92^2~23^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bccf5e32f010ac4d99e1eafb8669cfb35a0889a;p=pandora-kernel.git drm/radeon: add properties to configure the width of the underscan borders This allows for a more exact fitting on the physical display. The new properties default to zero which corresponds to the previous underscan border width[height] formula: (display_width[display_width] >> 5) + 16. Example to set a horizontal border width of 30 and a vertikal border height of 22: xrandr --output HDMI-0 --set underscan on --set "underscan hborder" 30 --set "underscan vborder" 22 Signed-off-by: Marius Gröger Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed