index
:
pub/scm/linux/kernel/git/evalenti/linux.git
master
Eduardo's Linux Tree
Eduardo Valentin
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
vc4
/
vc4_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-06
Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-1
/
+0
2026-04-15
Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+1
2026-04-02
drm/vc4: Clean-up UAPI header inclusion
Maíra Canal
1
-1
/
+0
2026-04-02
drm/vc4: Fix a memory leak in hang state error path
Maíra Canal
1
-8
/
+10
2026-04-02
drm/vc4: Fix memory leak of BO array in hang state
Maíra Canal
1
-0
/
+1
2026-03-03
drm/vc4: Test for imported buffers with drm_gem_is_imported()
Thomas Zimmermann
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-6
/
+6
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
1
-0
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-01-19
drm/vc4: Remove BOs seqnos
Maíra Canal
1
-57
/
+2
2025-01-19
drm/vc4: Use DMA Resv to implement VC4 wait BO IOCTL
Maíra Canal
1
-11
/
+14
2025-01-19
drm/vc4: Use DRM Execution Contexts
Maíra Canal
1
-78
/
+21
2024-09-09
drm/vc4: Make v3d paths unavailable on any generation newer than vc4
Maxime Ripard
1
-12
/
+12
2024-09-09
drm/vc4: Introduce generation number enum
Maxime Ripard
1
-12
/
+12
2024-08-22
drm/vc4: Get the rid of DRM_ERROR()
Stefan Wahren
1
-6
/
+5
2023-02-28
drm/vc4: replace obj lookup steps with drm_gem_objects_lookup
Maíra Canal
1
-41
/
+2
2023-02-28
drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_info
Maíra Canal
1
-20
/
+17
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
1
-4
/
+4
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
1
-2
/
+2
2022-07-13
drm/vc4: Switch to drmm_mutex_init
Maxime Ripard
1
-2
/
+8
2022-06-16
drm/vc4: Warn if some v3d code is run on BCM2711
Maxime Ripard
1
-0
/
+40
2022-04-07
drm/vc4: Use newer fence API properly to fix build errors
Javier Martinez Canillas
1
-2
/
+4
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
1
-1
/
+1
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
1
-1
/
+1
2022-03-17
drm/vc4: add tracepoints for CL submissions
Melissa Wen
1
-0
/
+7
2021-02-09
drm/vc4: remove unneeded variable: "ret"
Bernard Zhao
1
-2
/
+1
2020-11-02
drm/vc4: Use devm_drm_dev_alloc
Maxime Ripard
1
-5
/
+5
2020-11-02
drm/vc4: gem: Add a managed action to cleanup the job queue
Maxime Ripard
1
-4
/
+5
2020-05-19
drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-7
/
+7
2019-12-17
drm/vc4: Use dma_resv locking wrappers
Daniel Vetter
1
-6
/
+5
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
1
-3
/
+3
2019-07-17
drm/vc4: drop use of drmP.h
Sam Ravnborg
1
-0
/
+2
2019-05-23
drm/vc4: Allocate binner bo when starting to use the V3D
Paul Kocialkowski
1
-0
/
+11
2019-04-03
drm/vc4: Disable V3D interactions if the v3d component didn't probe.
Eric Anholt
1
-0
/
+10
2019-04-01
drm/vc4: Add helpers for pm get/put.
Eric Anholt
1
-16
/
+5
2019-02-19
drm: vc4: Switch to use drm_gem_object reservation_object
Rob Herring
1
-9
/
+9
2018-12-05
drm: revert "expand replace_fence to support timeline point v2"
Christian König
1
-1
/
+1
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
1
-1
/
+1
2018-10-16
drm: add flags to drm_syncobj_find_fence
Chunming Zhou
1
-1
/
+1
2018-09-06
drm: expand replace_fence to support timeline point v2
Chunming Zhou
1
-1
/
+1
2018-09-06
drm: expand drm_syncobj_find_fence to support timeline point v2
Chunming Zhou
1
-1
/
+1
2018-05-03
drm/vc4: Add a pad field to align drm_vc4_submit_cl to 64 bits.
Eric Anholt
1
-0
/
+5
2018-04-30
drm/vc4: Export fence through syncobj
Stefan Schake
1
-2
/
+28
2018-04-30
drm/vc4: Syncobj import support
Stefan Schake
1
-5
/
+25
2018-02-16
Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-5
/
+43
2018-02-10
drm/vc4: Expose performance counters to userspace
Boris Brezillon
1
-5
/
+43
2018-01-18
drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
Boris Brezillon
1
-6
/
+6
2018-01-18
drm/vc4: Flush the caches before the bin jobs, as well.
Eric Anholt
1
-0
/
+21
2017-12-08
drm/vc4: Release fence after signalling
Stefan Schake
1
-1
/
+3
[next]