index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_bo.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-16
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-22
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
*
drm/vc4: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-08-08
1
-6
/
+6
*
drm/vc4: Convert more lock requirement comments to lockdep assertions.
Eric Anholt
2017-07-29
1
-3
/
+8
*
drm/vc4: Add an ioctl for labeling GEM BOs for summary stats
Eric Anholt
2017-07-29
1
-54
/
+204
*
drm/vc4: Add get/set tiling ioctls.
Eric Anholt
2017-06-16
1
-0
/
+83
*
drm/vc4/vc4_bo.c: always set bo->resv
Hans Verkuil
2017-06-13
1
-8
/
+4
*
drm/vc4: Expose dma-buf fences for V3D rendering.
Eric Anholt
2017-04-13
1
-1
/
+36
*
drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.
Eric Anholt
2017-03-02
1
-0
/
+8
*
drm/vc4: Fulfill user BO creation requests from the kernel BO cache.
Eric Anholt
2017-03-02
1
-6
/
+7
*
drm/vc4: Convert existing documentation to actual kerneldoc.
Eric Anholt
2017-02-28
1
-1
/
+4
*
drm/vc4: mark vc4_bo_cache_purge() static
Baoyou Xie
2016-09-09
1
-1
/
+1
*
drm/vc4: Use drm_gem_object_unreference_unlocked
Daniel Vetter
2016-05-31
1
-2
/
+0
*
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-05-17
1
-1
/
+1
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-03-21
1
-3
/
+4
|
\
|
*
drm/vc4: Return -EFAULT on copy_from_user() failure
Dan Carpenter
2016-03-14
1
-3
/
+4
*
|
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2016-03-09
1
-3
/
+2
|
/
*
drm/vc4: Return an ERR_PTR from BO creation instead of NULL.
Eric Anholt
2016-02-16
1
-8
/
+8
[next]