[Intel-gfx] [PATCH 05/10] drm/i915/bios: Enable parse of two integrated panels eDP data
Jani Nikula
jani.nikula at intel.com
Tue Aug 17 08:08:47 UTC 2021
On Wed, 21 Jul 2021, José Roberto de Souza <jose.souza at intel.com> wrote:
> +struct vbt_edp_info *
> +intel_bios_edp_info(struct intel_encoder *encoder)
> +{
> + struct drm_i915_private *i915 = to_i915(encoder->base.dev);
> +
> + return &i915->vbt.ddi_port_info[encoder->port].edp;
> +}
Btw, I also have WIP to completely nuke ddi_port_info. It's a silly
cache that should go away.
BR,
Jani.
--
Jani Nikula, Intel Open Source Graphics Center
More information about the Intel-gfx
mailing list