On Mon, 16 Jun 2003, Ian Molton wrote:
> What is the policy as regards linux framebuffer drivers when presented
> with a mode they cannot handle.
>
> eg, suppose a driver can only handle even numbers of pixels and a
> request is made for a mode with 639 pixels - should it allocate a 640
> pixel wide mode?
>
> or should it extend the height of a mode to allow hardware scrolling in
> multiples of the font height?
If you pass a mode that cannot be handled, the driver must try to round up some
values to make it work. If that's not possible, an error is returned.
Gr{oetje,eeting}s,
Geert
-- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.orgIn 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/
This archive was generated by hypermail 2b29 : Mon Jun 23 2003 - 22:00:18 EST