Re: [PATCH 0/8] edid-decode: support new blocks, fix bad bit tests

2017-09-08 Thread Hans Verkuil
On 09/07/2017 08:03 PM, Hans Verkuil wrote:
> From: Hans Verkuil 
> 
> This second round of patches adds support for new post-CEA-861-F
> EDID additions. The last patch fixes three badly broken bit-tests.
> 
> Arnaud Vrac caught one of those three as well:
> 
> https://patchwork.freedesktop.org/patch/174655/
> 
> But this patch fixes all three.
> 
> As far as I am aware after this patch series is applied the edid-decode
> tool is fully up to date with the latest CTA-861-G standard.

Please ignore this patch series for now, I found a bug in the HDR dynamic
metadata block handling, and I think I need to do a few more tests first.

Regards,

Hans

> 
> Regards,
> 
>   Hans
> 
> Hans Verkuil (8):
>   edid-decode: update Audio Block with CEA-861.2
>   edid-decode: update Speaker Allocation data block
>   edid-decode: add support for Room/Speaker data blocks
>   edid-decode: add new CTA-861-G VIC codes
>   edid-decode: add DCI-P3 support in colorimetry block
>   edid-decode: support HLG, decode luminance values
>   edid-decode: add HDR Dynamic Metadata Data Block
>   edid-decode: fix broken bit tests
> 
>  Makefile  |   2 +-
>  edid-decode.c | 307 
> ++
>  2 files changed, 267 insertions(+), 42 deletions(-)
> 

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel

[PATCH 0/8] edid-decode: support new blocks, fix bad bit tests

2017-09-07 Thread Hans Verkuil
From: Hans Verkuil 

This second round of patches adds support for new post-CEA-861-F
EDID additions. The last patch fixes three badly broken bit-tests.

Arnaud Vrac caught one of those three as well:

https://patchwork.freedesktop.org/patch/174655/

But this patch fixes all three.

As far as I am aware after this patch series is applied the edid-decode
tool is fully up to date with the latest CTA-861-G standard.

Regards,

Hans

Hans Verkuil (8):
  edid-decode: update Audio Block with CEA-861.2
  edid-decode: update Speaker Allocation data block
  edid-decode: add support for Room/Speaker data blocks
  edid-decode: add new CTA-861-G VIC codes
  edid-decode: add DCI-P3 support in colorimetry block
  edid-decode: support HLG, decode luminance values
  edid-decode: add HDR Dynamic Metadata Data Block
  edid-decode: fix broken bit tests

 Makefile  |   2 +-
 edid-decode.c | 307 ++
 2 files changed, 267 insertions(+), 42 deletions(-)

-- 
2.14.1

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: https://lists.x.org/mailman/listinfo/xorg-devel