summaryrefslogtreecommitdiffstats
path: root/vidix/cyberblade_vid.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/cyberblade_vid.c')
-rw-r--r--vidix/cyberblade_vid.c16
1 files changed, 6 insertions, 10 deletions
diff --git a/vidix/cyberblade_vid.c b/vidix/cyberblade_vid.c
index 7f0a8f3eac..a553c5af74 100644
--- a/vidix/cyberblade_vid.c
+++ b/vidix/cyberblade_vid.c
@@ -1,5 +1,8 @@
/*
* VIDIX driver for VIA Cyberblade/i1 chipsets.
+ * Brightness/Contrast controls disabled for the time being - they were
+ * seriously degrading picture quality, especially with TV-Out.
+ *
* Copyright (C) 2002 Alastair M. Robinson
* http://www.blackfiveservices.co.uk/EPIAVidix.shtml
*
@@ -21,16 +24,9 @@
*
* Based on Permedia 3 driver by Måns Rullgård
* Thanks to Gilles Frattini for bugfixes.
- *
- * Changes:
- * 18/01/03
- * MMIO is no longer used, sidestepping cache issues on EPIA-800
- * TV-Out modes are now better supported - this should be the end
- * of the magenta stripes :)
- * Brightness/Contrast controls disabled for the time being - they were
- * seriously degrading picture quality, especially with TV-Out.
- *
- * To Do:
+ */
+
+/* To Do:
* Implement Hue/Saturation controls
* Support / Test multiple frames
* Test colour-key code more extensively