index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_bufs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
drm/nouveau: Remove support for legacy contexts/buffers
Thomas Zimmermann
1
-8
/
+4
2021-08-02
drm: Fix typo in comments
Cai Huoqing
1
-1
/
+1
2021-05-26
drm: fix leaked dma handles after removing drm_pci_free
Joseph Kogut
1
-0
/
+1
2021-05-20
drm: Fix missing unlock and free on error in drm_legacy_addbufs_pci()
Zou Wei
1
-1
/
+9
2021-05-10
drm: Mark AGP implementation and ioctls as legacy
Thomas Zimmermann
1
-1
/
+0
2021-04-26
drm: remove usage of drm_pci_alloc/free
Joseph Kogut
1
-3
/
+16
2021-04-22
drm: drm_bufs.c: Adjust end of block comment
Beatriz Martins de Carvalho
1
-1
/
+2
2021-04-20
drm/drm_bufs.c: In switch, add break in default case
Fabio M. De Francesco
1
-1
/
+1
2021-01-19
drm: Upcast struct drm_device.dev to struct pci_device; replace pdev
Thomas Zimmermann
1
-2
/
+2
2020-11-23
drm: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-02
drm : Insert blank lines after declarations.
Suraj Upadhyay
1
-0
/
+6
2020-04-03
drm: delete drm_pci.h
Daniel Vetter
1
-1
/
+1
2020-03-16
drm: bufs: Clean up documentation
Benjamin Gaignard
1
-10
/
+10
2020-02-05
drm: Remove the dma_alloc_coherent wrapper for internal usage
Chris Wilson
1
-11
/
+9
2019-07-16
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-5
/
+16
2019-06-18
drm: return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-1
/
+4
2019-05-27
drm: drop use of drmP.h in drm/*
Sam Ravnborg
1
-5
/
+16
2019-04-24
drm/legacy: move map cleanups into drm_bufs.c
Dave Airlie
1
-0
/
+8
2019-02-04
drm: Trivial comment grammar cleanups
Matt Roper
1
-2
/
+2
2019-01-02
drm: un-inline drm_legacy_findmap()
Jani Nikula
1
-0
/
+11
2018-10-17
drm/bufs: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
1
-0
/
+3
2018-09-14
drm: Differentiate the lack of an interface from invalid parameter
Chris Wilson
1
-16
/
+16
2018-03-19
drm: dma_bufs: Fixed checkpatch issues
Paul McQuade
1
-8
/
+8
2017-07-04
switch compat_drm_mapbufs() to drm_ioctl_kernel()
Al Viro
1
-29
/
+39
2017-05-27
switch compat_drm_infobufs() to drm_ioctl_kernel()
Al Viro
1
-22
/
+26
2016-09-21
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_sg()
Markus Elfring
1
-2
/
+1
2016-09-21
GPU-DRM: Replace a kzalloc() call by kcalloc() in drm_legacy_addbufs_agp()
Markus Elfring
1
-1
/
+1
2016-09-21
GPU-DRM: Replace two kzalloc() calls by kcalloc() in drm_legacy_addbufs_pci()
Markus Elfring
1
-2
/
+2
2016-09-21
GPU-DRM: Use kmalloc_array() in drm_legacy_addbufs_pci()
Markus Elfring
1
-2
/
+3
2016-08-08
drm: Used DRM_LEGACY for all legacy functions
Daniel Vetter
1
-11
/
+11
2016-06-21
drm: Move master pointer from drm_minor to drm_device
Daniel Vetter
1
-4
/
+4
2016-04-27
drm: Hide master MAP cleanup in drm_bufs.c
Daniel Vetter
1
-5
/
+22
2016-04-27
drm: Forbid legacy MAP functions for DRIVER_MODESET
Daniel Vetter
1
-0
/
+12
2016-04-27
drm: Move drm_getmap into drm_bufs.c and give it a legacy prefix
Daniel Vetter
1
-0
/
+52
2015-09-30
drm: Remove __OS_HAS_AGP
Daniel Vetter
1
-3
/
+3
2014-09-12
drm: Move __drm_pci_free to drm_legacy.h
Daniel Vetter
1
-1
/
+1
2014-09-12
drm: Move dma functions into drm_legacy.h
Daniel Vetter
1
-1
/
+1
2014-09-10
drm: mark drm_buf and drm_map as legacy
David Herrmann
1
-46
/
+44
2014-08-02
drm: remove unused "struct drm_freelist"
David Herrmann
1
-9
/
+8
2014-05-16
Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-1
/
+1
2014-04-29
drm: Fix indentation of closing brace
Thierry Reding
1
-1
/
+1
2014-04-23
drm: rename dev->count_lock to dev->buf_lock
Daniel Vetter
1
-16
/
+16
2013-12-18
drm: rip out drm_core_has_AGP
Daniel Vetter
1
-2
/
+2
2013-12-18
drm/bufs: remove handling of _DRM_GEM mappings
Daniel Vetter
1
-6
/
+0
2013-08-19
drm: remove the dma_ioctl special-case
Daniel Vetter
1
-0
/
+12
2013-08-19
drm: rip out drm_core_has_MTRR checks
Daniel Vetter
1
-8
/
+5
2013-08-19
drm: rip out DRIVER_FB_DMA and related code
Daniel Vetter
1
-159
/
+2
2013-08-19
drm: disallow legacy dma ioctls for modesetting drivers
Daniel Vetter
1
-0
/
+15
2013-07-23
drm: remove drm_order
Daniel Vetter
1
-23
/
+0
[next]