summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-08-04userpool: initialize and free vBuf->eventwsbm-1-branchRafał Miłecki1-3/+13
2009-08-04userpool: check wsbmBufStorageInit returned valueRafał Miłecki1-1/+6
2009-04-08Silence compilation warnings.Thomas Hellstrom1-0/+1
2009-04-08Fix valgrind warnings.Thomas Hellstrom2-2/+17
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
2009-04-05slabpool: Fix an alignment problem.Thomas Hellstrom1-1/+2
If a slab was picked up from the cache rather than allocated from DRM, the test for correct alignment let slabs with 0 alignment through.
2009-04-02Revert "Use the default buffer placement as a default value for validate ↵Thomas Hellstrom2-28/+11
set_flags." This reverts commit 6007cd391b5241bea1b2c037f7c1e45c3e9a3f2e.
2009-04-02Implement slabpool:placement.Thomas Hellstrom1-0/+7
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com>
2009-03-10Use the default buffer placement as a default value for validate set_flags.Thomas Hellstrom2-11/+28
2009-03-05Fix a read of a freed memory address.Thomas Hellstrom1-2/+3
2009-03-02ordering problem in freeAlan Hourihane1-1/+1
2009-02-27Use the correct drm command for ttm fence finish.Thomas Hellstrom1-2/+2
2009-02-25Use the buffer pointer as a hash key. Not the address of the local variable ↵Thomas Hellstrom1-1/+5
holding the buffer pointer.
2009-02-25Make the validate buffer hash table size a function of the assumed max ↵Thomas Hellstrom1-8/+35
number of buffers on the validate list.
2009-02-09Add a wsbmFenceCreateSig function. Bump minor.Thomas Hellstrom5-6/+25
Don't add an already signaled fence to a buffer object.
2009-02-06Fix a slabpool init issue.Thomas Hellstrom1-0/+2
2009-01-13Add missing file.Thomas Hellstrom1-0/+10
2009-01-13Run indent and cleanfile.Thomas Hellstrom13-434/+426
2009-01-13Add copyright notice. Delete unused File.Thomas Hellstrom17-1271/+84
2009-01-13Add needed files.Thomas Hellstrom5-0/+28
2009-01-13Initial importThomas Hellstrom21-0/+6942