Commit 5526fa0b authored by Ville Syrjälä's avatar Ville Syrjälä
Browse files

drm/i915: Add more AUX CHs to the enum

parent b81dddb9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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')