From: Ville Syrjälä Date: Tue, 30 Jun 2020 21:55:50 +0000 (+0300) Subject: drm/i915: Add more AUX CHs to the enum X-Git-Tag: io_uring-5.10-2020-10-20~48^2~12^2~36 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5526fa0bfd248051ef92d62df9f1b78c72fd2046;p=linux-block.git drm/i915: Add more AUX CHs to the enum We need to go up to AUX_CH_I (aka. AUX CH USBC6) these days. Signed-off-by: Ville Syrjälä Link: https://patchwork.freedesktop.org/patch/msgid/20200630215601.28557-2-ville.syrjala@linux.intel.com Reviewed-by: José Roberto de Souza --- diff --git a/drivers/gpu/drm/i915/display/intel_display.h b/drivers/gpu/drm/i915/display/intel_display.h index 003b68dda944..d10b7c8cde3f 100644 --- a/drivers/gpu/drm/i915/display/intel_display.h +++ b/drivers/gpu/drm/i915/display/intel_display.h @@ -280,6 +280,8 @@ enum aux_ch { AUX_CH_E, /* ICL+ */ AUX_CH_F, AUX_CH_G, + AUX_CH_H, + AUX_CH_I, }; #define aux_ch_name(a) ((a) + 'A')