summaryrefslogtreecommitdiff
path: root/linux-core/drm_ttm.c
AgeCommit message (Expand)Author
2009-06-22drm: Strip old ttm.Thomas Hellstrom
2009-03-02drm: drop Linux < 2.6.15 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-08-17linux: on_each_cpu has 3 args on 2.6.27Maarten Maathuis
2008-04-07Missing KERNEL_VERSION macroPatrice Mandin
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-12Bug # 14712Thomas Hellstrom
2008-03-04Clarify through the names what drm_ttm_alloc_pages() and friend actually did.Eric Anholt
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_ttm_set_user.Keith Packard
2007-12-15Make ttm create/destroy APIs consistent. Pass page_flags in create.Keith Packard
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie
2007-11-15mm fixups.Thomas Hellstrom
2007-11-07Don't overwrite TTM page flags.Thomas Hellstrom
2007-11-05drm/ttm: apply linux kernel coding style to bo_lock/move/object/ttm.cDave Airlie
2007-11-02User buffer support.Thomas Hellstrom
2007-11-01drm/ttm: add support for cached un-snooped mappings.Dave Airlie
2007-10-30drm/i915: add driver cache flush entry pointDave Airlie
2007-09-22Add fence error member.Thomas Hellstrom
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie
2007-04-18Simplify the ttm backend interface and the agp ttm backend.Thomas Hellstrom
2007-03-19whitespace cleanup pending a kernel mergeDave Airlie
2007-02-12Lindent.Thomas Hellstrom
2007-02-09I915 accelerated blit copy functional.Thomas Hellstrom
2007-02-09Fix copyright statements.Thomas Hellstrom
2007-02-08Simplify external ttm page allocation.Thomas Hellstrom
2007-02-07Checkpoint commit.Thomas Hellstrom
2007-02-02Make also later kernels work with buffer object vmThomas Hellstrom
2007-02-02Make vm handle buffer objects instead of ttm objects.Thomas Hellstrom
2007-02-01Fix missing ttm_open_vma call from previous commit.Thomas Hellstrom
2007-01-09ttm: make ttm alloc/free into alloc_pages/free_pagesDave Airlie
2006-12-27Proper allocation of AGP pages for ttms.Thomas Hellstrom
2006-12-19Security fix. Zero pages before they are handed to user space.Thomas Hellstrom
2006-10-30Bugzilla Bug #8819Thomas Hellstrom
2006-10-26Add a one-page hole in the file offset space between buffers.Thomas Hellstrom
2006-10-21The CPU cache must be flushed _before_ we start modifying the kernel map ptes,Thomas Hellstrom
2006-10-17Lindent.Thomas Hellstrom
2006-10-17Add memory usage accounting to avoid DOS problems.Thomas Hellstrom
2006-10-17Remove the memory manager parameter from the put_block function, as thisThomas Hellstrom
2006-10-12Simplify the AGP backend interface somewhat.Thomas Hellstrom
2006-10-11Compatibility code for 2.6.15-2.6.18. It is ugly but a little comfort is thatThomas Hellstrom
2006-10-11Big update:Thomas Hellstrom
2006-10-10Use a nopage-based approach to fault in pfns.Thomas Hellstrom
2006-10-03Get rid of all ugly PTE hacks.Thomas Hellstrom
2006-10-02Make the user_token 44-bit for TTMs, and have them occupy a unique file spaceThomas Hellstrom
2006-10-02Allow for 44 bit user-tokens (or drm_file offsets)Thomas Hellstrom