Re: [Intel-gfx] [PATCH igt] intel_infoframes: Add support for decoding HDMI VICs

2013-08-15 Thread Damien Lespiau
On Wed, Aug 14, 2013 at 10:54:17AM +0100, Simon Farnsworth wrote: > Reviewed-by: Simon Farnsworth Thanks for the review, pushed this along with a patch to decode 3D_Ext_Data when Side-by-side (half) is programmed in 3D_structure -- Damien ___ Intel-gf

Re: [Intel-gfx] [PATCH igt] intel_infoframes: Add support for decoding HDMI VICs

2013-08-14 Thread Simon Farnsworth
Reviewed-by: Simon Farnsworth On Wednesday 14 August 2013 00:19:14 Damien Lespiau wrote: > The HDMI vendor infoframe can contain a HDMI VIC (as of HDMI 1.4, only > used for 4k formats). > > Signed-off-by: Damien Lespiau > --- > tools/intel_infoframes.c | 26 ++ > 1 file

[Intel-gfx] [PATCH igt] intel_infoframes: Add support for decoding HDMI VICs

2013-08-13 Thread Damien Lespiau
The HDMI vendor infoframe can contain a HDMI VIC (as of HDMI 1.4, only used for 4k formats). Signed-off-by: Damien Lespiau --- tools/intel_infoframes.c | 26 ++ 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/tools/intel_infoframes.c b/tools/intel_infoframe