|
From: Antonino D. <ad...@po...> - 2003-01-11 12:52:41
|
On Sat, 2003-01-11 at 20:08, Benjamin Herrenschmidt wrote: > > For my immediate need, however, I still think turning one of the > reserved fields of var_screeninfo into a "mode_flags" would be useful, > we can already define a FB_MFLAG_LCD_FULLSCALE flag that would ask the > driver to not bother keeping aspect ratio (the idea here is that keeping > aspect ratio is the default, so 0, even if that's nor really working yet > in radeonfb or aty128fb). > I wasn't contradicting you. A new feature that can be supported by different hardware and is quite useful deserves a unique flag, and I definitely agree with that. I don't to see my desktop flattened top to bottom if I can prevent it. But aside from the above, I also need a field which is interpreted differently from driver to driver, and is so nebulous that it doesn't deserve its own flag. Just something that can be used to poke the hardware from user space without writing a utility each time. Currently, I'm doing this by setting bits in var->nonstd. Tony |