drm/i915/hdmi: Remove CNP port F leftovers

Since CNL got nuked cnp_encoder_to_ddc_pin() will never
see a port F. Remove the leftovers.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260623125111.6632-7-ville.syrjala@linux.intel.com
Reviewed-by: Michał Grzelak <michal.grzelak@intel.com>
This commit is contained in:
Ville Syrjälä 2026-06-23 15:51:11 +03:00
parent 4c18cc665e
commit 8ba6047789

View File

@ -2853,9 +2853,6 @@ static u8 cnp_encoder_to_ddc_pin(struct intel_encoder *encoder)
case PORT_D:
ddc_pin = GMBUS_PIN_4;
break;
case PORT_F:
ddc_pin = GMBUS_PIN_3;
break;
default:
MISSING_CASE(port);
ddc_pin = GMBUS_PIN_1;