summaryrefslogtreecommitdiff
path: root/linux-core/drm_objects.h
AgeCommit message (Expand)Author
2009-06-22drm: Strip old ttm.Thomas Hellstrom
2009-03-03drm, via: drop Linux < 2.6.20 supportPekka Paalanen
2009-03-02drm: drop Linux < 2.6.19 supportPekka Paalanen
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes
2008-11-10drm/radeon: add uncached allocator to drm ttm code.Dave Airlie
2008-10-16drm: add discardable flag.Dave Airlie
2008-09-18radeon: add initial suspend/resume supportDave Airlie
2008-08-26drm: add move zero function to memset unclean buffersDave 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-04-28Rename drm_mm.c and its fuctions to drm_memrange.Eric Anholt
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom
2008-04-23Clarify that drm_agp_ttm_backend is associated with a drm_ttm.Eric Anholt
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom
2008-04-14Fix up buffer manager locking.Thomas Hellstrom
2008-04-06Place highmem pages last in the ttm page array.Thomas Hellstrom
2008-04-06Use clflush() when available for cache flushing.Thomas Hellstrom
2008-03-30[i915] Report buffer state _after_ fence submission to user-space.Thomas Hellstrom
2008-03-06Merge branch 'master' of ../../drm into modesetting-101Dave 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-03-05Merge remote branch 'origin/master' into modesetting-101Dave Airlie
2008-03-04Clarify through the names what drm_ttm_alloc_pages() and friend actually did.Eric Anholt
2008-02-28Add a compat kmap_atomic_prot_pfn to do quick kernel map / unmaps ofThomas Hellstrom
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-31Add an fence_class_manager::last_queued_sequence member, since aThomas Hellstrom
2008-01-30Simplify the fencing code and differentiate between flushes andThomas Hellstrom
2008-01-25Merge remote branch 'origin/master' into modesetting-101Dave 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-21Use dummy_read_page for unpopulated kernel-allocated ttm pages.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
2007-12-15Document drm_bo_handle_validate. Match drm_bo_do_validate parameter order.Keith Packard
2007-12-15Document drm_bo_do_validate. Remove spurious 'do_wait' parameter.Keith Packard
2007-12-15Make ttm create/destroy APIs consistent. Pass page_flags in create.Keith Packard
2007-11-15Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Thomas Hellstrom
2007-11-15mm fixups.Thomas Hellstrom
2007-11-05Merge branch 'master' into modesetting-101Thomas Hellstrom
2007-11-05remove unused defineAlan Hourihane