aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/torvalds/linux into drm-nextDave 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
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+30
2019-06-25drm/vc4: Don set gem_obj->resv in prime import anymoreDaniel Vetter1-2/+0
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter1-3/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski1-1/+30
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt1-3/+3
2019-04-01drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt1-34/+14
2019-02-19drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring1-14/+1
2018-06-21gpu: drm: vc4: Adding new typedef vm_fault_tSouptick Joarder1-1/+1
2018-04-09drm/vc4: Fix memory leak during BO teardownDaniel J Blueman1-0/+2
2017-12-07drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usageBoris Brezillon1-1/+2
2017-11-21drm/vc4: Convert timers to use timer_setup()Kees Cook1-6/+3
2017-11-03drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON1-2/+2
2017-10-19drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon1-8/+279
2017-08-14drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk1-1/+1
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt1-7/+7
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk1-6/+6
2017-07-28drm/vc4: Convert more lock requirement comments to lockdep assertions.Eric Anholt1-3/+8
2017-07-28drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt1-54/+204
2017-06-15drm/vc4: Add get/set tiling ioctls.Eric Anholt1-0/+83
2017-06-12drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil1-8/+4