[RFC 4/4] drm: Add NVIDIA Tegra support

Alan Cox alan at lxorguk.ukuu.org.uk
Wed Apr 11 08:11:55 PDT 2012


> Heh, vmap() is exactly what I do. =) Would you mind explaining why exactly it
> is hideous?

On x86 we don't have a vast amount of address space available for virtual
remappings and the framebuffer then eats over 8MB of it.

The ideal case is that the fb layer can be taught to do page/offset
addressing nicely. At that point we'd be able to attach the text consoles
to arbitary GEM objects.. which means we can do really cool stuff.

Alan


More information about the dri-devel mailing list