Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1216424
| From | Geert Uytterhoeven <geert@linux-m68k.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] efifb: Add support for 64-bit frame buffer addresses |
| Date | 2015-08-31 22:30 +0200 |
| Message-ID | <q3DSi-1zN-9@gated-at.bofh.it> (permalink) |
| References | <q2qNs-2Z9-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Aug 28, 2015 at 2:12 PM, Matt Fleming <matt@codeblueprint.co.uk> wrote:
> --- a/arch/x86/boot/compressed/eboot.c
> +++ b/arch/x86/boot/compressed/eboot.c
> @@ -624,7 +624,7 @@ setup_pixel_info(struct screen_info *si, u32 pixels_per_scan_line,
> static efi_status_t
> __gop_query32(struct efi_graphics_output_protocol_32 *gop32,
> struct efi_graphics_output_mode_info **info,
> - unsigned long *size, u32 *fb_base)
> + unsigned long *size, u64 *fb_base)
phys_addr_t instead of u64?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] efifb: Add support for 64-bit frame buffer addresses Matt Fleming <matt@codeblueprint.co.uk> - 2015-08-28 14:20 +0200
Re: [PATCH] efifb: Add support for 64-bit frame buffer addresses Peter Jones <pjones@redhat.com> - 2015-08-31 17:30 +0200
Re: [PATCH] efifb: Add support for 64-bit frame buffer addresses Geert Uytterhoeven <geert@linux-m68k.org> - 2015-08-31 22:30 +0200
Re: [PATCH] efifb: Add support for 64-bit frame buffer addresses Matt Fleming <matt@codeblueprint.co.uk> - 2015-09-01 11:00 +0200
csiph-web