drm/i915/sdvo: Get rid of the per-connector i2c symlink
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Aug 2023 13:44:29 +0000 (16:44 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 29 Aug 2023 08:39:35 +0000 (11:39 +0300)
commit5bb306b1d1412c9a42dd4f6534b0033eb36f2bda
treebba39722c761d5fef67fcb4fcc3666b3b880dc77
parentc6eddd311da44da95a8b4dfbfa33c3b9b66f3042
drm/i915/sdvo: Get rid of the per-connector i2c symlink

We should switch over to the standard "ddc" per-connector
symlink instead of rolling our own thing. The i2c specific
symlink is also in the way of reworking the SDVO DDC handling
(which is a mess atm) so get rid of it.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230825134431.24391-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_sdvo.c