mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-05 14:48:03 +02:00
Removed the AGP requirement in the DRM.
Fixed the mach64_state.c description header.
This commit is contained in:
parent
43fb03f135
commit
db8109dd4a
2 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@
|
|||
/* General customization:
|
||||
*/
|
||||
#define __HAVE_AGP 1
|
||||
#define __MUST_HAVE_AGP 1
|
||||
#define __MUST_HAVE_AGP 0
|
||||
#define __HAVE_MTRR 1
|
||||
#define __HAVE_CTX_BITMAP 1
|
||||
#define __HAVE_SG 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* mach64_dma.c -- DMA support for mach64 (Rage Pro) driver -*- linux-c -*-
|
||||
/* mach64_state.c -- State support for mach64 (Rage Pro) driver -*- linux-c -*-
|
||||
* Created: Sun Dec 03 19:20:26 2000 by gareth@valinux.com
|
||||
*
|
||||
* Copyright 2000 Gareth Hughes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue