[Intel-gfx] [PATCH 1/3] drm/i915/bios: do not discard address space

2019-11-26 Thread Lucas De Marchi
When we map the VBT through pci_map_rom() we may not be allowed to simply discard the address space and go on reading the memory. That doesn't work on my test system, but by dumping the rom via sysfs I can can get the correct vbt. So change our find_vbt() to do the same as done by pci_read_rom(), i

[Intel-gfx] [PATCH 1/3] drm/i915/bios: do not discard address space

2019-11-20 Thread Lucas De Marchi
When we map the VBT through pci_map_rom() we may not be allowed to simply discard the address space and go on reading the memory. That doesn't work on my test system, but by dumping the rom via sysfs I can can get the correct vbt. So change our find_vbt() to do the same as done by pci_read_rom(), i

[Intel-gfx] [PATCH 1/3] drm/i915/bios: do not discard address space

2019-11-15 Thread Lucas De Marchi
When we map the VBT through pci_map_rom() we may not be allowed to simply discard the address space and go on reading the memory. That doesn't work on my test system, but by dumping the rom via sysfs I can can get the correct vbt. So change our find_vbt() to do the same as done by pci_read_rom(), i