Re: [Intel-gfx] [PATCH v2 10/15] drm/i915/edid: convert DP, HDMI and LVDS to drm_edid

2022-06-10 Thread Ville Syrjälä
On Wed, Jun 08, 2022 at 10:50:40AM +0300, Jani Nikula wrote: > Convert all the connectors that use cached connector edid and > detect_edid to drm_edid. > > Signed-off-by: Jani Nikula > --- > .../gpu/drm/i915/display/intel_connector.c| 4 +- > .../drm/i915/display/intel_display_types.h|

[Intel-gfx] [PATCH v2 10/15] drm/i915/edid: convert DP, HDMI and LVDS to drm_edid

2022-06-08 Thread Jani Nikula
Convert all the connectors that use cached connector edid and detect_edid to drm_edid. Signed-off-by: Jani Nikula --- .../gpu/drm/i915/display/intel_connector.c| 4 +- .../drm/i915/display/intel_display_types.h| 4 +- drivers/gpu/drm/i915/display/intel_dp.c | 74 ++---