summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_bufs.c
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau: Remove support for legacy contexts/buffersThomas Zimmermann2023-01-131-8/+4
* drm: Fix typo in commentsCai Huoqing2021-08-021-1/+1
* drm: fix leaked dma handles after removing drm_pci_freeJoseph Kogut2021-05-261-0/+1
* drm: Fix missing unlock and free on error in drm_legacy_addbufs_pci()Zou Wei2021-05-201-1/+9
* drm: Mark AGP implementation and ioctls as legacyThomas Zimmermann2021-05-101-1/+0
* drm: remove usage of drm_pci_alloc/freeJoseph Kogut2021-04-261-3/+16
* drm: drm_bufs.c: Adjust end of block commentBeatriz Martins de Carvalho2021-04-221-1/+2
* drm/drm_bufs.c: In switch, add break in default caseFabio M. De Francesco2021-04-201-1/+1
* drm: Upcast struct drm_device.dev to struct pci_device; replace pdevThomas Zimmermann2021-01-191-2/+2
* drm: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-221-0/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* drm : Insert blank lines after declarations.Suraj Upadhyay2020-07-021-0/+6
* drm: delete drm_pci.hDaniel Vetter2020-04-031-1/+1
* drm: bufs: Clean up documentationBenjamin Gaignard2020-03-161-10/+10
* drm: Remove the dma_alloc_coherent wrapper for internal usageChris Wilson2020-02-041-11/+9
* Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-5/+16
|\
| * drm: drop use of drmP.h in drm/*Sam Ravnborg2019-05-271-5/+16
* | drm: return -EFAULT if copy_to_user() failsDan Carpenter2019-06-181-1/+4
|/
* drm/legacy: move map cleanups into drm_bufs.cDave Airlie2019-04-241-0/+8
* drm: Trivial comment grammar cleanupsMatt Roper2019-02-041-2/+2
* drm: un-inline drm_legacy_findmap()Jani Nikula2019-01-021-0/+11
* drm/bufs: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+3
* drm: Differentiate the lack of an interface from invalid parameterChris Wilson2018-09-141-16/+16
* drm: dma_bufs: Fixed checkpatch issuesPaul McQuade2018-03-191-8/+8
* switch compat_drm_mapbufs() to drm_ioctl_kernel()Al Viro2017-07-041-29/+39
* switch compat_drm_infobufs() to drm_ioctl_kernel()Al Viro2017-05-271-22/+26
* GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()Markus Elfring2016-09-211-2/+1
* GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()Markus Elfring2016-09-211-1/+1
* GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()Markus Elfring2016-09-211-2/+2
* GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()Markus Elfring2016-09-211-2/+3
* drm: Used DRM_LEGACY for all legacy functionsDaniel Vetter2016-08-081-11/+11
* drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter2016-06-211-4/+4
* drm: Hide master MAP cleanup in drm_bufs.cDaniel Vetter2016-04-271-5/+22
* drm: Forbid legacy MAP functions for DRIVER_MODESETDaniel Vetter2016-04-271-0/+12
* drm: Move drm_getmap into drm_bufs.c and give it a legacy prefixDaniel Vetter2016-04-271-0/+52
* drm: Remove __OS_HAS_AGPDaniel Vetter2015-09-301-3/+3
* drm: Move __drm_pci_free to drm_legacy.hDaniel Vetter2014-09-121-1/+1
* drm: Move dma functions into drm_legacy.hDaniel Vetter2014-09-121-1/+1
* drm: mark drm_buf and drm_map as legacyDavid Herrmann2014-09-101-46/+44
* drm: remove unused "struct drm_freelist"David Herrmann2014-08-021-9/+8
* Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie2014-05-161-1/+1
|\
| * drm: Fix indentation of closing braceThierry Reding2014-04-291-1/+1
* | drm: rename dev->count_lock to dev->buf_lockDaniel Vetter2014-04-231-16/+16
|/
* drm: rip out drm_core_has_AGPDaniel Vetter2013-12-181-2/+2
* drm/bufs: remove handling of _DRM_GEM mappingsDaniel Vetter2013-12-181-6/+0
* drm: remove the dma_ioctl special-caseDaniel Vetter2013-08-191-0/+12
* drm: rip out drm_core_has_MTRR checksDaniel Vetter2013-08-191-8/+5
* drm: rip out DRIVER_FB_DMA and related codeDaniel Vetter2013-08-191-159/+2
* drm: disallow legacy dma ioctls for modesetting driversDaniel Vetter2013-08-191-0/+15
* drm: remove drm_orderDaniel Vetter2013-07-231-23/+0