[Intel-gfx] [PATCH v2 2/7] drm/i915: Introduce device info port_mask

Jani Nikula jani.nikula at linux.intel.com
Fri Jun 2 14:11:45 UTC 2023


On Wed, 31 May 2023, Ville Syrjala <ville.syrjala at linux.intel.com> 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


More information about the Intel-gfx mailing list