1
0
Fork 0
alistair23-linux/drivers/char/agp
Keir Fraser 07eee78ea8 [PATCH] AGP fix for Xen VMM
When Linux is running on the Xen virtual machine monitor, physical
addresses are virtualised and cannot be directly referenced by the AGP
GART.  This patch fixes the GART driver for Xen by adding a layer of
abstraction between physical addresses and 'GART addresses'.

Architecture-specific functions are also defined for allocating and freeing
the GATT.  Xen requires this to ensure that table really is contiguous from
the point of view of the GART.

These extra interface functions are defined as 'no-ops' for all existing
architectures that use the GART driver.

Signed-off-by: Keir Fraser <keir@xensource.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Jones <davej@redhat.com>
2005-06-07 12:35:43 -07:00
..
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
agp.h [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
ali-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
alpha-agp.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
amd-k7-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
amd64-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
ati-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
backend.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
efficeon-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
frontend.c [PATCH] make lots of things static 2005-05-01 08:59:29 -07:00
generic.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
hp-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
i460-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
intel-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
isoch.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
nvidia-agp.c [PATCH] make lots of things static 2005-05-01 08:59:29 -07:00
sgi-agp.c [PATCH] sgi-agp: fixes a problem with accessing GART memory in sgi_tioca_insert_memory and sgi_tioca_remove_memory 2005-06-07 12:35:43 -07:00
sis-agp.c [PATCH] make lots of things static 2005-05-01 08:59:29 -07:00
sworks-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
uninorth-agp.c [PATCH] AGP fix for Xen VMM 2005-06-07 12:35:43 -07:00
via-agp.c [PATCH] make lots of things static 2005-05-01 08:59:29 -07:00