On Mon, 2010-08-02 at 18:24 +0200, Michel Dänzer wrote:

> AFAICT this will only work when using the 'built-in' mode, otherwise
> mode->PrivFlags will never be set? One possible solution for that could
> be
> 
> - var->pixclock = mode->Clock ? 1000000000/mode->Clock : 0;
> + var->pixclock = mode->PrivFlags ? mode->PrivFlags :
> (mode->Clock ? 1000000000/mode->Clock : 0);
> 
> in xfree2fbdev_timing().

Right you are.

So I guess the question is what we're trying to accomplish with the
fbdev_modes_equal() check at all.

- ajax

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
xorg@lists.freedesktop.org: X.Org support
Archives: http://lists.freedesktop.org/archives/xorg
Info: http://lists.freedesktop.org/mailman/listinfo/xorg
Your subscription address: arch...@mail-archive.com

Reply via email to