V4L/DVB (3439): Added no_overlay option and quirks to saa7134
authorMauro Carvalho Chehab <mchehab@infradead.org>
Fri, 10 Mar 2006 19:46:50 +0000 (16:46 -0300)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 21 Mar 2006 16:53:06 +0000 (08:53 -0800)
commit9050d942b7dc55cd8e6d9b2c1ce260656021f0fb
tree6906a570d9519b7368c626704413a317dda3c7e5
parentf705e6e4940c4e803240b77c6c63fb2d47a97b59
V4L/DVB (3439): Added no_overlay option and quirks to saa7134

Some chipsets have several problems when pci to pci transfers are activated
on overlay mode. the option no_overlay allows disabling such feature of
the driver, in favor of keeping the system stable.
The default is to use pcipci_fail flag defined on drivers/pci/quirks.c.
It also allows the user to override it by forcing disable overlay or forcing
enable. Forcing enable may generate PCI transfer corruption, including disk
mass corruption, so should be used with care.
Added a text description to this option and make messages looks the same at
both bttv and saa7134 drivers.

Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/bttv-cards.c
drivers/media/video/saa7134/saa7134-core.c