<br><tt><font size=2>Alan Cox <alan@linux.intel.com> Wrote 2016/09/07
05:16:49:<br>
<br>
> Alan Cox <alan@linux.intel.com> </font></tt>
<br><tt><font size=2>> 2016/09/07 05:16</font></tt>
<br><tt><font size=2>> Re: [RFC] drm/gma500: add virtual mapping support
for fbdev.</font></tt>
<br><tt><font size=2>> <br>
> On Tue, 2016-09-06 at 19:28 +0800, jiang.biao2@zte.com.cn wrote:<br>
> > Hi, <br>
> > <br>
> > I found current gma500 fbdev driver does not support the virtual <br>
> > mapping for the fb pages, instead it only uses stolen pages and <br>
> > supports high resolution console by reducing the color depth.
It <br>
> > works well with fbcon for high resolution envirnment. <br>
> <br>
> The text mode console code can't support a non-linear mapping and<br>
> trying to grab one used most or all of the vmalloc address space on
a<br>
> 32bit box (and most of those systems are only able to run 32bit).<br>
> <br>
> For the sake of a bootscreen loader (which could use DRM directly<br>
> instead if it needed high resolution) it didn't seem worht it.<br>
> <br>
> Either way it's not IMHO a good idea for 32bit, 64bit maybe.<br>
> <br>
> Alan<br>
> </font></tt>
<br>
<br><tt><font size=2>In addition to plymouth, one of our own app is using
the fbdev </font></tt>
<br><tt><font size=2>directly too, so encounter the problem. Maybe it should
also use DRM.</font></tt>
<br>
<br><tt><font size=2>Thanks for you reply.  <br>
</font></tt>