Add intel_panel_fitter tool
authorPaulo Zanoni <paulo.r.zanoni@intel.com>
Wed, 15 Feb 2012 18:04:28 +0000 (16:04 -0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 15 Feb 2012 23:01:34 +0000 (00:01 +0100)
commit3b65f179f2acbf8f2c4372f1cea14069b0d3375c
tree6d351d0c2a5f1694185ca192205fa5fed85c5c96
parentecad594e0254648a3bf2d995569afd18dbb75ec2
Add intel_panel_fitter tool

The tool allows you to change the panel fitter settings, so you can
change the size of the screen being displayed on your monitor without
changing the real pixel size of your desktop. The biggest use case for
this tool is to work around overscan done by TVs and some monitors in
interlaced mode.

v2: reviews by Ben, Chris and Rodrigo
 - don't install
 - use intel_register_access_init
 - check for maximum X and Y values
 - add a disclaimer saying this is not the real solution
 - print less when pf is disabled and option '-l' is used

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
man/Makefile.am
man/intel_panel_fitter.man [new file with mode: 0644]
tools/.gitignore
tools/Makefile.am
tools/intel_panel_fitter.c [new file with mode: 0644]