NV50: A minor change.
[platform/upstream/libdrm.git] / linux-core / drm_bo.c
2008-05-28 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-05-22 Hong Liui915: check dummy page before freeing
2008-05-12 Hong Liufree dummy read page if fail to init mm
2008-05-08 Dave AirlieMerge remote branch 'origin/master' into modesetting-101
2008-04-28 Thomas HellstromMerge branch 'master' into modesetting-101
2008-04-14 Thomas HellstromFix buffer object map wait error.
2008-04-14 Thomas HellstromFix buffer object creation validation.
2008-04-14 Thomas HellstromUnlock the BO mutex while waiting for idle, unmapped...
2008-04-14 Thomas HellstromFix up buffer manager locking.
2008-03-30 Thomas Hellstrom[i915] Report buffer state _after_ fence submission...
2008-03-20 Jerome GlisseMerge branch 'modesetting-101' of ssh://git.freedesktop...
2008-03-12 Thomas HellstromMerge branch 'intel-post-reloc'
2008-03-12 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-03-12 Thomas HellstromDont allow !sysadmin clients to alter the memory type of
2008-03-12 Thomas HellstromFix kernel crash when we hit OOM conditions.
2008-03-12 Thomas HellstromAvoid duplicate calls to drm_ttm_bind in some cases.
2008-03-10 Jerome GlisseMerge branch 'modesetting-101' of ssh://git.freedesktop...
2008-03-07 Dave AirlieMerge branch 'master' of ../../drm into modesetting-101
2008-03-06 Dave Airliedrm/bo: allow non-suser priv to add kernel BOs.
2008-03-05 Dave AirlieMerge branch 'master' of ../../drm into modesetting-101
2008-03-05 Dave Airliettm: make sure userspace can't destroy kernel create...
2008-03-05 Dave Airliedrm/ttm: add ioctl to get back memory managed area...
2008-03-05 Dave AirlieMerge branch 'master' of ../../drm into modesetting-101
2008-03-05 Dave Airliedrm: reorganise minor number handling using code from...
2008-03-05 Xiang, Haihaoi915: Evict if relocatee buffer is CACHED_MAPPED before
2008-03-05 Dave AirlieMerge remote branch 'origin/master' into modesetting-101
2008-02-26 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-02-22 Alan Hourihanesilence warning
2008-02-22 Dave Airlieadd ioctl to get back memory managed area sized - used...
2008-02-21 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-02-21 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-02-20 Dave Airliettm: make sure userspace can't destroy kernel create...
2008-02-18 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-01-30 Thomas HellstromSimplify the fencing code and differentiate between...
2008-01-25 Dave AirlieMerge remote branch 'origin/master' into modesetting-101
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2008-01-04 Dave Airliedrm: move drm_head to drm_minor and fix up users
2008-01-03 Dave AirlieMerge branch 'r500-support'
2007-12-21 Keith PackardChange drm_bo_type_dc to drm_bo_type_device and comment...
2007-12-21 Keith PackardRename inappropriately named 'mask' fields to 'proposed...
2007-12-21 Keith PackardMove dummy_read_page from drm_ttm_set_user to drm_ttm_c...
2007-12-21 Keith PackardClean up and document drm_ttm.c APIs. drm_bind_ttm...
2007-12-18 Dave AirlieMerge branch 'modesetting-airlied' into modesetting-101
2007-12-18 Dave Airlieremove output names
2007-12-18 Jakob BornecrantzModesetting Hotplug
2007-12-15 Keith PackardDocument drm_buffer_object_validate function.
2007-12-15 Keith PackardDocument fence_class mess in drm_bo_setstatus_ioctl
2007-12-15 Keith PackardDocument drm_bo_handle_validate. Match drm_bo_do_valida...
2007-12-15 Keith PackardDocument drm_bo_do_validate. Remove spurious 'do_wait...
2007-12-15 Keith PackardMake ttm create/destroy APIs consistent. Pass page_flag...
2007-12-13 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-12-13 Alan Hourihanecatch an out of memory condition
2007-12-11 Dave AirlieMerge branch 'master' of ssh://git.freedesktop.org...
2007-11-22 Dave AirlieMerge branch 'origin' into modesetting-101
2007-11-15 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2007-11-15 Thomas Hellstrommm fixups.
2007-11-15 Dave AirlieMerge branch 'master' into modesetting-101
2007-11-07 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2007-11-06 Thomas HellstromMerge branch 'master' of git+ssh://git.freedesktop...
2007-11-06 Thomas HellstromAvoid buffers not ending up on a list in some cases.
2007-11-05 Thomas HellstromMerge branch 'master' into modesetting-101
2007-11-05 Thomas HellstromFix a user-buffer check.
2007-11-05 Dave Airliedrm/ttm: kernel coding style for bo.c and objects.h
2007-11-05 Dave Airliedrm: remove lots of spurious whitespace.
2007-11-04 Dave Airliedrm: fix oops since user objects..
2007-11-02 Thomas HellstromMerge branch 'master' into modesetting-101
2007-11-02 Thomas HellstromUser buffer support.
2007-11-01 Jesse BarnesMerge branch 'master' into modesetting-101
2007-11-01 Jeremy KolbMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-31 Dave Airliedrm/ttm: add support for cached un-snooped mappings.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-10-26 Thomas HellstromMerge branch 'master' into modesetting-101
2007-10-26 Thomas HellstromBuffer flags and masks are 64-bit.
2007-10-26 Thomas HellstromBuffer flags and masks are 64-bit.
2007-10-25 Thomas HellstromMerge branch 'master' into modesetting-101
2007-10-25 Thomas HellstromBuffer manager:
2007-10-25 Thomas HellstromFix buffer object flag / mask checking.
2007-10-25 Thomas HellstromMerge branch 'master' into drm-ttm-finalize
2007-10-23 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-22 Thomas HellstromDon't clobber the unfenced list with DONT_FENCE operations.
2007-10-21 Thomas HellstromRemove the need for the hardware lock in the buffer...
2007-10-20 Thomas HellstromSimple replacement for hardware lock in some cases.
2007-10-19 Thomas HellstromSome comment updates pending removal of the init mutex.
2007-10-19 Thomas HellstromNo fence_class argument on drmBOSetStatus since it...
2007-10-19 Thomas HellstromRemove the clean_unfenced function.
2007-10-17 Thomas HellstromOnly allow creator to change shared buffer mask.
2007-10-17 Thomas HellstromRemove the op ioctl, and replace it with a setuser...
2007-10-17 Thomas HellstromRevert "Replace NO_MOVE/NO_EVICT flags to buffer object...
2007-10-17 Thomas HellstromRevert "Copy the important parts of object_validate...
2007-10-17 Thomas HellstromRevert "Remove the pinned buffer from the LRU when...
2007-10-16 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-16 Kristian HøgsbergDrop destroy ioctls for fences and buffer objects.
2007-10-16 Kristian HøgsbergTake bo type argument out of the ioctl interface.
2007-10-16 [utf-8] Kristian... Eliminate support for fake buffers.
2007-10-05 Dave AirlieMerge branch 'pre-superioctl-branch'
2007-10-02 Dave Airliettm: returning into dummy causes a buffer object leak
2007-09-25 Jesse BarnesRemove buffer object user list check in drm_bo_destroy_...
2007-09-25 Thomas HellstromMerge branch 'master' into pre-superioctl-branch
2007-09-25 Dave Airliedrm/ttm: fixup fence class naming and interfaces
next