mbox series

[CI,RESEND,00/10] drm/edid: expand on struct drm_edid usage

Message ID cover.1656494768.git.jani.nikula@intel.com (mailing list archive)
Headers show
Series drm/edid: expand on struct drm_edid usage | expand

Message

Jani Nikula June 29, 2022, 9:27 a.m. UTC
Resend of [1] for CI, also sending without the i915 changes, to be
merged on top.

BR,
Jani.

[1] https://patchwork.freedesktop.org/series/104309/


Jani Nikula (10):
  drm/edid: move drm_connector_update_edid_property() to drm_edid.c
  drm/edid: convert drm_connector_update_edid_property() to struct
    drm_edid
  drm/edid: clean up connector update error handling and debug logging
  drm/edid: abstract debugfs override EDID set/reset
  drm/edid: add drm_edid_connector_update()
  drm/probe-helper: add drm_connector_helper_get_modes()
  drm/edid: add drm_edid_raw() to access the raw EDID data
  drm/edid: do invalid block filtering in-place
  drm/edid: add HF-EEODB support to EDID read and allocation
  drm/edid: take HF-EEODB extension count into account

 drivers/gpu/drm/drm_connector.c     |  74 ------
 drivers/gpu/drm/drm_crtc_internal.h |   5 +-
 drivers/gpu/drm/drm_debugfs.c       |  21 +-
 drivers/gpu/drm/drm_edid.c          | 376 ++++++++++++++++++++++++----
 drivers/gpu/drm/drm_probe_helper.c  |  34 +++
 include/drm/drm_connector.h         |   6 +-
 include/drm/drm_edid.h              |   3 +
 include/drm/drm_probe_helper.h      |   1 +
 8 files changed, 381 insertions(+), 139 deletions(-)

Comments

Jani Nikula June 30, 2022, 9:55 a.m. UTC | #1
On Wed, 29 Jun 2022, Jani Nikula <jani.nikula@intel.com> wrote:
> Resend of [1] for CI, also sending without the i915 changes, to be
> merged on top.

And pushed to drm-misc-next. Thanks for the review!

BR,
Jani.

>
> BR,
> Jani.
>
> [1] https://patchwork.freedesktop.org/series/104309/
>
>
> Jani Nikula (10):
>   drm/edid: move drm_connector_update_edid_property() to drm_edid.c
>   drm/edid: convert drm_connector_update_edid_property() to struct
>     drm_edid
>   drm/edid: clean up connector update error handling and debug logging
>   drm/edid: abstract debugfs override EDID set/reset
>   drm/edid: add drm_edid_connector_update()
>   drm/probe-helper: add drm_connector_helper_get_modes()
>   drm/edid: add drm_edid_raw() to access the raw EDID data
>   drm/edid: do invalid block filtering in-place
>   drm/edid: add HF-EEODB support to EDID read and allocation
>   drm/edid: take HF-EEODB extension count into account
>
>  drivers/gpu/drm/drm_connector.c     |  74 ------
>  drivers/gpu/drm/drm_crtc_internal.h |   5 +-
>  drivers/gpu/drm/drm_debugfs.c       |  21 +-
>  drivers/gpu/drm/drm_edid.c          | 376 ++++++++++++++++++++++++----
>  drivers/gpu/drm/drm_probe_helper.c  |  34 +++
>  include/drm/drm_connector.h         |   6 +-
>  include/drm/drm_edid.h              |   3 +
>  include/drm/drm_probe_helper.h      |   1 +
>  8 files changed, 381 insertions(+), 139 deletions(-)