Re: [Intel-gfx] [PATCH 2/4] drm/i915/bios: rename bios to oprom when mapping pci rom

2019-11-08 Thread Jani Nikula
On Thu, 07 Nov 2019, Lucas De Marchi wrote: > oprom is actually a better name to use when using > pci_map_rom(). "bios" is way too generic and confusing. > > Signed-off-by: Lucas De Marchi Reviewed-by: Jani Nikula > --- > drivers/gpu/drm/i915/display/intel_bios.c | 18 +- >

[Intel-gfx] [PATCH 2/4] drm/i915/bios: rename bios to oprom when mapping pci rom

2019-11-07 Thread Lucas De Marchi
oprom is actually a better name to use when using pci_map_rom(). "bios" is way too generic and confusing. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/intel_bios.c | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git