[Intel-gfx] [PATCH 3/3] drm/i915/bios: parse ddi ports also on VLV
Ville Syrjälä
ville.syrjala at linux.intel.com
Wed Mar 6 17:53:05 UTC 2019
On Wed, Mar 06, 2019 at 05:34:16PM +0200, Jani Nikula wrote:
> The main benefit is improved debug logging of the ports also on VLV.
The fact that this causes VLV to start using the AUX/DDC pins from VBT
needs to be called out in the commit msg.
>
> Signed-off-by: Jani Nikula <jani.nikula at intel.com>
> ---
> drivers/gpu/drm/i915/intel_bios.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_bios.c b/drivers/gpu/drm/i915/intel_bios.c
> index 9beff569b010..030a5e9c67b3 100644
> --- a/drivers/gpu/drm/i915/intel_bios.c
> +++ b/drivers/gpu/drm/i915/intel_bios.c
> @@ -1514,7 +1514,8 @@ static void parse_ddi_ports(struct drm_i915_private *dev_priv, u8 bdb_version)
> const struct child_device_config *child;
> int i;
>
> - if (!HAS_DDI(dev_priv) && !IS_CHERRYVIEW(dev_priv))
> + if (!HAS_DDI(dev_priv) &&
> + !IS_CHERRYVIEW(dev_priv) && !IS_VALLEYVIEW(dev_priv))
> return;
>
> if (bdb_version < 155)
> --
> 2.20.1
--
Ville Syrjälä
Intel
More information about the Intel-gfx
mailing list