summaryrefslogtreecommitdiff
path: root/linux-core/drm_compat.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-03drm: drop Linux < 2.6.21 supportPekka Paalanen1-164/+0
2009-03-02drm: drop Linux < 2.6.19 supportPekka Paalanen1-270/+2
2009-03-02drm: drop Linux < 2.6.18 supportPekka Paalanen1-45/+0
2009-03-02drm: drop Linux < 2.6.15 supportPekka Paalanen1-103/+1
2009-02-16drm_compat: remove kmap_atomic_prot_pfn()Pekka Paalanen1-29/+0
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-53/+6
2008-08-07Make modesetting-gem build with recent kernelsJesse Barnes1-0/+99
2008-07-31drm: add fault handler support so as to be more like possible upstreamDave Airlie1-0/+99
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-4/+2
2008-05-09Fix build problemsAlan Hourihane1-1/+1
2008-05-08Merge remote branch 'origin/master' into modesetting-101Dave Airlie1-0/+1
2008-05-07drm: nopage compat fixup for drm_vmDave Airlie1-0/+1
2008-04-28Merge branch 'master' into modesetting-101Thomas Hellstrom1-3/+2
2008-04-14Fix up buffer manager locking.Thomas Hellstrom1-1/+1
2008-03-12Merge branch 'intel-post-reloc'Thomas Hellstrom1-3/+1
2008-03-05fixup previous mergeDave Airlie1-1/+1
2008-03-05Merge remote branch 'origin/master' into modesetting-101Dave Airlie1-0/+29
2008-02-29FIX_KMAP_BEGIN requires CONFIG_HIMEM (see include/asm-i386.h/fixmap.h)Patrice Mandin1-1/+1
2008-02-29Fix compilation breakage on x86-64.Thomas Hellstrom1-2/+1
2008-02-28Add a compat kmap_atomic_prot_pfn to do quick kernel map / unmaps ofThomas Hellstrom1-0/+32
2008-02-28Add a compat kmap_atomic_prot_pfn to do quick kernel map / unmaps ofThomas Hellstrom1-0/+32
2008-02-20compatibility code for pci_get_bus_and_slot()Alan Hourihane1-0/+15
2008-02-05Add missing round_jiffies_relative() for older kernelsAlan Hourihane1-0/+35
2008-01-05drm: One forgotten rename of 'mask' to 'proposed_flags'.Pekka Paalanen1-1/+1
2007-11-05drm: remove lots of spurious whitespace.Dave Airlie1-29/+29
2007-10-21Remove the need for the hardware lock in the buffer manager.Thomas Hellstrom1-0/+3
2007-09-12Added idr_replace() function which was apparently added in Linux 2.6.18Brian1-0/+47
2007-07-16drm: fixup old kernel compat codeDave Airlie1-6/+6
2007-07-16drm: detypedef ttm/bo/fence codeDave Airlie1-9/+9
2007-07-11Merge branch 'master' into cleanupDave Airlie1-0/+123
2007-06-12Try to make buffer object / fence object ioctl args 64-bit safe.Thomas Hellstrom1-3/+3
2007-06-10use krh's idr mods to remove lists from idr codeDave Airlie1-0/+123
2007-06-07oops must fix this properly at some pointDave Airlie1-2/+0
2007-06-07drm: fix radeon setparam alignment issues on 32/64-bitDave Airlie1-0/+2
2007-05-26Revert "drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls."Dave Airlie1-2/+1
2007-05-26drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie1-1/+2
2007-05-06drm/ttm: cleanup mm_ioctl ioctls to be separate ioctls.Dave Airlie1-1/+2
2007-04-03Make sure CMA (Can't map aperture) pages are mapped uncached.Thomas Hellstrom1-3/+5
2007-02-26Fix build for 2.6.21-rc1.Thomas Hellstrom1-5/+102
2007-02-15Fix build against older kernels.Michel Dänzer1-1/+1
2007-02-14Set the drm bus map type for each buffer object memory type.Thomas Hellstrom1-1/+2
2007-02-14Rework buffer object vm code to use nopfn() for kernels >= 2.6.19.Thomas Hellstrom1-45/+80
2007-02-08A minor function interface change and some memcpy bugfixing.Thomas Hellstrom1-2/+0
2007-02-08Simplify external ttm page allocation.Thomas Hellstrom1-11/+3
2007-02-06Simplify pci map vs no pci map choice.Thomas Hellstrom1-19/+5
2007-02-02Make also later kernels work with buffer object vmThomas Hellstrom1-67/+71
2007-02-02Make vm handle buffer objects instead of ttm objects.Thomas Hellstrom1-2/+2
2007-02-01Fix missing ttm_open_vma call from previous commit.Thomas Hellstrom1-5/+12
2006-12-27Proper allocation of AGP pages for ttms.Thomas Hellstrom1-3/+2
2006-12-19Security fix. Zero pages before they are handed to user space.Thomas Hellstrom1-0/+2