On Wed, 31 May 2023, Ville Syrjala <ville.syrjala@xxxxxxxxxxxxxxx> wrote: > @@ -556,6 +590,16 @@ static const struct intel_display_device_info gen11_display = { > > static const struct intel_display_device_info tgl_display = { > XE_D_DISPLAY, > + > + .__runtime_defaults.port_mask = BIT(PORT_A) | BIT(PORT_B) | BIT(PORT_C) | Where does port C come from? It's not in intel_setup_outputs() currently. > + BIT(PORT_TC1) | BIT(PORT_TC2) | BIT(PORT_TC3) | BIT(PORT_TC4) | BIT(PORT_TC5) | BIT(PORT_TC5), TC5 duplicated, TC6 missing. BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center