All of lore.kernel.org
 help / color / mirror / Atom feed
* Use of 'reserved' fields in var_screeninfo
@ 2005-11-14 19:17 Kevin Hilman
  2005-11-14 19:30 ` Geert Uytterhoeven
  0 siblings, 1 reply; 7+ messages in thread
From: Kevin Hilman @ 2005-11-14 19:17 UTC (permalink / raw)
  To: linux-fbdev-devel

Hello,

I've got a question about the purpose of the reserved fields in the
var_screeninfo struct:

struct fb_var_screeninfo {
	[ ... ]
	__u32 reserved[5];		/* Reserved for future compatibility */
};

What are these reserved for?  Is it appropriate for drivers to use these for
additional, HW-specific values that are then made available to the VSCREENINFO
ioctls?

If a driver does store state here, or attempt to pass info using an ioctl, the
data is promptly overwritten by fbcon during an fbcon_switch(), when it creates
a var_screeninfo struct, memsets it to zero, copies a couple fields and passes
it to fb_set_var().

I have a patch to copy the 'reserved' fields during an fbcon_switch() that
solves the problem but I'm not sure if this is the right thing to do.

-- 
Kevin Hilman
MontaVista Software -- http://www.mvista.com/



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-11-14 20:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-14 19:17 Use of 'reserved' fields in var_screeninfo Kevin Hilman
2005-11-14 19:30 ` Geert Uytterhoeven
2005-11-14 19:46   ` Kevin Hilman
2005-11-14 19:57     ` Kevin Hilman
2005-11-14 20:00       ` Geert Uytterhoeven
2005-11-14 20:04       ` Antonino A. Daplas
2005-11-14 20:14         ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.