Bug 3164 - no xf86DeallocateGARTMemory implementation
Summary: no xf86DeallocateGARTMemory implementation
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/other (show other bugs)
Version: git
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Austin Yuan
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-29 23:18 UTC by Austin Yuan
Modified: 2005-07-18 20:52 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
The patch adds xf86DeallocateGARTMemory in lnx_agp.c (2.75 KB, patch)
2005-04-29 23:21 UTC, Austin Yuan
no flags Details | Splinter Review
use ioctl instead of xf86ioctl (2.81 KB, patch)
2005-04-29 23:34 UTC, Austin Yuan
no flags Details | Splinter Review

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.