aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_ioctl.c
AgeCommit message (Expand)Author
2016-07-14drm: Don't overwrite user ioctl arg unless requestedChris Wilson
2016-06-30drm: Fix a typo in drm_ioctl.cMasanari Iida
2016-06-21drm: document drm_auth.cDaniel Vetter
2016-06-21drm: Extract drm_is_current_masterDaniel Vetter
2016-06-21drm: Lobotomize set_busid nonsense for !pci driversDaniel Vetter
2016-06-21drm: Nuke SET_UNIQUE ioctlDaniel Vetter
2016-06-21drm: Use dev->name as fallback for dev->uniqueDaniel Vetter
2016-06-20drm: Mark set/drop master ioctl as unlocked.Daniel Vetter
2016-06-20drm: Mark authmagic ioctls as unlockedDaniel Vetter
2016-04-27drm: Move drm_getmap into drm_bufs.c and give it a legacy prefixDaniel Vetter
2015-10-16drm: Enforce unlocked ioctl operation for kms driver ioctlsDaniel Vetter
2015-09-30drm/drm_ioctl.c: kerneldocDaniel Vetter
2015-09-30drm: Define a drm_invalid_op ioctl implementationDaniel Vetter
2015-09-30drm: Remove __OS_HAS_AGPDaniel Vetter
2015-09-24drm: Allow also control clients to check the drm versionThomas Hellstrom
2015-08-12drm: export the DRM permission check codeThomas Hellstrom
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-06-24drm: Always enable atomic APIDaniel Stone
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez
2015-05-22drm/mode: Add user blob-creation ioctlDaniel Stone
2015-03-31drm: line wrap DRM_IOCTL_DEF* macrosEmil Velikov
2015-03-27drm: Rewrite drm_ioctl_flags() to resemble the new drm_ioctl() codeVille Syrjälä
2015-03-27drm: Use max() to make the ioctl alloc size code cleanerVille Syrjälä
2015-03-27drm: Simplify core vs. drv ioctl handlingVille Syrjälä
2015-03-27drm: Drop ioctl->cmd_drvVille Syrjälä
2015-02-13drm: add support for tiled/compressed/etc modifier in addfb2Rob Clark
2015-01-05drm: Ensure universal_planes is set for atomicDaniel Vetter
2015-01-05drm/atomic: Hide drm.ko internal interfacesDaniel Vetter
2015-01-05drm: Atomic modeset ioctlRob Clark
2015-01-05drm: add atomic propertiesRob Clark
2014-09-12drm: Purge ioctl forward declarations from drmP.hDaniel Vetter
2014-09-12drm: Move vblank related module options into drm_irq.cDaniel Vetter
2014-09-12drm: Move sg functions into drm_legacy.hDaniel Vetter
2014-09-10drm: move drm-lock API to drm_legacy.hDavid Herrmann
2014-09-10drm: Goody bye, drm_bus!David Herrmann
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-09-10drm: drop unused drm_master->unique_sizeDavid Herrmann
2014-09-10drm: mark drm_buf and drm_map as legacyDavid Herrmann
2014-08-08Revert "drm: drop redundant drm_file->is_master"Dave Airlie
2014-08-05drm: mark drm_context support as legacyDavid Herrmann
2014-08-05drm: merge drm_drv.c into drm_ioctl.cDavid Herrmann
2014-07-08drm: Remove command line guard for universal planesMatt Roper
2014-06-05drm: Introduce drm_dev_set_unique()Thierry Reding
2014-04-23drm: rip out dev->devnameDaniel Vetter
2014-04-23drm: inline drm_pci_set_uniqueDaniel Vetter
2014-04-01drm: Allow userspace to ask for universal plane list (v2)Matt Roper
2014-02-18drm: add DRM_CAPs for cursor sizeAlex Deucher
2013-10-01drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctlDamien Lespiau
2013-10-01drm: Add a SET_CLIENT_CAP ioctlDamien Lespiau
2013-08-30drm: Advertise async page flip ability through GETCAP ioctlKeith Packard