Re: [PATCH 07/18] Xfbdev: Handle unset var.bits_per_pixel

2013-04-08 Thread Geert Uytterhoeven
On Mon, Apr 8, 2013 at 6:47 PM, Keith Packard wrote: > Geert Uytterhoeven writes: > >> Older frame buffer devices may not fill in var.bits_per_pixel, in which >> case it must be calculated by the application. > > I think you mean 'fix.line_length' here. Woops, you're right. Thanks! Gr{oetje,eet

Re: [PATCH 07/18] Xfbdev: Handle unset var.bits_per_pixel

2013-04-08 Thread Keith Packard
Geert Uytterhoeven writes: > Older frame buffer devices may not fill in var.bits_per_pixel, in which > case it must be calculated by the application. I think you mean 'fix.line_length' here. -- keith.pack...@intel.com pgppVTPRtmTsR.pgp Description: PGP signature

[PATCH 07/18] Xfbdev: Handle unset var.bits_per_pixel

2013-03-27 Thread Geert Uytterhoeven
Older frame buffer devices may not fill in var.bits_per_pixel, in which case it must be calculated by the application. Signed-off-by: Geert Uytterhoeven --- hw/kdrive/fbdev/fbdev.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/hw/kdrive/fbdev/fbdev.c b/hw/kdrive/fbd