On Fri, 2021-09-03 at 14:04 +0300, Jani Nikula wrote: > On Wed, 01 Sep 2021, Jani Nikula <jani.nikula@xxxxxxxxx> wrote: > > v2 of https://patchwork.freedesktop.org/series/93957/ with the CI issues > > fixed (fingers crossed!). > > José, I'd like to get an ack from you on this before applying. I know > it's bound conflict with your in flight series. Thoughts? > If you are okay in adding more data at the end of intel_bios_encoder_data we should be fine. Information from other VBT blocks will need to be added to intel_bios_encoder_data. It will badly conflict with series but any redundant byte saved is worthy. > BR, > Jani. > > > > > BR, > > Jani. > > > > Jani Nikula (7): > > drm/i915/bios: use hdmi level shift directly from child data > > drm/i915/bios: use max tmds clock directly from child data > > drm/i915/bios: use dp max link rate directly from child data > > drm/i915/bios: use alternate aux channel directly from child data > > drm/i915/bios: move ddc pin mapping code next to ddc pin sanitize > > drm/i915/bios: use ddc pin directly from child data > > drm/i915/bios: get rid of vbt ddi_port_info > > > > drivers/gpu/drm/i915/display/intel_bios.c | 372 +++++++++++----------- > > drivers/gpu/drm/i915/i915_drv.h | 18 +- > > 2 files changed, 187 insertions(+), 203 deletions(-) >