2003-05-15 22:36:26

by Adam Mercer

[permalink] [raw]
Subject: [PATCH] Fix vesafb with large memory, this time properly

Marcelo

Thanks for apply my previous patch, but Geert Uytterhoeven noticed the
following problem with it

> video_size must be in bytes, hence it must be
>
> video_size = screen_info.lfb_width*screen_info.lfb_height*video_bpp/8;

The attached patch, against 2.4.21-rc2, fixes this

Cheers

Adam


Attachments:
(No filename) (297.00 B)
2.4.21-rc2-vesafb.patch (691.00 B)
Download all attachments

2003-05-15 22:44:18

by Fred Garvin

[permalink] [raw]
Subject: Re: [PATCH] Fix vesafb with large memory, this time properly

> Thanks for apply my previous patch, but Geert Uytterhoeven noticed the
> following problem with it
>
> > video_size must be in bytes, hence it must be
> >
> > video_size = screen_info.lfb_width*screen_info.lfb_height*video_bpp/8;
>
> The attached patch, against 2.4.21-rc2, fixes this

Thanks for fixing this.

Fred