drm/i915/sdvo: Nuke attached_output tracking
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Aug 2023 13:44:26 +0000 (16:44 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 29 Aug 2023 08:39:22 +0000 (11:39 +0300)
commit31ea78571e0db5f8a49411389a33fa684b82367e
tree3758d5265202b5b8b6aa25615dc2d7b91f44ef9a
parent3974f9c17bb963fadecd88c878d564d9fce21c5e
drm/i915/sdvo: Nuke attached_output tracking

Instead of operating on the output the user specified (via the
connector) the current code tends to operate on whichever outputs
it has detected as attached. That is not how the kms uapi is supposed
to work. So simply get rid of attached_outputs and instead directly
operate on the output the user has specified.

Acked-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-2-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_sdvo.c