index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
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
2025-01-19
drm/vc4: Remove BOs seqnos
Maíra Canal
2025-01-19
drm/vc4: Use DMA Resv to implement VC4 wait BO IOCTL
Maíra Canal
2025-01-19
drm/vc4: Use DRM Execution Contexts
Maíra Canal
2024-09-09
drm/vc4: Make v3d paths unavailable on any generation newer than vc4
Maxime Ripard
2024-09-09
drm/vc4: Introduce generation number enum
Maxime Ripard
2024-08-22
drm/vc4: Get the rid of DRM_ERROR()
Stefan Wahren
2023-02-28
drm/vc4: replace obj lookup steps with drm_gem_objects_lookup
Maíra Canal
2023-02-28
drm/vc4: replace drm_gem_dma_object for drm_gem_object in vc4_exec_info
Maíra Canal
2022-08-03
drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}
Danilo Krummrich
2022-08-03
drm/gem: rename GEM CMA helpers to GEM DMA helpers
Danilo Krummrich
2022-07-13
drm/vc4: Switch to drmm_mutex_init
Maxime Ripard
2022-06-16
drm/vc4: Warn if some v3d code is run on BCM2711
Maxime Ripard
2022-04-07
drm/vc4: Use newer fence API properly to fix build errors
Javier Martinez Canillas
2022-04-07
dma-buf: specify usage while adding fences to dma_resv obj v7
Christian König
2022-04-06
dma-buf/drivers: make reserving a shared slot mandatory v4
Christian König
2022-03-17
drm/vc4: add tracepoints for CL submissions
Melissa Wen
2021-02-09
drm/vc4: remove unneeded variable: "ret"
Bernard Zhao
2020-11-02
drm/vc4: Use devm_drm_dev_alloc
Maxime Ripard
2020-11-02
drm/vc4: gem: Add a managed action to cleanup the job queue
Maxime Ripard
2020-05-19
drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
2019-12-17
drm/vc4: Use dma_resv locking wrappers
Daniel Vetter
2019-08-13
dma-buf: rename reservation_object to dma_resv
Christian König
2019-07-17
drm/vc4: drop use of drmP.h
Sam Ravnborg
2019-05-23
drm/vc4: Allocate binner bo when starting to use the V3D
Paul Kocialkowski
2019-04-03
drm/vc4: Disable V3D interactions if the v3d component didn't probe.
Eric Anholt
2019-04-01
drm/vc4: Add helpers for pm get/put.
Eric Anholt
2019-02-19
drm: vc4: Switch to use drm_gem_object reservation_object
Rob Herring
2018-12-05
drm: revert "expand replace_fence to support timeline point v2"
Christian König
2018-10-25
dma-buf: allow reserving more than one shared fence slot
Christian König
2018-10-16
drm: add flags to drm_syncobj_find_fence
Chunming Zhou
2018-09-06
drm: expand replace_fence to support timeline point v2
Chunming Zhou
2018-09-06
drm: expand drm_syncobj_find_fence to support timeline point v2
Chunming Zhou
2018-05-03
drm/vc4: Add a pad field to align drm_vc4_submit_cl to 64 bits.
Eric Anholt
2018-04-30
drm/vc4: Export fence through syncobj
Stefan Schake
2018-04-30
drm/vc4: Syncobj import support
Stefan Schake
2018-02-16
Merge tag 'drm-misc-next-2018-02-13' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2018-02-10
drm/vc4: Expose performance counters to userspace
Boris Brezillon
2018-01-18
drm/vc4: Fix NULL pointer dereference in vc4_save_hang_state()
Boris Brezillon
2018-01-18
drm/vc4: Flush the caches before the bin jobs, as well.
Eric Anholt
2017-12-08
drm/vc4: Release fence after signalling
Stefan Schake
2017-11-21
drm/vc4: Convert timers to use timer_setup()
Kees Cook
2017-10-19
drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctl
Boris Brezillon
2017-08-08
drm/vc4: Add exec flags to allow forcing a specific X/Y tile walk order.
Eric Anholt
2017-08-08
drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.
Eric Anholt
2017-08-08
drm/vc4: switch to drm_*{get,put} helpers
Cihangir Akturk
2017-08-08
drm/vc4: Fix double destroy of the BO cache on teardown.
Eric Anholt
2017-07-28
drm/vc4: Add an ioctl for labeling GEM BOs for summary stats
Eric Anholt
2017-07-28
drm/vc4: Start using u64_to_user_ptr.
Eric Anholt
2017-06-12
drm/vc4: Fix resource leak in 'vc4_get_hang_state_ioctl()' in error handling ...
Christophe JAILLET
2017-05-18
drm: drop drm_[cm]alloc* helpers
Michal Hocko
[next]