From e7502158d6922a149d0aaf1de209f0b58fa444bf Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 24 Jul 2005 16:24:17 +0000 Subject: Add xf86DeallocateGARTMemory stub so that Xorg can be built on Solaris again. --- hw/xfree86/os-support/solaris/sun_agp.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hw/xfree86/os-support/solaris/sun_agp.c b/hw/xfree86/os-support/solaris/sun_agp.c index 32c4f47bc..a85e9ecf2 100644 --- a/hw/xfree86/os-support/solaris/sun_agp.c +++ b/hw/xfree86/os-support/solaris/sun_agp.c @@ -235,6 +235,12 @@ xf86AllocateGARTMemory(int screenNum, unsigned long size, int type, return alloc.agpa_key; } +Bool +xf86DeallocateGARTMemory(int screenNum, int key) +{ + return FALSE; +} + /* Bind GART memory with "key" at "offset" */ Bool xf86BindGARTMemory(int screenNum, int key, unsigned long offset) -- cgit v1.2.3