linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: joevt <joevt@shaw.ca>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 00/28] bug fixes, additions, changes
Date: Sat, 25 Sep 2021 11:05:53 +0200	[thread overview]
Message-ID: <9a50dfa4-1767-7b99-94c6-b6abfa528a44@xs4all.nl> (raw)
In-Reply-To: <20210924233149.10028-1-joevt@shaw.ca>

Hi Joe,

This series is missing patches 20-28 (at least, I never received them, and neither
did they appear on the linux-media mailinglist).

It also needs to be rebased to the latest edid-decode git repo master branch since
it no longer applies.

Regards,

	Hans

On 25/09/2021 01:31, joevt wrote:
> - Patch 02/28 replaces my previous patch 05/11.
> It adds a new warning message.
> 
> - The problem with my previous patch 07/11 is addressed in patch 01/28 and 04/28 (and maybe elsewhere).
> 
> - Patches 06/28 to 26/28 replace my previous patch 11/11 (broken down into smaller steps this time).
> They contain some corrections.
> 
> - Includes some other changes.
> 
> 
> joevt (28):
>   edid-decode: remove unnecessary length check
>   edid-decode: fix standard timing vertical pixels
>   edid-decode: exclude oui from _block functions
>   edid-decode: check cta_hdr10plus length
>   edid-decode: Capitalize fail sentence
>   edid-decode: Replace return with break in switch
>   edid-decode: extended tag length check
>   edid-decode: Output block type before fail
>   edid-decode: update Microsoft expected length
>   edid-decode: Capitalize fail sentence
>   edid-decode: make all OUI handlers the same
>   edid-decode: move OUI parsing to separate function
>   edid-decode: move unknown block warning
>   edid-decode: remove cta_ext_block
>   edid-decode: change unknown CTA block names
>   edid-decode: move audio fail/warn messages
>   edid-decode: replace first_block with block_number
>   edid-decode: move parse_displayid_block inner loop
>   edid-decode: remove offset from displayid_block
>   edid-decode: displayid_block len fixes
>   edid-decode: ignore DisplayID version for OUI check.
>   edid-decode: DisplayID non-0 filler fixes
>   edid-decode: DisplayID length checks
>   edid-decode: make OUI enum
>   edid-decode: more OUI changes
>   edid-decode: remove extra vendor field
>   edid-decode: re-add one EDID
>   edid-decode: add interesting EDID
> 
>  data/apple-imac-retina-4k-21.5-inch-late-2015 | Bin 0 -> 256 bytes
>  data/vizio-m60c3-hdmi-onkyo-txnr555           | Bin 0 -> 256 bytes
>  edid-decode.cpp                               | 106 +++-
>  edid-decode.h                                 |  32 +-
>  oui.h                                         |  20 +
>  parse-base-block.cpp                          |   5 +-
>  parse-cta-block.cpp                           | 482 +++++++----------
>  parse-displayid-block.cpp                     | 498 +++++++++---------
>  8 files changed, 553 insertions(+), 590 deletions(-)
>  create mode 100644 data/apple-imac-retina-4k-21.5-inch-late-2015
>  create mode 100644 oui.h
> 


      parent reply	other threads:[~2021-09-25  9:06 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24 23:31 [PATCH 00/28] bug fixes, additions, changes joevt
2021-09-24 23:31 ` [PATCH 01/28] edid-decode: remove unnecessary length check joevt
2021-09-24 23:31 ` [PATCH 02/28] edid-decode: fix standard timing vertical pixels joevt
2021-09-24 23:31 ` [PATCH 03/28] edid-decode: exclude oui from _block functions joevt
2021-09-24 23:31 ` [PATCH 04/28] edid-decode: check cta_hdr10plus length joevt
2021-09-24 23:31 ` [PATCH 05/28] edid-decode: Capitalize fail sentence joevt
2021-09-24 23:31 ` [PATCH 06/28] edid-decode: Replace return with break in switch joevt
2021-09-24 23:31 ` [PATCH 07/28] edid-decode: extended tag length check joevt
2021-09-24 23:31 ` [PATCH 08/28] edid-decode: Output block type before fail joevt
2021-09-24 23:31 ` [PATCH 09/28] edid-decode: update Microsoft expected length joevt
2021-09-24 23:31 ` [PATCH 10/28] edid-decode: Capitalize fail sentence joevt
2021-09-24 23:31 ` [PATCH 11/28] edid-decode: make all OUI handlers the same joevt
2021-09-24 23:31 ` [PATCH 12/28] edid-decode: move OUI parsing to separate function joevt
2021-09-24 23:31 ` [PATCH 13/28] edid-decode: move unknown block warning joevt
2021-09-24 23:31 ` [PATCH 14/28] edid-decode: remove cta_ext_block joevt
2021-09-24 23:31 ` [PATCH 15/28] edid-decode: change unknown CTA block names joevt
2021-09-24 23:31 ` [PATCH 16/28] edid-decode: move audio fail/warn messages joevt
2021-09-24 23:31 ` [PATCH 17/28] edid-decode: replace first_block with block_number joevt
2021-09-24 23:31 ` [PATCH 18/28] edid-decode: move parse_displayid_block inner loop joevt
2021-09-24 23:31 ` [PATCH 19/28] edid-decode: remove offset from displayid_block joevt
2021-09-25  9:05 ` Hans Verkuil [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a50dfa4-1767-7b99-94c6-b6abfa528a44@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=joevt@shaw.ca \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).