On 01.05.2009 6:06 Uhr, Myles Watson wrote:
On Thu, Apr 30, 2009 at 9:52 PM, Joseph Smith joe@settoplinux.org wrote:
This patch allows a custom vga driver that will give the flexibility to run code after vga is initialized for tv-out. It is one of many patches to come, including code to manipulate the graphics mmio registers, enable the graphics i2c data lines, and tv encoder drivers.
Should it be conditionally included via a config option? Are there other boards with the same chipset that won't want to use this TV-out initialization?
Please, no more CONFIG flags.
- If it's a property of the board / northbridge, it should be a variable in the chip's config structure
- there's no real code in that function, so there's not much sense to make anything conditional yet.
Stefan