CVSROOT: /home/x-cvs
Module name: xc
Changes by: [EMAIL PROTECTED] 03/12/30 21:42:06
Log message:
714. VIA driver updates/fixes:
- Remove HARDWARE_NEEDS_PROGRAMMED_ORIGIN (Bugzilla #1011).
- Allocate the UserSetting structure and use it. Changed the names so
its uses can be tracked through the tree (Bugzilla #1006, #1014).
- Remove dead FIFO handling code.
- Clean up formatting in via_bios.h, via_driver.h.
- via_tuner module (1/2 of Bugzilla #1012, #1013):
+ Add via_tuner structures and methods.
+ Handle the back end work for boards with Philips SAA71xx
devices on the I2C bus providing one or two TV overlays.
+ Handle CXA2104S audio decoder if present.
+ Handle FI1236 TV tuners if present.
- Remove bogus DriverVersion, DriverName stuff.
- Xv updates (Bugzilla #1013):
+ Remove DDR mode tables and compute supported overlay modes properly.
+ Remove various bits of dead code.
+ Probe for Tuners in the Xv setup.
+ Don't advertise XvImageMask on the tuner overlays - they can't do it.
+ Clean up tuner channel computation.
+ Make the property setting code use the via_tuner backend.
+ Fix formatting of the various YUV copying loops.
(Alan Cox).
Modified files:
xc/programs/Xserver/hw/xfree86/:
CHANGELOG
xc/programs/Xserver/hw/xfree86/drivers/via/:
Imakefile via_accel.c via_bios.c via_bios.h via_driver.c
via_driver.h via_i2c.c via_utility.c via_video.c
Added files:
xc/programs/Xserver/hw/xfree86/drivers/via/:
via_tuner.c
Revision Changes Path
3.3063 +23 -1 xc/programs/Xserver/hw/xfree86/CHANGELOG
1.8 +3 -1 xc/programs/Xserver/hw/xfree86/drivers/via/Imakefile
1.7 +1 -3 xc/programs/Xserver/hw/xfree86/drivers/via/via_accel.c
1.9 +8 -17 xc/programs/Xserver/hw/xfree86/drivers/via/via_bios.c
1.4 +64 -66 xc/programs/Xserver/hw/xfree86/drivers/via/via_bios.h
1.20 +2 -1 xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.c
1.9 +81 -39 xc/programs/Xserver/hw/xfree86/drivers/via/via_driver.h
1.4 +3 -2 xc/programs/Xserver/hw/xfree86/drivers/via/via_i2c.c
1.5 +149 -277 xc/programs/Xserver/hw/xfree86/drivers/via/via_utility.c
1.13 +111 -169 xc/programs/Xserver/hw/xfree86/drivers/via/via_video.c
_______________________________________________
Cvs-commit mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/cvs-commit