Re: [PATCH v2 1/4] drm/i915: Pass size to oprom_get_vbt

2024-02-27 Thread Jani Nikula
On Tue, 20 Feb 2024, Radhakrishna Sripada wrote: > oprom_get_vbt will later be used to show the contents of vbt for which > the size of vbt is needed. > > Cc: Jani Nikula > Signed-off-by: Radhakrishna Sripada > --- > drivers/gpu/drm/i915/display/intel_bios.c | 18 ++ > 1 file c

[PATCH v2 1/4] drm/i915: Pass size to oprom_get_vbt

2024-02-20 Thread Radhakrishna Sripada
oprom_get_vbt will later be used to show the contents of vbt for which the size of vbt is needed. Cc: Jani Nikula Signed-off-by: Radhakrishna Sripada --- drivers/gpu/drm/i915/display/intel_bios.c | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/drivers/gpu