From 3b65f179f2acbf8f2c4372f1cea14069b0d3375c Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Wed, 15 Feb 2012 16:04:28 -0200 Subject: 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 Signed-off-by: Daniel Vetter --- tools/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/.gitignore') diff --git a/tools/.gitignore b/tools/.gitignore index 0bbdde1f..ec82b6d2 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -11,6 +11,7 @@ intel_gpu_time intel_gpu_top intel_gtt intel_lid +intel_panel_fitter intel_reg_checker intel_reg_dumper intel_reg_read -- cgit v1.2.3