2000-05-18 00:14:27 -06:00
|
|
|
/* r128_drv.c -- ATI Rage 128 driver -*- linux-c -*-
|
|
|
|
* Created: Mon Dec 13 09:47:27 1999 by faith@precisioninsight.com
|
|
|
|
*
|
2001-02-15 01:12:14 -07:00
|
|
|
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
|
2000-06-13 08:22:03 -06:00
|
|
|
* Copyright 2000 VA Linux Systems, Inc., Sunnyvale, California.
|
2000-05-18 00:14:27 -06:00
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Permission is hereby granted, free of charge, to any person obtaining a
|
|
|
|
* copy of this software and associated documentation files (the "Software"),
|
|
|
|
* to deal in the Software without restriction, including without limitation
|
|
|
|
* the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
|
|
* and/or sell copies of the Software, and to permit persons to whom the
|
|
|
|
* Software is furnished to do so, subject to the following conditions:
|
2000-06-12 09:47:31 -06:00
|
|
|
*
|
2000-05-18 00:14:27 -06:00
|
|
|
* The above copyright notice and this permission notice (including the next
|
|
|
|
* paragraph) shall be included in all copies or substantial portions of the
|
|
|
|
* Software.
|
2000-06-12 09:47:31 -06:00
|
|
|
*
|
2000-05-18 00:14:27 -06:00
|
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
|
2001-02-15 01:12:14 -07:00
|
|
|
* VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
|
2000-05-18 00:14:27 -06:00
|
|
|
* OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
2001-02-15 01:12:14 -07:00
|
|
|
* ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
|
|
* OTHER DEALINGS IN THE SOFTWARE.
|
2000-06-12 09:47:31 -06:00
|
|
|
*
|
2000-12-01 23:14:18 -07:00
|
|
|
* Authors:
|
|
|
|
* Rickard E. (Rik) Faith <faith@valinux.com>
|
|
|
|
* Gareth Hughes <gareth@valinux.com>
|
2000-05-18 00:14:27 -06:00
|
|
|
*/
|
|
|
|
|
2000-06-13 08:34:13 -06:00
|
|
|
#include <linux/config.h>
|
2001-02-15 01:12:14 -07:00
|
|
|
#include "r128.h"
|
2000-05-18 00:14:27 -06:00
|
|
|
#include "drmP.h"
|
2002-04-09 15:54:56 -06:00
|
|
|
#include "drm.h"
|
|
|
|
#include "r128_drm.h"
|
2000-05-18 00:14:27 -06:00
|
|
|
#include "r128_drv.h"
|
2001-04-05 16:16:12 -06:00
|
|
|
#include "ati_pcigart.h"
|
2000-05-18 00:14:27 -06:00
|
|
|
|
2004-09-22 23:39:15 -06:00
|
|
|
#include "drm_core.h"
|