[PATCH v3 0/2] drm/edid: transparent low-level override/firmware EDIDs

Jani Nikula jani.nikula at intel.com
Tue Sep 12 08:19:25 UTC 2017


Patch 1 is v3 of [1]. There are no functional changes to the previous
version, just a rebase and a slight refresh of the commit message and
comments. I think the conclusion from the discussion was that this
should work just fine. At least one user reported this helped with their
audio woes with firmware EDID.

Patch 2 is an attempt to mitigate the problem of moving the
edid_firmware module parameter from drm_kms_helper to drm. Not sure if
it's too much or too little or just right. Need input here. Pedantically
it should be part of patch 1, but this division should be easier to
grasp in review.

BR,
Jani.


[1] http://patchwork.freedesktop.org/patch/msgid/1487344854-18777-5-git-send-email-jani.nikula@intel.com

Cc: Abdiel Janulgue <abdiel.janulgue at linux.intel.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>


Jani Nikula (2):
  drm: handle override and firmware EDID at drm_do_get_edid() level
  drm: add backwards compatibility support for
    drm_kms_helper.edid_firmware

 Documentation/admin-guide/kernel-parameters.txt |  2 +-
 drivers/gpu/drm/Kconfig                         |  2 +-
 drivers/gpu/drm/Makefile                        |  2 +-
 drivers/gpu/drm/drm_edid.c                      | 15 +++++++++++++++
 drivers/gpu/drm/drm_edid_load.c                 |  7 +++++++
 drivers/gpu/drm/drm_kms_helper_common.c         | 19 +++++++++++++++++++
 drivers/gpu/drm/drm_probe_helper.c              | 19 +------------------
 include/drm/drm_edid.h                          |  2 ++
 8 files changed, 47 insertions(+), 21 deletions(-)

-- 
2.11.0



More information about the dri-devel mailing list