summaryrefslogtreecommitdiff
path: root/tools/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2014-10-29Move watermark code from tests to toolsDaniel Vetter1-0/+2
They're now igt tests, and so if you blindly run lib/igt.cocci with spatch on tests/*c they get mangled. Move them away, but still keep them as noinst targets. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
2014-07-30Update .gitignore filesThomas Wood1-1/+4
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-01-07tools: Remove intel_disable_clock_gatingDamien Lespiau1-1/+0
This tool only supports ILK. I take the fact that nobody has felt the need to update for later platform a sign it's not very useful. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-11-01gitignore: Ignore recently introduced tools and testsDamien Lespiau1-0/+2
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-10-21gitignore: Ignore intel_opregion_decodeDamien Lespiau1-0/+1
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-08-20gitignore: Add a couple of recent binaries to .gitignore filesDamien Lespiau1-0/+1
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-05-08Update .gitignore files with the new tests and toolsDamien Lespiau1-0/+5
Also sort them. Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2012-09-07tools: Update gitignore with intel_dpio_{read, write}Damien Lespiau1-0/+2
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-05-31cleanups after l3_parity mergeDaniel Vetter1-0/+1
- call it sysfs_l3_parity for more consistency - add .gitignore for intel_l3_parity
2012-04-13Add tools/intel_infoframesPaulo Zanoni1-0/+1
This is a command-line tool that allows us to display and modify the InfoFrames we send. v2: use argv instead of stdin Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-03-20update .gitingoreDaniel Vetter1-0/+1
2012-02-16Add intel_panel_fitter toolPaulo Zanoni1-0/+1
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>
2012-01-04Use standard .gitignore file and layoutGaetan Nadon1-0/+20
Reusing xorg code saves maintenance in the long term. Now that m4/.gitignore is removed, the -I m4 ${ACLOCAL_FLAGS} must be removed to avoid build breakage as m4 is generated and not part of the git source. Acked-by: Cyril Brulebois <kibi@debian.org> Reviewed-by: Ben Widawsky <ben@bwidawsk.net> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>