summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_ioctl.c
AgeCommit message (Expand)AuthorLines
2017-07-09Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-0/+12
2017-07-04mga: switch compat ioctls to drm_ioctl_kernel()Al Viro-0/+1
2017-06-14drm: introduce sync objects (v4)Dave Airlie-0/+12
2017-05-27switch compat_drm_getclient() to drm_ioctl_kernel()Al Viro-1/+1
2017-05-27switch compat_drm_getunique() to drm_ioctl_kernel()Al Viro-1/+1
2017-05-27switch compat_drm_version() to drm_ioctl_kernel()Al Viro-1/+1
2017-05-27new helper: drm_ioctl_kernel()Al Viro-14/+27
2017-04-04drm: Pass CRTC ID in userspace vblank eventsAnder Conselvan de Oliveira-0/+3
2017-04-04drm: document drm_ioctl.[hc]Daniel Vetter-2/+48
2017-03-25drm: Extract drm_ioctl.hDaniel Vetter-0/+1
2016-12-30drm: Export drm_ioctl_permit to kernel-docGabriel Krisman Bertazi-3/+5
2016-12-30drm: Drop unused forward declaration of drm_versionGabriel Krisman Bertazi-3/+0
2016-12-18drm/irq: drm_legacy_ prefix for legacy ioctlsDaniel Vetter-2/+2
2016-12-13drm: Enforce BKL-less ioctls for modern driversDaniel Vetter-3/+2
2016-12-13drm: setclientcap doesn't need the drm BKLDaniel Vetter-1/+1
2016-12-13drm: Protect master->unique with dev->master_mutexDaniel Vetter-3/+9
2016-12-08drm: Allow CAP_PRIME on !MODESETDaniel Vetter-6/+7
2016-12-06drm: Return -ENOTSUPP when called for KMS cap with a non-KMS driverMichel Dänzer-9/+15
2016-11-30drm: Don't call drm_for_each_crtc with a non-KMS driverMichel Dänzer-4/+6
2016-09-19drm: drop obsolete drm_core.hDavid Herrmann-1/+0
2016-09-01Merge tag 'topic/drm-misc-2016-08-31' of git://anongit.freedesktop.org/drm-in...Dave Airlie-3/+2
2016-08-25drm: reduce GETCLIENT to a minimumDavid Herrmann-3/+2
2016-08-25Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie-0/+8
2016-08-10drm: Add DRM_MODE_PAGE_FLIP_TARGET_ABSOLUTE/RELATIVE flags v2Michel Dänzer-0/+8
2016-08-08drm: Used DRM_LEGACY for all legacy functionsDaniel Vetter-2/+2
2016-07-14drm: Don't overwrite user ioctl arg unless requestedChris Wilson-28/+22
2016-06-30drm: Fix a typo in drm_ioctl.cMasanari Iida-1/+1
2016-06-21drm: document drm_auth.cDaniel Vetter-0/+1
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter-1/+2
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter-0/+58
2016-06-21drm: Nuke SET_UNIQUE ioctlDaniel Vetter-46/+1
2016-06-21drm: Use dev->name as fallback for dev->uniqueDaniel Vetter-6/+1
2016-06-20drm: Mark set/drop master ioctl as unlocked.Daniel Vetter-2/+2
2016-06-20drm: Mark authmagic ioctls as unlockedDaniel Vetter-2/+2
2016-04-27drm: Move drm_getmap into drm_bufs.c and give it a legacy prefixDaniel Vetter-53/+1
2015-10-16drm: Enforce unlocked ioctl operation for kms driver ioctlsDaniel Vetter-2/+8
2015-09-30drm/drm_ioctl.c: kerneldocDaniel Vetter-22/+54
2015-09-30drm: Define a drm_invalid_op ioctl implementationDaniel Vetter-0/+7
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter-1/+1
2015-09-24drm: Allow also control clients to check the drm versionThomas Hellstrom-1/+2
2015-08-12drm: export the DRM permission check codeThomas Hellstrom-1/+2
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-3/+2
2015-06-24drm: Always enable atomic APIDaniel Stone-3/+0
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez-13/+1
2015-05-22drm/mode: Add user blob-creation ioctlDaniel Stone-0/+2
2015-03-31drm: line wrap DRM_IOCTL_DEF* macrosEmil Velikov-2/+7
2015-03-27drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() codeVille Syrjälä-6/+7
2015-03-27drm: Use max() to make the ioctl alloc size code cleanerVille Syrjälä-3/+2
2015-03-27drm: Simplify core vs. drv ioctl handlingVille Syrjälä-24/+15
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä-3/+3