summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_bo.c
AgeCommit message (Expand)Author
2021-11-30drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann
2021-11-30drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann
2021-01-15drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann
2021-01-13drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann
2021-01-13drm/vc4: Make several BO functions staticThomas Zimmermann
2021-01-13drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann
2020-11-30drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann
2020-11-30drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2020-11-10Merge v5.10-rc3 into drm-nextDaniel Vetter
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-09drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann
2020-11-02drm/vc4: Use devm_drm_dev_allocMaxime Ripard
2020-11-02drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard
2020-09-25drm/vc4: Introduce GEM object functionsThomas Zimmermann
2020-05-19drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-06-25drm/vc4: Don set gem_obj->resv in prime import anymoreDaniel Vetter
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski
2019-04-03drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt
2019-04-01drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt
2019-02-19drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring
2018-06-21gpu: drm: vc4: Adding new typedef vm_fault_tSouptick Joarder
2018-04-09drm/vc4: Fix memory leak during BO teardownDaniel J Blueman
2017-12-07drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usageBoris Brezillon
2017-11-21drm/vc4: Convert timers to use timer_setup()Kees Cook
2017-11-03drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON
2017-10-19drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon
2017-08-14drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk
2017-08-08drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt
2017-08-08drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk
2017-07-28drm/vc4: Convert more lock requirement comments to lockdep assertions.Eric Anholt
2017-07-28drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt
2017-06-15drm/vc4: Add get/set tiling ioctls.Eric Anholt
2017-06-12drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil
2017-04-13drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt
2017-03-02drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt
2017-03-02drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt
2017-02-28drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt
2016-09-09drm/vc4: mark vc4_bo_cache_purge() staticBaoyou Xie
2016-05-31drm/vc4: Use drm_gem_object_unreference_unlockedDaniel Vetter
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-13drm/vc4: Return -EFAULT on copy_from_user() failureDan Carpenter
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-02-16drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt