Remove a handful of pointless comments
CVS keywords, comments about how the source was once reformatted, and the ad-hoc changelog comment in in i830_driver.c
This commit is contained in:
parent
c231b41f3f
commit
a90cab4320
|
|
@ -27,7 +27,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/common.h,v 1.9 2003/09/24 02:43:23 dawes Exp $ */
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810.h,v 1.41 2003/06/18 13:14:17 dawes Exp $ */
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
|
|
|
|||
|
|
@ -25,25 +25,11 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_accel.c,v 1.21 2004/01/02 20:22:17 dawes Exp $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
* Converted to common header format:
|
||||
* Jens Owen <jens@tungstengraphics.com>
|
||||
*
|
||||
* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_common.h,v 1.1 2002/09/11 00:29:31 dawes Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -25,25 +25,11 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_cursor.c,v 1.6 2002/09/11 00:29:31 dawes Exp $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
|
|
|
|||
|
|
@ -21,20 +21,6 @@
|
|||
*
|
||||
* Authors: Alan Hourihane, <alanh@fairlite.demon.co.uk>
|
||||
*/
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dga.c,v 1.5 2002/09/11 00:29:31 dawes Exp $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
|
|||
|
|
@ -1,17 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.c,v 1.41 2003/09/24 02:43:23 dawes Exp $ */
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.h,v 1.10 2002/12/10 01:27:04 dawes Exp $ */
|
||||
|
||||
#ifndef _I810_DRI_
|
||||
#define _I810_DRI_
|
||||
|
|
|
|||
|
|
@ -25,25 +25,11 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_driver.c,v 1.101 2004/01/02 20:15:47 dawes Exp $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
*
|
||||
*
|
||||
*/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_hwmc.c,v 1.3 2001/12/04 21:17:56 tsi Exp $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
|
|
|
|||
|
|
@ -24,25 +24,11 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_io.c,v 1.4 2002/01/25 21:56:04 tsi Exp $ */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Daryll Strauss <daryll@precisioninsight.com>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_memory.c,v 1.27 2002/12/10 01:27:05 dawes Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
@ -30,19 +29,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_reg.h,v 1.13 2003/02/06 04:18:04 dawes Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
|||
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_video.c,v 1.26 2003/11/10 18:22:22 tsi Exp $ */
|
||||
|
||||
/*
|
||||
* i810_video.c: i810 Xv driver. Based on the mga Xv driver by Mark Vojkovich.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
@ -25,20 +24,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i810_wmark.c,v 1.7 2002/09/11 00:29:32 dawes Exp $ */
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830.h,v 1.12 2004/01/07 03:43:19 dawes Exp $ */
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
|
|
|
|||
|
|
@ -1,12 +1,3 @@
|
|||
/*
|
||||
* XXX So far, for GXxor this is about 40% of the speed of SW, but CPU
|
||||
* utilisation falls from 95% to < 5%.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
@ -33,20 +24,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_accel.c,v 1.8 2003/04/24 18:00:24 eich Exp $ */
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
|
|
@ -54,6 +31,15 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
*
|
||||
*/
|
||||
|
||||
/*
|
||||
* XXX So far, for GXxor this is about 40% of the speed of SW, but CPU
|
||||
* utilisation falls from 95% to < 5%.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "xf86.h"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
**************************************************************************/
|
||||
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_common.h,v 1.1 2002/09/11 00:29:32 dawes Exp $ */
|
||||
|
||||
#ifndef _I830_COMMON_H_
|
||||
#define _I830_COMMON_H_
|
||||
|
|
|
|||
|
|
@ -26,20 +26,6 @@ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_cursor.c,v 1.6 2002/12/18 15:49:01 dawes Exp $ */
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $xfree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.c,v 1.15 2003/06/18 13:14:17 dawes Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 2001 VA Linux Systems Inc., Fremont, California.
|
||||
|
|
@ -27,37 +26,12 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
**************************************************************************/
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors: Jeff Hartmann <jhartmann@valinux.com>
|
||||
* David Dawes <dawes@xfree86.org>
|
||||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
* This driver does AGP memory allocation a little differently from most
|
||||
* others. The 2D and 3D allocations have been unified (see i830_memory.c).
|
||||
* The driver does the AGP allocations and binding directly, then passes
|
||||
* on the mappings to the DRM module. The DRM's AGP interfaces are not used.
|
||||
* The main difference with this is that the offsets need to include
|
||||
* the AGP aperture base address because that won't be known or added on
|
||||
* by the DRM module.
|
||||
*
|
||||
* DHD 07/2002
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_dri.h,v 1.6 2003/09/28 20:15:59 alanh Exp $ */
|
||||
|
||||
#ifndef _I830_DRI_H
|
||||
#define _I830_DRI_H
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_driver.c,v 1.50 2004/02/20 00:06:00 alanh Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 2001 VA Linux Systems Inc., Fremont, California.
|
||||
|
|
@ -27,19 +26,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
**************************************************************************/
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors: Jeff Hartmann <jhartmann@valinux.com>
|
||||
* Abraham van der Merwe <abraham@2d3d.co.za>
|
||||
|
|
@ -47,116 +33,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
* Alan Hourihane <alanh@tungstengraphics.com>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Mode handling is based on the VESA driver written by:
|
||||
* Paulo César Pereira de Andrade <pcpa@conectiva.com.br>
|
||||
*/
|
||||
|
||||
/*
|
||||
* Changes:
|
||||
*
|
||||
* 23/08/2001 Abraham van der Merwe <abraham@2d3d.co.za>
|
||||
* - Fixed display timing bug (mode information for some
|
||||
* modes were not initialized correctly)
|
||||
* - Added workarounds for GTT corruptions (I don't adjust
|
||||
* the pitches for 1280x and 1600x modes so we don't
|
||||
* need extra memory)
|
||||
* - The code will now default to 60Hz if LFP is connected
|
||||
* - Added different refresh rate setting code to work
|
||||
* around 0x4f02 BIOS bug
|
||||
* - BIOS workaround for some mode sets (I use legacy BIOS
|
||||
* calls for setting those)
|
||||
* - Removed 0x4f04, 0x01 (save state) BIOS call which causes
|
||||
* LFP to malfunction (do some house keeping and restore
|
||||
* modes ourselves instead - not perfect, but at least the
|
||||
* LFP is working now)
|
||||
* - Several other smaller bug fixes
|
||||
*
|
||||
* 06/09/2001 Abraham van der Merwe <abraham@2d3d.co.za>
|
||||
* - Preliminary local memory support (works without agpgart)
|
||||
* - DGA fixes (the code were still using i810 mode sets, etc.)
|
||||
* - agpgart fixes
|
||||
*
|
||||
* 18/09/2001
|
||||
* - Proper local memory support (should work correctly now
|
||||
* with/without agpgart module)
|
||||
* - more agpgart fixes
|
||||
* - got rid of incorrect GTT adjustments
|
||||
*
|
||||
* 09/10/2001
|
||||
* - Changed the DPRINTF() variadic macro to an ANSI C compatible
|
||||
* version
|
||||
*
|
||||
* 10/10/2001
|
||||
* - Fixed DPRINTF_stub(). I forgot the __...__ macros in there
|
||||
* instead of the function arguments :P
|
||||
* - Added a workaround for the 1600x1200 bug (Text mode corrupts
|
||||
* when you exit from any 1600x1200 mode and 1280x1024@85Hz. I
|
||||
* suspect this is a BIOS bug (hence the 1280x1024@85Hz case)).
|
||||
* For now I'm switching to 800x600@60Hz then to 80x25 text mode
|
||||
* and then restoring the registers - very ugly indeed.
|
||||
*
|
||||
* 15/10/2001
|
||||
* - Improved 1600x1200 mode set workaround. The previous workaround
|
||||
* was causing mode set problems later on.
|
||||
*
|
||||
* 18/10/2001
|
||||
* - Fixed a bug in I830BIOSLeaveVT() which caused a bug when you
|
||||
* switched VT's
|
||||
*/
|
||||
/*
|
||||
* 07/2002 David Dawes
|
||||
* - Add Intel(R) 855GM/852GM support.
|
||||
*/
|
||||
/*
|
||||
* 07/2002 David Dawes
|
||||
* - Cleanup code formatting.
|
||||
* - Improve VESA mode selection, and fix refresh rate selection.
|
||||
* - Don't duplicate functions provided in 4.2 vbe modules.
|
||||
* - Don't duplicate functions provided in the vgahw module.
|
||||
* - Rewrite memory allocation.
|
||||
* - Rewrite initialisation and save/restore state handling.
|
||||
* - Decouple the i810 support from i830 and later.
|
||||
* - Remove various unnecessary hacks and workarounds.
|
||||
* - Fix an 845G problem with the ring buffer not in pre-allocated
|
||||
* memory.
|
||||
* - Fix screen blanking.
|
||||
* - Clear the screen at startup so you don't see the previous session.
|
||||
* - Fix some HW cursor glitches, and turn HW cursor off at VT switch
|
||||
* and exit.
|
||||
*
|
||||
* 08/2002 Keith Whitwell
|
||||
* - Fix DRI initialisation.
|
||||
*
|
||||
*
|
||||
* 08/2002 Alan Hourihane and David Dawes
|
||||
* - Add XVideo support.
|
||||
*
|
||||
*
|
||||
* 10/2002 David Dawes
|
||||
* - Add Intel(R) 865G support.
|
||||
*
|
||||
*
|
||||
* 01/2004 Alan Hourihane
|
||||
* - Add Intel(R) 915G support.
|
||||
* - Add Dual Head and Clone capabilities.
|
||||
* - Add lid status checking
|
||||
* - Fix Xvideo with high-res LFP's
|
||||
* - Add ARGB HW cursor support
|
||||
*
|
||||
* 05/2005 Alan Hourihane
|
||||
* - Add Intel(R) 945G support.
|
||||
*
|
||||
* 09/2005 Alan Hourihane
|
||||
* - Add Intel(R) 945GM support.
|
||||
*
|
||||
* 10/2005 Alan Hourihane, Keith Whitwell, Brian Paul
|
||||
* - Added Rotation support
|
||||
*
|
||||
* 12/2005 Alan Hourihane, Keith Whitwell
|
||||
* - Add Intel(R) 965G support.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_memory.c,v 1.9 2003/09/24 03:16:54 dawes Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
@ -28,19 +27,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
**************************************************************************/
|
||||
|
||||
/*
|
||||
* Reformatted with GNU indent (2.2.8), using the following options:
|
||||
*
|
||||
* -bad -bap -c41 -cd0 -ncdb -ci6 -cli0 -cp0 -ncs -d0 -di3 -i3 -ip3 -l78
|
||||
* -lp -npcs -psl -sob -ss -br -ce -sc -hnl
|
||||
*
|
||||
* This provides a good match with the original i810 code and preferred
|
||||
* XFree86 formatting conventions.
|
||||
*
|
||||
* When editing this driver, please follow the existing formatting, and edit
|
||||
* with <TAB> characters expanded at 8-column intervals.
|
||||
*/
|
||||
|
||||
/*
|
||||
* Authors:
|
||||
* Keith Whitwell <keith@tungstengraphics.com>
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
**************************************************************************/
|
||||
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i810/i830_video.c,v 1.11tsi Exp $ */
|
||||
|
||||
/*
|
||||
* i830_video.c: i830/i845 Xv driver.
|
||||
|
|
|
|||
|
|
@ -33,7 +33,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
**
|
||||
**
|
||||
***************************************************************************/
|
||||
/* $XFree86: xc/lib/XvMC/hw/i810/I810XvMC.c,v 1.10 2002/10/30 12:52:01 alanh Exp $ */
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
|
|
@ -32,7 +32,6 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
*
|
||||
*
|
||||
***************************************************************************/
|
||||
/* $XFree86: xc/lib/XvMC/hw/i810/I810XvMC.h,v 1.3 2002/10/30 12:52:02 alanh Exp $ */
|
||||
|
||||
|
||||
#ifndef I810XVMC_H
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/lib/GL/dri/XF86dri.c,v 1.13 2002/10/30 12:51:25 alanh Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/lib/GL/dri/xf86dri.h,v 1.8 2002/10/30 12:51:25 alanh Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
/* $XFree86: xc/lib/GL/dri/xf86dristr.h,v 1.10 2002/10/30 12:51:25 alanh Exp $ */
|
||||
/**************************************************************************
|
||||
|
||||
Copyright 1998-1999 Precision Insight, Inc., Cedar Park, Texas.
|
||||
|
|
|
|||
Loading…
Reference in New Issue