[PATCH v3 0/5] drm/dp: Limit the DPCD probe quirk to the affected monitor
Imre Deak
imre.deak at intel.com
Thu Jun 5 08:28:45 UTC 2025
This is v3 of [1], with the following changes requested by Jani:
- Convert the internal quirk list to an enum list.
- Track both the internal and global quirks on a single list.
- Drop the change to support panel name specific quirks for now.
[1] https://lore.kernel.org/all/20250603121543.17842-1-imre.deak@intel.com
Cc: Ville Syrjälä <ville.syrjala at linux.intel.com>
Cc: Jani Nikula <jani.nikula at linux.intel.com>
Imre Deak (5):
drm/dp: Change AUX DPCD probe address from DPCD_REV to LANE0_1_STATUS
drm/edid: Define the quirks in an enum list
drm/edid: Add support for quirks visible to DRM core and drivers
drm/dp: Add an EDID quirk for the DPCD register access probe
drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required
drivers/gpu/drm/display/drm_dp_helper.c | 44 ++--
drivers/gpu/drm/drm_edid.c | 227 ++++++++++---------
drivers/gpu/drm/i915/display/intel_dp.c | 11 +-
drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +
drivers/gpu/drm/i915/display/intel_hotplug.c | 10 +
include/drm/display/drm_dp_helper.h | 6 +
include/drm/drm_connector.h | 4 +-
include/drm/drm_edid.h | 8 +
8 files changed, 189 insertions(+), 123 deletions(-)
--
2.44.2
More information about the Intel-gfx
mailing list