summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i810/i810_dma.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-12drm: Move drm_memory.c map support declarations to <drm/drm_legacy.h>Daniel Vetter1-6/+6
2014-09-10drm: move drm-lock API to drm_legacy.hDavid Herrmann1-2/+2
2014-08-08i810: use pci_zalloc_consistentJoe Perches1-3/+2
2014-06-10drm: Remove DRM_ARRAY_SIZE() for ARRAY_SIZE()Damien Lespiau1-1/+1
2013-12-18drm: kill DRIVER_REQUIRE_AGPDaniel Vetter1-0/+4
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä1-11/+0
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-07drm: const'ify ioctls table (v2)Rob Clark1-1/+1
2013-06-29i810: VM_IO is set by io_remap_pfn_range()Al Viro1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells1-1/+0
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard1-0/+3
2012-07-19Revert "Revert "drm/i810: cleanup reclaim_buffers""Daniel Vetter1-6/+11
2012-05-30i810: switch to vm_mmap()Al Viro1-3/+1
2012-04-21kill mm argument of vm_munmap()Al Viro1-2/+1
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-0/+1
2012-04-20VM: add "vm_munmap()" helper functionLinus Torvalds1-3/+1
2012-03-05drm: drop setting vm_file to filpDave Airlie1-1/+0
2012-02-16drm: move pci bus master enable into driver.Dave Airlie1-0/+2
2012-01-30Revert "drm/i810: cleanup reclaim_buffers"Daniel Vetter1-11/+6
2011-12-22drm/i810: don't acces hw regs in lastcloseDaniel Vetter1-2/+0
2011-12-22drm/i810: cleanup reclaim_buffersDaniel Vetter1-6/+11
2011-02-07drm/i810: remove the BKLArnd Bergmann1-17/+1
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-30drm: i810/i830: fix locked ioctl variantArnd Bergmann1-1/+1
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie1-15/+15
2010-08-05drm: kill BKL from common codeArnd Bergmann1-15/+29
2010-08-02drm/i810: fixed coding style issuesNicolas Kaiser1-43/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-1/+1
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-4/+2
2008-07-14drm: reorganise drm tree to be more future proof.Dave Airlie1-0/+1283