mbox series

[v2,0/6] drm/i915/sdvo: DDC rework and fixes

Message ID 20230825134431.24391-1-ville.syrjala@linux.intel.com (mailing list archive)
Headers show
Series drm/i915/sdvo: DDC rework and fixes | expand

Message

Ville Syrjala Aug. 25, 2023, 1:44 p.m. UTC
From: Ville Syrjälä <ville.syrjala@linux.intel.com>

I have plans to switch the whole driver over to using
drm_connector_init_with_ddc(), and thus populate the
sysfs "ddc" consistently. The biggest hurdle is the
SDVO DDC handling, so start by cleaning that up.

I also found some other issues with the SDVO code so
some additional fixes are also included.

v2: Bunch of stuff alreadey merged
    Fixed the error path in the init code (Jani)

Cc: Jani Nikula <jani.nikula@intel.com>

Ville Syrjälä (6):
  drm/i915/sdvo: Nuke attached_output tracking
  drm/i915/sdvo: Initialize the encoder earlier
  drm/i915/sdvo: Nuke the duplicate sdvo->port
  drm/i915/sdvo: Get rid of the per-connector i2c symlink
  drm/i915/sdvo: Rework DDC bus handling
  drm/i915/sdvo: Print out the i2c pin and slave address

 drivers/gpu/drm/i915/display/intel_sdvo.c | 311 +++++++++++-----------
 1 file changed, 155 insertions(+), 156 deletions(-)