Bug 1668

Summary: DRM doesn't support buffers in video memory
Product: DRI Reporter: Austin Yuan <yuanshengquan>
Component: DRM/otherAssignee: Default DRI bug account <dri-devel>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: XOrg git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory none

Description Austin Yuan 2004-10-18 19:36:28 UTC
Some chips can't use system memory as dma buffer(or vertex buffer),for pci
card,it will use video memory as dma/vertex buffer. But drmAddBufs/drmMapBufs
can't handle this case.
Comment 1 Austin Yuan 2004-10-18 19:39:14 UTC
Created attachment 1127 [details] [review]
The patch makes drmAddBufs/drmMapBufs can handle buffers in video memory

The attached patch adds a new buffer type DRM_FB_BUFFER. It works like
AGP memory but uses video memory.
Comment 2 Dave Airlie 2005-01-15 21:40:22 UTC
I've commited this to the DRM CVS...

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.