From: Jani Nikula <jani.nikula@intel.com>
To: dri-devel@lists.freedesktop.org
Cc: jani.nikula@intel.com, intel-gfx@lists.freedesktop.org
Subject: [PATCH v2 00/12] drm/edid: cleanup and refactoring around validity checks
Date: Thu, 31 Mar 2022 21:44:57 +0300 [thread overview]
Message-ID: <cover.1648752228.git.jani.nikula@intel.com> (raw)
v2 of https://patchwork.freedesktop.org/series/101931/
Rebased, review comments addressed.
BR,
Jani.
Jani Nikula (12):
drm/edid: use struct edid * in drm_do_get_edid()
drm/edid: clean up EDID block checksum functions
drm/edid: add edid_block_tag() helper to get the EDID extension tag
drm/edid: make drm_edid_header_is_valid() accept void pointer
drm/edid: clean up edid_is_zero()
drm/edid: split out edid_header_fix()
drm/edid: split drm_edid_block_valid() to check and act parts
drm/edid: use a better variable name for EDID block read retries
drm/edid: simplify block check when filtering invalid blocks
drm/edid: split out invalid block filtering to a separate function
drm/edid: track invalid blocks in drm_do_get_edid()
drm/edid: reduce magic when updating the EDID block checksum
drivers/gpu/drm/drm_edid.c | 295 +++++++++++++++++++++----------------
include/drm/drm_edid.h | 2 +-
2 files changed, 173 insertions(+), 124 deletions(-)
--
2.30.2
next reply other threads:[~2022-03-31 18:45 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-31 18:44 Jani Nikula [this message]
2022-03-31 18:44 ` [PATCH v2 01/12] drm/edid: use struct edid * in drm_do_get_edid() Jani Nikula
2022-03-31 18:44 ` [PATCH v2 02/12] drm/edid: clean up EDID block checksum functions Jani Nikula
2022-03-31 18:45 ` [PATCH v2 03/12] drm/edid: add edid_block_tag() helper to get the EDID extension tag Jani Nikula
2022-03-31 18:45 ` [PATCH v2 04/12] drm/edid: make drm_edid_header_is_valid() accept void pointer Jani Nikula
2022-03-31 18:45 ` [PATCH v2 05/12] drm/edid: clean up edid_is_zero() Jani Nikula
2022-03-31 18:45 ` [PATCH v2 06/12] drm/edid: split out edid_header_fix() Jani Nikula
2022-03-31 18:45 ` [PATCH v2 07/12] drm/edid: split drm_edid_block_valid() to check and act parts Jani Nikula
2022-03-31 18:45 ` [PATCH v2 08/12] drm/edid: use a better variable name for EDID block read retries Jani Nikula
2022-03-31 18:45 ` [PATCH v2 09/12] drm/edid: simplify block check when filtering invalid blocks Jani Nikula
2022-03-31 18:45 ` [PATCH v2 10/12] drm/edid: split out invalid block filtering to a separate function Jani Nikula
2022-03-31 18:45 ` [PATCH v2 11/12] drm/edid: track invalid blocks in drm_do_get_edid() Jani Nikula
2022-03-31 18:45 ` [PATCH v2 12/12] drm/edid: reduce magic when updating the EDID block checksum Jani Nikula
2022-04-01 8:55 ` [PATCH v2 00/12] drm/edid: cleanup and refactoring around validity checks Jani Nikula
2022-04-01 14:11 ` Ville Syrjälä
2022-04-01 16:18 ` Jani Nikula
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=cover.1648752228.git.jani.nikula@intel.com \
--to=jani.nikula@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.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).