Re: [Intel-gfx] [PATCH 02/12] drm/i915/bios: store bdb version in i915

2021-02-22 Thread Ville Syrjälä
On Wed, Feb 17, 2021 at 07:03:32PM +0200, Jani Nikula wrote: > We'll be needing the version in more places in the future, so avoid the > need to pass it around. No functional changes. > > Cc: Lucas De Marchi > Cc: Ville Syrjälä > Signed-off-by: Jani Nikula Reviewed-by: Ville Syrjälä > --- >

[Intel-gfx] [PATCH 02/12] drm/i915/bios: store bdb version in i915

2021-02-17 Thread Jani Nikula
We'll be needing the version in more places in the future, so avoid the need to pass it around. No functional changes. Cc: Lucas De Marchi Cc: Ville Syrjälä Signed-off-by: Jani Nikula --- drivers/gpu/drm/i915/display/intel_bios.c | 28 +++ drivers/gpu/drm/i915/i915_drv.h