summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_drv.c
AgeCommit message (Expand)Author
2012-07-19drm: kill dma queue supportDaniel Vetter
2012-06-21drm: use format %d to print error codeYuanhan Liu
2012-05-17drm: add generic ioctls to get/set properties on any objectPaulo Zanoni
2012-03-30drm: base prime/dma-buf support (v5)Dave Airlie
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie
2012-02-03drm: remove master fd restriction on mode setting gettersMandeep Singh Baines
2012-01-05drm: make DRM_UNLOCKED ioctls with their own mutexIlija Hadzic
2012-01-05drm: no need to hold global mutex for static dataIlija Hadzic
2011-12-20Merge tag 'v3.2-rc6' of /home/airlied/devel/kernel/linux-2.6 into drm-core-nextDave Airlie
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-15drm: add plane support v3Jesse Barnes
2011-11-11drm: do not sleep on vblank while holding a mutexIlija Hadzic
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker
2011-10-19drm: drm_ioctl() should zero-init extra dataRob Clark
2011-03-04drm/core: add ioctl to query device/driver capabilitiesBen Skeggs
2011-02-07drm: rework PCI/platform driver interface.Dave Airlie
2011-02-07drm: dumb scanout create/mmap for intel/radeon (v3)Dave Airlie
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-08-30drm: kill dev->timerDaniel Vetter
2010-08-30drm: replace drawable ioctl by noopsDaniel Vetter
2010-08-17drm: block userspace under allocating buffer and having drivers overwrite it ...Dave Airlie
2010-08-17drm: stop information leak of old kernel stack.Dave Airlie
2010-08-05drm: kill BKL from common codeArnd Bergmann
2010-08-04drm: move ttm global code to core drmDave Airlie
2010-08-02drm: Free the idr layers before calling idr_destroy()Chris Wilson
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-11drm: switch all GEM/KMS ioctls to unlocked ioctl status.Dave Airlie
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann
2009-12-04drm: Add dirty ioctl and propertyJakob Bornecrantz
2009-11-18drm/kms: add page flipping ioctlKristian Høgsberg
2009-11-18drm: check return values in drm_versionAndres Salomon
2009-11-18drm: replace DRM_COPY macro w/ a functionAndres Salomon
2009-11-18drm: kill more unused DRM macrosAndres Salomon
2009-08-19drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)Jesse Barnes
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt
2009-06-15debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem.GeunSik Lim
2009-05-20drm: Copy back ioctl data to userspace regardless of return code.Michel Dänzer
2009-04-24drm: add control node checks missing from kms mergeJonas Bonn
2009-03-29drm: Use a little stash on the stack to avoid kmalloc in most DRM ioctls.Eric Anholt
2009-03-13drm: Convert proc files to seq_file and introduce debugfsBen Gamari
2009-03-13drm: claim PCI device when running in modesetting mode.Kristian Høgsberg
2009-03-13drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt
2009-01-19drm: fix leak of device mappings since multi-master changes.Dave Airlie
2009-01-07drm: fix ordering of driver unload vs agp unload.Dave Airlie
2008-12-29drm: Avoid use-before-null-test on dev in drm_cleanup().Eric Anholt
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg
2008-12-29drm: sanitise drm modesetting API + remove unused hotplugJakob Bornecrantz
2008-12-29drm: fix allowing master ioctls on non-master fds.Dave Airlie