Bug 3164

Summary: no xf86DeallocateGARTMemory implementation
Product: xorg Reporter: Austin Yuan <yuanshengquan>
Component: Driver/otherAssignee: Austin Yuan <yuanshengquan>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high CC: alexdeucher, yuanshengquan
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
The patch adds xf86DeallocateGARTMemory in lnx_agp.c
none
use ioctl instead of xf86ioctl none

Description Austin Yuan 2005-04-29 23:18:27 UTC
There isn't a function to free AGP memory in lnx_agp.c. We may need it to do 
dynamic AGP memory.
Comment 1 Austin Yuan 2005-04-29 23:21:55 UTC
Created attachment 2596 [details] [review]
The patch adds xf86DeallocateGARTMemory in lnx_agp.c

This patch simply implement xf86DeallocateGARTMemory.
Comment 2 Austin Yuan 2005-04-29 23:34:07 UTC
Created attachment 2597 [details] [review]
use ioctl instead of xf86ioctl
Comment 3 Alan Hourihane 2005-07-20 06:52:25 UTC
Committed with a slight modification as the (char *)key should be (char *)&key.

Thanks and closing.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.