summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_bo.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-23drm/vc4: Shut down BO cache timer before teardownLinmao Li1-1/+1
2026-07-21drm/vc4: Prevent shader BO mappings from becoming writableLinmao Li1-3/+7
2026-05-06Merge tag 'drm-misc-next-2026-04-20' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie1-1/+0
2026-04-15Merge tag 'drm-next-2026-04-15' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2026-04-02drm/vc4: Clean-up UAPI header inclusionMaíra Canal1-1/+0
2026-04-02drm/vc4: Protect madv read in vc4_gem_object_mmap() with madv_lockMaíra Canal1-0/+3
2026-03-03drm/vc4: Test for imported buffers with drm_gem_is_imported()Thomas Zimmermann1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+4
2025-10-31drm: include drm_print.h where neededJani Nikula1-0/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2024-09-09drm/vc4: Make v3d paths unavailable on any generation newer than vc4Maxime Ripard1-14/+14
2024-09-09drm/vc4: Introduce generation number enumMaxime Ripard1-14/+14
2024-08-22drm/vc4: Get the rid of DRM_ERROR()Stefan Wahren1-7/+7
2023-01-31Merge v6.2-rc6 into drm-nextDaniel Vetter1-4/+2
2023-01-13drm/vc4: bo: Fix unused variable warningMaxime Ripard1-1/+0
2023-01-12drm/vc4: bo: Fix drmm_mutex_init memory hogMaxime Ripard1-3/+2
2022-12-22drm/vc4: use new debugfs device-centered functionsMaíra Canal1-7/+3
2022-10-24drm/vc4: Fix spelling mistake "mmaping" -> "mmapping"Colin Ian King1-2/+2
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-1/+1
2022-08-03drm/gem: rename GEM CMA helpers to GEM DMA helpersDanilo Krummrich1-22/+22
2022-07-13drm/vc4: Switch to drmm_mutex_initMaxime Ripard1-2/+13
2022-07-13drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard1-3/+17
2022-07-13Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-8/+54
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+2
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard1-0/+49
2022-06-16drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard1-6/+3
2022-06-16drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard1-3/+3
2022-04-29drm/vc4: simplify the return expression of vc4_grab_bin_bo()Minghao Chi1-7/+1
2022-01-14drm/vc4: remove redundant assignment of variable sizeColin Ian King1-2/+0
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann1-2/+2
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann1-2/+2
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann1-14/+0
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann1-51/+4
2021-01-13drm/vc4: Make several BO functions staticThomas Zimmermann1-17/+17
2021-01-13drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann1-13/+1
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann1-1/+1
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann1-2/+2
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-4/+5
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter1-4/+5
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+3
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann1-1/+0
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard1-2/+2
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard1-2/+3
2020-09-25drm/vc4: Introduce GEM object functionsThomas Zimmermann1-1/+20
2020-05-19drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-7/+7
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-4/+1