diff options
author | Jeff Hartmann <jhartmann@valinux.com> | 2000-02-14 18:58:14 +0000 |
---|---|---|
committer | Jeff Hartmann <jhartmann@valinux.com> | 2000-02-14 18:58:14 +0000 |
commit | 80e9874631832e62a4952a937d291f0e519d858d (patch) | |
tree | 180196578630cb09dffe093cd55b6f187a9eb801 /linux/drmP.h | |
parent | 8d2eac457b1d6efe367dbe78bd50a44e7bf7ea25 (diff) |
Added mtrr support to the mga + agp bugfixes
Diffstat (limited to 'linux/drmP.h')
-rw-r--r-- | linux/drmP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drmP.h b/linux/drmP.h index 8f50d90b..f1759f85 100644 --- a/linux/drmP.h +++ b/linux/drmP.h @@ -421,6 +421,7 @@ typedef struct drm_agp_head { int enabled; int acquired; unsigned long base; + int agp_mtrr; } drm_agp_head_t; typedef struct { |