[Intel-gfx] [PATCH 01/12] drm/i915: Add more AUX CHs to the enum
Ville Syrjala
ville.syrjala at linux.intel.com
Tue Jun 30 21:55:50 UTC 2020
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
We need to go up to AUX_CH_I (aka. AUX CH USBC6) these days.
Signed-off-by: Ville Syrjälä <ville.syrjala at linux.intel.com>
---
drivers/gpu/drm/i915/display/intel_display.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_display.h b/drivers/gpu/drm/i915/display/intel_display.h
index f68007ff8a13..5b736883cd11 100644
--- a/drivers/gpu/drm/i915/display/intel_display.h
+++ b/drivers/gpu/drm/i915/display/intel_display.h
@@ -282,6 +282,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')
--
2.26.2
More information about the Intel-gfx
mailing list