summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Remove locking for legacy ioctls and DRM_UNLOCKEDThomas Zimmermann2023-12-061-16/+7
* drm: Remove the legacy DRM_IOCTL_MODESET_CTL ioctlThomas Zimmermann2023-12-061-2/+0
* drm: Remove entry points for legacy ioctlsThomas Zimmermann2023-12-061-57/+0
* drm: Introduce DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOTZack Rusin2023-11-241-0/+9
* drm: introduce DRM_CAP_ATOMIC_ASYNC_PAGE_FLIPSimon Ser2023-11-231-0/+4
* drm: introduce CLOSEFB IOCTLSimon Ser2023-10-271-0/+1
* drm: Update file owner during useTvrtko Ursulin2023-09-201-0/+3
* drm/syncobj: add IOCTL to register an eventfdSimon Ser2023-07-201-0/+2
* drm: Enable PRIME import/export for all driversThomas Zimmermann2023-06-261-2/+1
* drm: Replace DRM_DEBUG with drm_dbg_core in file and ioctl handlingTvrtko Ursulin2023-01-031-12/+13
* drm: Prevent drm_copy_field() to attempt copying a NULL pointerJavier Martinez Canillas2022-07-151-0/+6
* drm: Use size_t type for len variable in drm_copy_field()Javier Martinez Canillas2022-07-151-1/+1
* GPU: drm: drop unexpected word "the" in the commentsJiang Jian2022-06-221-1/+1
* drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki2022-01-311-1/+1
* GPU: drm: fix style errorsF.A.Sulaiman2021-08-281-3/+3
* drm: unexport drm_ioctl_permitDesmond Cheong Zhi Xi2021-08-131-14/+1
* drm: Fix typo in commentsCai Huoqing2021-08-021-2/+2
* drm: Return -ENOTTY for non-drm ioctlsCharles Baylis2021-07-201-0/+3
* Backmerge tag 'v5.13-rc7' into drm-nextDave Airlie2021-06-231-4/+5
|\
| * drm: Fix use-after-free read in drm_getunique()Desmond Cheong Zhi Xi2021-06-081-4/+5
* | drm: Mark IRQ_BUSID ioctl as legacyThomas Zimmermann2021-05-171-1/+2
* | drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann2021-05-101-9/+15
|/
* drm: Give irq_by_busid drm_legacy_ prefixDaniel Vetter2020-10-211-1/+1
* Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-06-241-5/+6
|\
| * drm: print the current->comm alongside the pidEmil Velikov2020-05-191-5/+6
* | Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-021-2/+2
|\|
| * drm: rework SET_MASTER and DROP_MASTER perm handlingEmil Velikov2020-03-301-2/+2
* | docs: fix broken references to text filesMauro Carvalho Chehab2020-04-201-1/+1
|/
* drm: Add getfb2 ioctlDaniel Stone2020-01-141-0/+1
* drm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctlsEmil Velikov2019-12-021-2/+2
* drm/atomic: Take the atomic toys away from XDaniel Vetter2019-09-181-1/+6
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-1/+1
|\
| * Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-161-1/+1
| |\
| | * docs: ioctl: convert to ReSTMauro Carvalho Chehab2019-07-151-1/+1
* | | drm/ioctl: Ditch DRM_UNLOCKED except for the legacy vblank ioctlDaniel Vetter2019-06-211-70/+69
|/ /
* / drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-8/+14
|/
* drm: introduce a capability flag for syncobj timeline supportLionel Landwerlin2019-05-021-0/+3
* drm: allow removal of legacy codepaths (v4.1)Dave Airlie2019-04-241-24/+31
* Revert "drm: allow render capable master with DRM_AUTH ioctls"Dave Airlie2019-04-181-16/+4
* drm/syncobj: add timeline signal ioctl for syncobj v5Chunming Zhou2019-04-011-0/+2
* drm/syncobj: add transition iotcls between binary and timeline v2Chunming Zhou2019-04-011-0/+2
* drm/syncobj: add timeline payload query ioctl v6Chunming Zhou2019-04-011-0/+2
* drm/syncobj: add support for timeline point wait v8Chunming Zhou2019-04-011-0/+2
* drm: allow render capable master with DRM_AUTH ioctlsEmil Velikov2019-02-131-4/+16
* drm: drop DRM_AUTH requirement from AUTH_MAGIC ioctlEmil Velikov2019-02-131-1/+1
* drm/ioctl: Fix Spectre v1 vulnerabilitiesGustavo A. R. Silva2018-12-201-2/+8
* drm: Return -EOPNOTSUPP in drm_setclientcap() when driver do not support KMSJosé Roberto de Souza2018-09-211-0/+6
* drm: Differentiate the lack of an interface from invalid parameterChris Wilson2018-09-141-2/+2
* drm: refuse ADDFB2 ioctl for broken bigendian driversGerd Hoffmann2018-09-101-1/+1
* drm: drop _mode_ from remaining connector functionsDaniel Vetter2018-07-131-1/+1