Re: [Intel-gfx] [PATCH v2 3/5] drm/i915: Remove DDC pin sanitation

2023-06-29 Thread Ville Syrjälä
On Wed, Jun 21, 2023 at 10:56:14AM +0300, Jani Nikula wrote: > On Tue, 20 Jun 2023, Ville Syrjala wrote: > > From: Ville Syrjälä > > > > Stop with the VBT DDC pin sanitation, and instead just check > > that the appropriate DDC pin is still available when initializing > > a HDMI connector. > >

Re: [Intel-gfx] [PATCH v2 3/5] drm/i915: Remove DDC pin sanitation

2023-06-21 Thread Jani Nikula
On Tue, 20 Jun 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > Stop with the VBT DDC pin sanitation, and instead just check > that the appropriate DDC pin is still available when initializing > a HDMI connector. Could be more verbose about the why here. > Signed-off-by: Ville Syrjälä >

[Intel-gfx] [PATCH v2 3/5] drm/i915: Remove DDC pin sanitation

2023-06-20 Thread Ville Syrjala
From: Ville Syrjälä Stop with the VBT DDC pin sanitation, and instead just check that the appropriate DDC pin is still available when initializing a HDMI connector. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_bios.c | 69 --