nouveau_nvkm_subdev_bios_shadowacpi.c | 56 * to fetch in units of more than 4KiB at a time. This is a LOT faster 64 u32 fetch = limit - start; local in function:acpi_read_fast 67 int ret = nouveau_acpi_get_bios_chunk(bios->data, start, fetch); 68 if (ret == fetch) 69 return fetch; 85 u32 fetch = 0; local in function:acpi_read_slow 88 while (start + fetch < limit) { 90 start + fetch, 94 fetch += 0x1000; 98 return fetch; [all...] |