Re: [Intel-gfx] [PATCH 03/13] drm/i915/sdvo: s/sdvo_inputs_mask/sdvo_num_inputs/

2023-07-06 Thread Jani Nikula
On Wed, 05 Jul 2023, Ville Syrjala wrote: > From: Ville Syrjälä > > The SDVO inputs are reportes a simple number, not a bitmask. *reported as a > Adjust the code to match reality. > > Note that we don't actually support dual input SDVO devices, > and we just always use the first input. > >

[Intel-gfx] [PATCH 03/13] drm/i915/sdvo: s/sdvo_inputs_mask/sdvo_num_inputs/

2023-07-05 Thread Ville Syrjala
From: Ville Syrjälä The SDVO inputs are reportes a simple number, not a bitmask. Adjust the code to match reality. Note that we don't actually support dual input SDVO devices, and we just always use the first input. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_sdvo.c