From: Kevin Hilman <khilman@mvista.com>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Use of 'reserved' fields in var_screeninfo
Date: Mon, 14 Nov 2005 11:17:31 -0800 [thread overview]
Message-ID: <4378E2CB.3080902@mvista.com> (raw)
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
next reply other threads:[~2005-11-14 19:17 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-14 19:17 Kevin Hilman [this message]
2005-11-14 19:30 ` Use of 'reserved' fields in var_screeninfo 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4378E2CB.3080902@mvista.com \
--to=khilman@mvista.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox