index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_bo.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge v6.2-rc6 into drm-next
Daniel Vetter
2023-01-31
1
-4
/
+2
|
\
|
*
drm/vc4: bo: Fix unused variable warning
Maxime Ripard
2023-01-13
1
-1
/
+0
|
*
drm/vc4: bo: Fix drmm_mutex_init memory hog
Maxime Ripard
2023-01-12
1
-3
/
+2
*
|
drm/vc4: use new debugfs device-centered functions
Maíra Canal
2022-12-22
1
-7
/
+3
|
/
*
drm/vc4: Fix spelling mistake "mmaping" -> "mmapping"
Colin Ian King
2022-10-24
1
-2
/
+2
*
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
2022-08-03
1
-1
/
+1
*
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-08-03
1
-22
/
+22
*
drm/vc4: Switch to drmm_mutex_init
Maxime Ripard
2022-07-13
1
-2
/
+13
*
drm/vc4: debugfs: Simplify debugfs registration
Maxime Ripard
2022-07-13
1
-3
/
+17
*
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2022-07-13
1
-8
/
+54
|
\
|
*
drm/vc4: Warn if some v3d code is run on BCM2711
Maxime Ripard
2022-06-16
1
-0
/
+49
|
*
drm/vc4: bo: Split out Dumb buffers fixup
Maxime Ripard
2022-06-16
1
-6
/
+3
|
*
drm/vc4: bo: Rename vc4_dumb_create
Maxime Ripard
2022-06-16
1
-3
/
+3
*
|
drm: Drop drm_framebuffer.h from drm_crtc.h
Ville Syrjälä
2022-06-20
1
-0
/
+2
|
/
*
drm/vc4: simplify the return expression of vc4_grab_bin_bo()
Minghao Chi
2022-04-29
1
-7
/
+1
*
drm/vc4: remove redundant assignment of variable size
Colin Ian King
2022-01-14
1
-2
/
+0
*
drm/cma-helper: Pass GEM CMA object in public interfaces
Thomas Zimmermann
2021-11-30
1
-2
/
+2
*
drm/cma-helper: Export dedicated wrappers for GEM object functions
Thomas Zimmermann
2021-11-30
1
-2
/
+2
*
drm/vc4: Initialize vc4_drm_driver with CMA helper defaults
Thomas Zimmermann
2021-01-15
1
-14
/
+0
*
drm/vc4: Move mmap implementation into GEM object function
Thomas Zimmermann
2021-01-13
1
-51
/
+4
*
drm/vc4: Make several BO functions static
Thomas Zimmermann
2021-01-13
1
-17
/
+17
*
drm/vc4: Use drm_gem_cma_vmap() directly
Thomas Zimmermann
2021-01-13
1
-13
/
+1
*
drm/cma-helper: Implement mmap as GEM CMA object functions
Thomas Zimmermann
2020-11-30
1
-1
/
+1
*
drm/cma-helper: Remove prime infix from GEM object functions
Thomas Zimmermann
2020-11-30
1
-2
/
+2
*
drm: fix some kernel-doc markups
Mauro Carvalho Chehab
2020-11-16
1
-1
/
+1
*
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2020-11-10
1
-4
/
+5
|
\
|
*
Merge v5.10-rc3 into drm-next
Daniel Vetter
2020-11-10
1
-4
/
+5
|
|
\
|
|
*
drm/vc4: Use devm_drm_dev_alloc
Maxime Ripard
2020-11-02
1
-2
/
+2
|
|
*
drm/vc4: bo: Add a managed action to cleanup the cache
Maxime Ripard
2020-11-02
1
-2
/
+3
*
|
|
drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backends
Thomas Zimmermann
2020-11-09
1
-3
/
+3
*
|
|
drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()
Thomas Zimmermann
2020-11-09
1
-1
/
+0
|
/
/
*
/
drm/vc4: Introduce GEM object functions
Thomas Zimmermann
2020-09-25
1
-1
/
+20
|
/
*
drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2020-05-19
1
-7
/
+7
*
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
2019-07-22
1
-4
/
+1
|
\
|
*
Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2019-07-15
1
-1
/
+30
|
|
\
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
*
|
|
drm/vc4: Don set gem_obj->resv in prime import anymore
Daniel Vetter
2019-06-25
1
-2
/
+0
*
|
|
drm/prime: Align gem_prime_export with obj_funcs.export
Daniel Vetter
2019-06-21
1
-3
/
+2
|
|
/
|
/
|
*
|
drm/vc4: Allocate binner bo when starting to use the V3D
Paul Kocialkowski
2019-05-23
1
-1
/
+30
|
/
*
drm/vc4: Use common helpers for debugfs setup by the driver components.
Eric Anholt
2019-04-03
1
-3
/
+3
*
drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.
Eric Anholt
2019-04-01
1
-34
/
+14
*
drm: vc4: Switch to use drm_gem_object reservation_object
Rob Herring
2019-02-19
1
-14
/
+1
*
gpu: drm: vc4: Adding new typedef vm_fault_t
Souptick Joarder
2018-06-21
1
-1
/
+1
*
drm/vc4: Fix memory leak during BO teardown
Daniel J Blueman
2018-04-09
1
-0
/
+2
*
drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usage
Boris Brezillon
2017-12-07
1
-1
/
+2
*
drm/vc4: Convert timers to use timer_setup()
Kees Cook
2017-11-21
1
-6
/
+3
*
drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()
Boris BREZILLON
2017-11-03
1
-2
/
+2
*
drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctl
Boris Brezillon
2017-10-19
1
-8
/
+279
*
drm/vc4: Continue the switch to drm_*_put() helpers
Cihangir Akturk
2017-08-14
1
-1
/
+1
*
drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.
Eric Anholt
2017-08-08
1
-7
/
+7
[next]