Re: [PATCH v2 3/4] drm/i915: Move vbt read from firmware to intel_bios.c

2024-02-27 Thread Jani Nikula
On Tue, 20 Feb 2024, Radhakrishna Sripada wrote: > VBT read from firmware is currently nested within opregion vbt read. > Extract it and place it together with other vbt read mechanisms and > dis-associate vbt-firmware from opregion structure. > > Cc: Jani Nikula > Signed-off-by: Radhakrishna Sr

[PATCH v2 3/4] drm/i915: Move vbt read from firmware to intel_bios.c

2024-02-20 Thread Radhakrishna Sripada
VBT read from firmware is currently nested within opregion vbt read. Extract it and place it together with other vbt read mechanisms and dis-associate vbt-firmware from opregion structure. Cc: Jani Nikula Signed-off-by: Radhakrishna Sripada --- drivers/gpu/drm/i915/display/intel_bios.c | 48