Re: Mapping large framebuffers into kernel space

From: Alan Cox
Date: Sun Sep 07 2003 - 14:14:01 EST


On Sul, 2003-09-07 at 19:21, Jon Smirl wrote:
> I'm beginning to wonder if framebuffers should be mapped into kernel space.
> What's going to happen when I get a 512MB video card? Does the framebuffer have
> to be mapped in the first 1GB of kernel address space?

Yes but it shouldnt be mapping all of it blindly like that. Vesafb was
fixed for this, radeonfb needs fixing

> If the framebuffer is mapped, it's a perfect candidate for a large page table
> entry because it is a very large piece of linear memory that not's going to be paged.

By the time we need to really kernel map 512Mb of frame buffer hopefully
32bit will be dead 8)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/