summaryrefslogtreecommitdiff
path: root/linux-core/drm_vm.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-17Drop shared-core, bsd-core, linux-core and scripts subdirsKristian Høgsberg1-672/+0
2009-06-22drm: Strip old ttm.Thomas Hellstrom1-198/+0
2009-03-03drm: drop Linux < 2.6.21 supportPekka Paalanen1-5/+1
2009-03-02drm: drop Linux < 2.6.19 supportPekka Paalanen1-15/+0
2009-03-01drm: drm_bo_mmap_locked() is static.Pekka Paalanen1-2/+1
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-4/+5
2008-10-06drm/radeon: fixup clean flag handlingDave Airlie1-0/+1
2008-08-26drm: add memory clean flag.Dave Airlie1-0/+3
2008-08-14Merge branch 'radeon-gem-cs' into modesetting-gemDave Airlie1-5/+0
2008-08-11drm_vm: fix for build on 2.6.22Dave Airlie1-1/+1
2008-07-31drm: userspace rip out TTM APIDave Airlie1-6/+0
2008-07-31drm: add fault handler support so as to be more like possible upstreamDave Airlie1-17/+18
2008-07-31drm: add fault handler support so as to be more like possible upstreamDave Airlie1-17/+18
2008-05-07drm: nopage compat fixup for drm_vmDave Airlie1-81/+61
2008-04-23Fixed unlock check on EAGAINJakob Bornecrantz1-0/+1
2008-04-14Unlock the BO mutex while waiting for idle, unmapped, unfenced.Thomas Hellstrom1-1/+4
2008-04-14Fix up buffer manager locking.Thomas Hellstrom1-1/+1
2008-03-05drm: Fix for non-coherent DMA PowerPCBenjamin Herrenschmidt1-5/+14
2008-03-06drm: reorganise minor number handling using code from modesetting branchDave Airlie1-10/+10
2008-01-03drm: cleanup DRM_DEBUG() parametersMárton Németh1-2/+2
2007-12-21Rename inappropriately named 'mask' fields to 'proposed_flags' instead.Keith Packard1-2/+2
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie1-4/+4
2007-11-05drm: more kernel coding style cleanupsDave Airlie1-1/+1
2007-10-21Remove the need for the hardware lock in the buffer manager.Thomas Hellstrom1-2/+9
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt1-3/+3
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie1-6/+6
2007-07-16drm: remove drmP.h internal typedefsDave Airlie1-34/+34
2007-07-16drm: detypedef drm.h and fixup all problemsDave Airlie1-7/+7
2007-06-29Fence object reference / dereference cleanup.Thomas Hellstrom1-1/+2
2007-05-26drm: cleanup use of Linux list handling macrosDave Airlie1-24/+9
2007-04-26linux: minor indent.George Sapountzis1-2/+1
2007-04-26drm: nopfn warning on 64-bitDave Airlie1-1/+1
2007-04-03Make sure CMA (Can't map aperture) pages are mapped uncached.Thomas Hellstrom1-1/+3
2007-03-24vm: cleanup drm_vm.c along lines of cleanups queued for kernelDave Airlie1-10/+4
2007-03-23cleanup more whitespace from ttm mergeDave Airlie1-11/+11
2007-02-26Fix build for 2.6.21-rc1.Thomas Hellstrom1-55/+26
2007-02-14Set the drm bus map type for each buffer object memory type.Thomas Hellstrom1-1/+3
2007-02-14Rework buffer object vm code to use nopfn() for kernels >= 2.6.19.Thomas Hellstrom1-12/+43
2007-02-10Various bugfixes.Thomas Hellstrom1-4/+9
2007-02-09Fix evict_mutex locking range.Thomas Hellstrom1-0/+24
2007-02-08Fix mm_block leak.Thomas Hellstrom1-1/+0
2007-02-08Simplify external ttm page allocation.Thomas Hellstrom1-10/+3
2007-02-07Fix a stray unlock_kernel() in drm_vm.cThomas Hellstrom1-1/+1
2007-02-06Simplify pci map vs no pci map choice.Thomas Hellstrom1-1/+3
2007-02-02Make also later kernels work with buffer object vmThomas Hellstrom1-11/+5
2007-02-02Make vm handle buffer objects instead of ttm objects.Thomas Hellstrom1-164/+181
2007-02-01Fix missing ttm_open_vma call from previous commit.Thomas Hellstrom1-5/+3
2007-02-01Protect drm_mmap against disappearing maps.Thomas Hellstrom1-26/+39
2007-01-08drm: remove drm_follow_page, and drm_ioremap and ioremapfreeChristoph Hellwig1-1/+1
2007-01-01make build against 2.6.20 hopefullyDave Airlie1-3/+3