From fd585207961f9916e1603852a703d6c656604656 Mon Sep 17 00:00:00 2001 From: Paulo Zanoni Date: Fri, 13 Apr 2012 10:27:01 -0300 Subject: Add tools/intel_infoframes 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 Signed-off-by: Daniel Vetter --- man/Makefile.am | 1 + man/intel_infoframes.man | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 man/intel_infoframes.man (limited to 'man') diff --git a/man/Makefile.am b/man/Makefile.am index 0f197a9f..0d04f934 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -6,6 +6,7 @@ appman_PRE = \ intel_error_decode.man \ intel_gpu_top.man \ intel_gtt.man \ + intel_infoframes.man \ intel_lid.man \ intel_panel_fitter.man \ intel_reg_dumper.man \ diff --git a/man/intel_infoframes.man b/man/intel_infoframes.man new file mode 100644 index 00000000..c20d4b49 --- /dev/null +++ b/man/intel_infoframes.man @@ -0,0 +1,26 @@ +.\" shorthand for double quote that works everywhere. +.ds q \N'34' +.TH intel_infoframes __appmansuffix__ __xorgversion__ +.SH NAME +intel_infoframes \- View and change HDMI InfoFrames +.SH SYNOPSIS +.B intel_infoframes +.SH DESCRIPTION +.B intel_infoframes +is a tool to view and change the HDMI InfoFrames sent by the GPU. Its main +purpose is to be used as a debugging tool. In some cases (e.g., when +changing modes) the Kernel will undo the changes made by this tool. + +Descriptions of the InfoFrame fields can be found on the HDMI and CEA-861 +specifications. + +Use the +.B -h +or +.B --help +options to learn how to use the command +.SH LIMITATIONS +Not all HDMI monitors respect the InfoFrames sent to them. Only Iron Lake +or newer hardware is supported yet. +.SH SEE ALSO +HDMI specification, CEA-861 specification. -- cgit v1.2.3