aboutsummaryrefslogtreecommitdiff
path: root/linux-core/drm_bo.c
AgeCommit message (Expand)Author
2009-03-02drm: drop Linux < 2.6.19 supportPekka Paalanen
2009-03-02drm: drop Linux < 2.6.15 supportPekka Paalanen
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-11-15drm/bo: fix stupid lock imbalanceDave Airlie
2008-11-10drm/radeon: add uncached allocator to drm ttm code.Dave Airlie
2008-10-16drm: remove stray debug codeDave Airlie
2008-10-16drm: add discardable flag.Dave Airlie
2008-10-16drm/radeon: initial suspend/resume fix.Dave Airlie
2008-10-06drm/radeon: fixup clean flag handlingDave Airlie
2008-09-18radeon: add initial suspend/resume supportDave Airlie
2008-08-26drm/ttm: export drm_bo_add_ttmDave Airlie
2008-08-26drm: add memory clean flag.Dave Airlie
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie
2008-08-01Merge commit 'origin/drm-gem' into modesetting-gemKristian Høgsberg
2008-07-31drm: userspace rip out TTM APIDave Airlie
2008-07-31TTM: remove API and userspace objects.Dave Airlie
2008-07-30Revert "Rename drm_mm.c and its fuctions to drm_memrange."Eric Anholt
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie
2008-06-10Merge commit 'origin/drm-gem' into modesetting-gemJesse Barnes
2008-05-22i915: check dummy page before freeingHong Liu
2008-05-12free dummy read page if fail to init mmHong Liu
2008-04-28Rename drm_mm.c and its fuctions to drm_memrange.Eric Anholt
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom
2008-04-14Fix buffer object map wait error.Thomas Hellstrom
2008-04-14Fix buffer object creation validation.Thomas Hellstrom
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom
2008-04-14Fix up buffer manager locking.Thomas Hellstrom
2008-03-30[i915] Report buffer state _after_ fence submission to user-space.Thomas Hellstrom
2008-03-12Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane
2008-03-12Dont allow !sysadmin clients to alter the memory type ofThomas Hellstrom
2008-03-12Fix kernel crash when we hit OOM conditions.Thomas Hellstrom
2008-03-12Avoid duplicate calls to drm_ttm_bind in some cases.Thomas Hellstrom
2008-03-07Merge branch 'master' of ../../drm into modesetting-101Dave Airlie
2008-03-06drm/bo: allow non-suser priv to add kernel BOs.Dave Airlie
2008-03-06Merge branch 'master' of ../../drm into modesetting-101Dave Airlie
2008-03-06drm: reorganise minor number handling using code from modesetting branchDave Airlie
2008-03-06ttm: make sure userspace can't destroy kernel create memory managersDave Airlie
2008-03-06drm/ttm: add ioctl to get back memory managed area sizedDave Airlie
2008-03-05i915: Evict if relocatee buffer is CACHED_MAPPED beforeXiang, Haihao
2008-02-22silence warningAlan Hourihane
2008-02-22add ioctl to get back memory managed area sized - used for kernel inited areasDave Airlie
2008-02-20ttm: make sure userspace can't destroy kernel create memory managersDave Airlie
2008-02-18Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane
2008-01-30Simplify the fencing code and differentiate between flushes andThomas Hellstrom
2008-01-25Merge remote branch 'origin/master' into modesetting-101Dave Airlie
2008-01-04drm: move drm_head to drm_minor and fix up usersDave Airlie
2007-12-21Change drm_bo_type_dc to drm_bo_type_device and comment usage of this value.Keith Packard
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard
2007-12-21Move dummy_read_page from drm_ttm_set_user to drm_ttm_create.Keith Packard
2007-12-21Clean up and document drm_ttm.c APIs. drm_bind_ttm -> drm_ttm_bind.Keith Packard