summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-25Tighten permissions on some buffer manager ioctls.drm-ttm-finalizeThomas Hellstrom3-5/+12
2007-10-25Buffer manager:Thomas Hellstrom5-9/+48
2007-10-25Fix buffer object flag / mask checking.Thomas Hellstrom1-9/+9
2007-10-25Merge branch 'master' into drm-ttm-finalizeThomas Hellstrom6-45/+70
2007-10-25i915: relocate buffers before validation add memory barrier between twoDave Airlie1-5/+7
2007-10-25i915: remove relocatee kernel mapping sooner stops mutex taking during sleepDave Airlie1-1/+3
2007-10-25missing mutex unlock bugRoel Kluin1-0/+1
2007-10-24Fix missing \n on some DRM_ERROR in i915_dma.cEric Anholt1-2/+2
2007-10-24i915: use a drm memory barrier defineDave Airlie1-1/+1
2007-10-23i915: require mfence before submitting batchbufferDave Airlie1-0/+3
2007-10-23nouveau: fix IGPStephane Marchesin1-1/+1
2007-10-22Remove duplicate file.Thomas Hellstrom1-99/+0
2007-10-22Don't clobber the unfenced list with DONT_FENCE operations.Thomas Hellstrom1-8/+1
2007-10-22A cmdbuf mutex to implement validate-submit-fence atomicity in the absenceThomas Hellstrom2-0/+16
2007-10-22Setstatus header.Thomas Hellstrom2-0/+6
2007-10-22i915: split reloc execution into separate functionDave Airlie1-26/+39
2007-10-21Get the lock flags right in libdrm.Thomas Hellstrom1-1/+1
2007-10-21Disable i915 accelerated blit copy moves for now until we canThomas Hellstrom1-2/+14
2007-10-21Adapt i915 super-ioctl for lock-free operation.Thomas Hellstrom1-4/+9
2007-10-21Remove the need for the hardware lock in the buffer manager.Thomas Hellstrom8-12/+209
2007-10-20Simple replacement for hardware lock in some cases.Thomas Hellstrom8-31/+176
2007-10-19Some comment updates pending removal of the init mutex.Thomas Hellstrom1-9/+11
2007-10-19No fence_class argument on drmBOSetStatus since it's notThomas Hellstrom3-6/+11
2007-10-19Remove the clean_unfenced function.Thomas Hellstrom1-61/+4
2007-10-17Bug #12838: Fix lock test client vs. server master race and misplaced closes.Robert Noland1-4/+5
2007-10-17Fix a race in the auth test where client prevents server from being master.Robert Noland1-2/+2
2007-10-17Bug #11870: FreeBSD hardware lock cleanup fix with multiple opens by a process.Jung-uk Kim1-6/+9
2007-10-17Only allow creator to change shared buffer mask.Thomas Hellstrom1-1/+9
2007-10-17Remove the op ioctl, and replace it with a setuser ioctl.Thomas Hellstrom5-167/+77
2007-10-17Revert "Replace NO_MOVE/NO_EVICT flags to buffer objects with an ioctl to set...Thomas Hellstrom6-169/+62
2007-10-17Revert "Copy the important parts of object_validate into object_create()."Thomas Hellstrom1-35/+9
2007-10-17Revert "Remove the pinned buffer from the LRU when pinning."Thomas Hellstrom2-9/+4
2007-10-17Revert "Add some more verbosity to drm_bo_set_pin_req comments."Thomas Hellstrom1-3/+1
2007-10-17i915: lock struct mutex about buffer object lookupsDave Airlie1-0/+6
2007-10-16Revert part of earlier commit that caused an unresolved symbol for i915.Michel Dänzer2-1/+5
2007-10-16drm: drop drm bo list handling codeDave Airlie2-351/+0
2007-10-16drm: rename drmBOUnReference to drmBOUnreference for consistencyDave Airlie2-2/+2
2007-10-16Drop destroy ioctls for fences and buffer objects.Kristian Høgsberg10-140/+10
2007-10-16Take bo type argument out of the ioctl interface.Kristian Høgsberg5-33/+19
2007-10-16Eliminate support for fake buffers.[utf-8] Kristian Høgsberg3-73/+5
2007-10-16nouveau: revert unintended change.Ben Skeggs1-1/+2
2007-10-16nouveau: Cleanup PGRAPH handler, attempt to survive PGRAPH exceptions.Ben Skeggs1-109/+105
2007-10-16nouveau: Survive PFIFO_CACHE_ERROR.Ben Skeggs1-0/+3
2007-10-16nouveau: Handle multiple PFIFO exceptions per irq, cleanup output.Ben Skeggs2-43/+40
2007-10-14nouveau: PPC fixes. These regs are very touchy.Stephane Marchesin1-1/+3
2007-10-14nouveau: fix warning.Jeremy Kolb1-1/+0
2007-10-14nouveau: fix warning.Jeremy Kolb1-1/+1
2007-10-14i915: fix vbl_swap allocationDave Airlie1-1/+1
2007-10-12nouveau: Fix a typo in nv25_graph_context_initPekka Paalanen1-1/+1
2007-10-12nouveau: Fix typos in nv20_graph_context_initStuart Bennett1-2/+2