summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm: don't use idr_remove_all()Tejun Heo2013-02-281-1/+0Star
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-041-11/+11
|\
| * drm: change ioctl permissionsRob Clark2012-10-021-5/+5
| * drm: make buffer management work without DRM_MASTERDavid Herrmann2012-09-131-6/+6
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-021-2/+2
|/
* drm: kill dma queue supportDaniel Vetter2012-07-201-11/+0Star
* drm: use format %d to print error codeYuanhan Liu2012-06-211-1/+1
* drm: add generic ioctls to get/set properties on any objectPaulo Zanoni2012-05-171-1/+3
* drm: base prime/dma-buf support (v5)Dave Airlie2012-03-301-0/+4
* drm: add core support for unplugging a device (v2)Dave Airlie2012-03-151-0/+4
* drm: remove master fd restriction on mode setting gettersMandeep Singh Baines2012-02-031-6/+6
* drm: make DRM_UNLOCKED ioctls with their own mutexIlija Hadzic2012-01-051-3/+3
* drm: no need to hold global mutex for static dataIlija Hadzic2012-01-051-2/+2
* Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie2011-12-201-1/+1
|\
| * drm: do not sleep on vblank while holding a mutexIlija Hadzic2011-11-111-1/+1
* | drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes2011-11-151-0/+1
* | drm: add plane support v3Jesse Barnes2011-11-151-0/+3
|/
* gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker2011-11-011-0/+1
* drm: drm_ioctl() should zero-init extra dataRob Clark2011-10-191-0/+2
* drm/core: add ioctl to query device/driver capabilitiesBen Skeggs2011-03-041-0/+1
* drm: rework PCI/platform driver interface.Dave Airlie2011-02-071-43/+0Star
* drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie2011-02-071-1/+4
* Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-10-271-7/+3Star
|\
| * drm: kill dev->timerDaniel Vetter2010-08-301-2/+0Star
| * drm: replace drawable ioctl by noopsDaniel Vetter2010-08-301-5/+3Star
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-1/+2
|/
* drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie2010-08-171-6/+17
* drm: stop information leak of old kernel stack.Dave Airlie2010-08-171-1/+3
* drm: kill BKL from common codeArnd Bergmann2010-08-051-2/+2
* drm: move ttm global code to core drmDave Airlie2010-08-041-0/+1
* drm: Free the idr layers before calling idr_destroy()Chris Wilson2010-08-021-0/+1
* drm: Add support for platform devices to register as DRM devicesJordan Crouse2010-06-011-32/+5Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drm: switch all GEM/KMS ioctls to unlocked ioctl status.Dave Airlie2010-02-111-22/+22
* drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-181-3/+10
* drm: Add dirty ioctl and propertyJakob Bornecrantz2009-12-041-0/+1
* drm/kms: add page flipping ioctlKristian Høgsberg2009-11-181-0/+1
* drm: check return values in drm_versionAndres Salomon2009-11-181-5/+11
* drm: replace DRM_COPY macro w/ a functionAndres Salomon2009-11-181-12/+22
* drm: kill more unused DRM macrosAndres Salomon2009-11-181-0/+12
* drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)Jesse Barnes2009-08-191-2/+2
* drm: Remove memory debugging infrastructure.Eric Anholt2009-06-181-13/+5Star
* debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim2009-06-161-1/+1
* drm: Copy back ioctl data to userspace regardless of return code.Michel Dänzer2009-05-201-1/+1
* drm: add control node checks missing from kms mergeJonas Bonn2009-04-241-1/+2
* drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.Eric Anholt2009-03-291-5/+10
* drm: Convert proc files to seq_file and introduce debugfsBen Gamari2009-03-131-1/+11
* drm: claim PCI device when running in modesetting mode.Kristian Høgsberg2009-03-131-59/+12Star
* drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt2009-03-131-1/+1
* drm: fix leak of device mappings since multi-master changes.Dave Airlie2009-01-191-0/+4