summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_drv.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-11/+11
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-2/+2
2012-10-02drm: change ioctl permissionsRob Clark1-5/+5
2012-09-13drm: make buffer management work without DRM_MASTERDavid Herrmann1-6/+6
2012-07-19drm: kill dma queue supportDaniel Vetter1-11/+0
2012-06-21drm: use format %d to print error codeYuanhan Liu1-1/+1
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni1-1/+3
2012-03-30drm: base prime/dma-buf support (v5)Dave Airlie1-0/+4
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie1-0/+4
2012-02-03drm: remove master fd restriction on mode setting gettersMandeep Singh Baines1-6/+6
2012-01-05drm: make DRM_UNLOCKED ioctls with their own mutexIlija Hadzic1-3/+3
2012-01-05drm: no need to hold global mutex for static dataIlija Hadzic1-2/+2
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie1-1/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-0/+1
2011-11-15drm: add plane support v3Jesse Barnes1-0/+3
2011-11-11drm: do not sleep on vblank while holding a mutexIlija Hadzic1-1/+1
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-10-19drm: drm_ioctl() should zero-init extra dataRob Clark1-0/+2
2011-03-04drm/core: add ioctl to query device/driver capabilitiesBen Skeggs1-0/+1
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie1-43/+0
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie1-1/+4
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-7/+3
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-1/+2
2010-08-30drm: kill dev->timerDaniel Vetter1-2/+0
2010-08-30drm: replace drawable ioctl by noopsDaniel Vetter1-5/+3
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie1-6/+17
2010-08-17drm: stop information leak of old kernel stack.Dave Airlie1-1/+3
2010-08-05drm: kill BKL from common codeArnd Bergmann1-2/+2
2010-08-04drm: move ttm global code to core drmDave Airlie1-0/+1
2010-08-02drm: Free the idr layers before calling idr_destroy()Chris Wilson1-0/+1
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-32/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-11drm: switch all GEM/KMS ioctls to unlocked ioctl status.Dave Airlie1-22/+22
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann1-3/+10
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz1-0/+1
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg1-0/+1
2009-11-18drm: check return values in drm_versionAndres Salomon1-5/+11
2009-11-18drm: replace DRM_COPY macro w/ a functionAndres Salomon1-12/+22
2009-11-18drm: kill more unused DRM macrosAndres Salomon1-0/+12
2009-08-19drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)Jesse Barnes1-2/+2
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt1-13/+5
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim1-1/+1
2009-05-20drm: Copy back ioctl data to userspace regardless of return code.Michel Dänzer1-1/+1
2009-04-24drm: add control node checks missing from kms mergeJonas Bonn1-1/+2
2009-03-29drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.Eric Anholt1-5/+10
2009-03-13drm: Convert proc files to seq_file and introduce debugfsBen Gamari1-1/+11
2009-03-13drm: claim PCI device when running in modesetting mode.Kristian Høgsberg1-59/+12
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt1-1/+1
2009-01-19drm: fix leak of device mappings since multi-master changes.Dave Airlie1-0/+4
2009-01-07drm: fix ordering of driver unload vs agp unload.Dave Airlie1-3/+3