aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_drv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-28drm: Add a function to get the ioctl flagsThomas Hellstrom1-0/+18
2014-03-28drm: Make control nodes master-less v3Thomas Hellstrom1-3/+4
2014-03-28drm: Break out ioctl permission check to a separate function v2Thomas Hellstrom1-38/+75
2014-03-16drm: remove redundant minor->device fieldDavid Herrmann1-2/+2
2013-12-18drm: Kill file_priv->ioctl_count trackingDaniel Vetter1-2/+0
2013-12-18drm: rip out dev->ioctl_count trackingDaniel Vetter1-2/+0
2013-11-08Merge tag 'drm-intel-fixes-2013-11-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-nextDave Airlie1-2/+9
2013-11-04Merge tag 'v3.12' into drm-intel-nextDaniel Vetter1-2/+9
2013-10-31drm: Fix typo in debug messageThierry Reding1-1/+1
2013-10-30drm: allow DRM_IOCTL_VERSION on render-nodesDavid Herrmann1-1/+1
2013-10-18drm: Prevent overwriting from userspace underallocating core ioctl structsChris Wilson1-1/+8
2013-10-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-nextDaniel Vetter1-71/+0
2013-10-09drm: Kill drm perf counter leftoversVille Syrjälä1-1/+0
2013-10-09drm: move drm_lastclose() to drm_fops.cDavid Herrmann1-70/+0
2013-10-01drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau1-0/+1
2013-08-30drm: implement experimental render nodesDavid Herrmann1-6/+7
2013-08-19drm: move dev data clearing from drm_setup to lastcloseDaniel Vetter1-0/+27
2013-08-19drm: remove procfs code, take 2Daniel Vetter1-8/+0
2013-08-19drm: remove the dma_ioctl special-caseDaniel Vetter1-5/+1
2013-08-19drm: use ida to allocate connector idsIlia Mirkin1-0/+2
2013-08-19drm: mark dma setup/teardown as legacy systemsDaniel Vetter1-3/+1
2013-08-19drm: hide legacy sg cleanup better from common codeDaniel Vetter1-5/+1
2013-08-07drm/agp: move AGP cleanup paths to drm_agpsupport.cDavid Herrmann1-20/+1
2013-07-23drm: move drm_getsarea into drm_bufs.cDaniel Vetter1-15/+0
2013-07-23drm: fold in drm_sg_alloc into the ioctlDaniel Vetter1-1/+1
2013-07-23drm: remove drm_modctx ioctl and use drm_noop insteadDaniel Vetter1-1/+1
2013-06-28drm: add hotspot support for cursors.Dave Airlie1-0/+1
2013-05-10drm: Use names of ioctls in debug tracesChris Cummins1-7/+13
2013-04-30drm: Kill user_modes list and the associated ioctlsVille Syrjälä1-2/+2
2013-04-30drm: Make drm_ioctls constVille Syrjälä1-2/+2
2013-04-16drm: Perform ioctl command validation on the stored kernel valuesChris Wilson1-0/+1
2013-02-27drm: don't use idr_remove_all()Tejun Heo1-1/+0
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