summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_bo.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Switch to drmm_mutex_initMaxime Ripard2022-07-131-2/+13
* drm/vc4: debugfs: Simplify debugfs registrationMaxime Ripard2022-07-131-3/+17
* Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-07-131-8/+54
|\
| * drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard2022-06-161-0/+49
| * drm/vc4: bo: Split out Dumb buffers fixupMaxime Ripard2022-06-161-6/+3
| * drm/vc4: bo: Rename vc4_dumb_createMaxime Ripard2022-06-161-3/+3
* | drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+2
|/
* drm/vc4: simplify the return expression of vc4_grab_bin_bo()Minghao Chi2022-04-291-7/+1
* drm/vc4: remove redundant assignment of variable sizeColin Ian King2022-01-141-2/+0
* drm/cma-helper: Pass GEM CMA object in public interfacesThomas Zimmermann2021-11-301-2/+2
* drm/cma-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-301-2/+2
* drm/vc4: Initialize vc4_drm_driver with CMA helper defaultsThomas Zimmermann2021-01-151-14/+0
* drm/vc4: Move mmap implementation into GEM object functionThomas Zimmermann2021-01-131-51/+4
* drm/vc4: Make several BO functions staticThomas Zimmermann2021-01-131-17/+17
* drm/vc4: Use drm_gem_cma_vmap() directlyThomas Zimmermann2021-01-131-13/+1
* drm/cma-helper: Implement mmap as GEM CMA object functionsThomas Zimmermann2020-11-301-1/+1
* drm/cma-helper: Remove prime infix from GEM object functionsThomas Zimmermann2020-11-301-2/+2
* drm: fix some kernel-doc markupsMauro Carvalho Chehab2020-11-161-1/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-11-101-4/+5
|\
| * Merge v5.10-rc3 into drm-nextDaniel Vetter2020-11-101-4/+5
| |\
| | * drm/vc4: Use devm_drm_dev_allocMaxime Ripard2020-11-021-2/+2
| | * drm/vc4: bo: Add a managed action to cleanup the cacheMaxime Ripard2020-11-021-2/+3
* | | drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann2020-11-091-3/+3
* | | drm/cma-helper: Remove empty drm_gem_cma_prime_vunmap()Thomas Zimmermann2020-11-091-1/+0
|/ /
* / drm/vc4: Introduce GEM object functionsThomas Zimmermann2020-09-251-1/+20
|/
* drm/vc4: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-7/+7
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-4/+1
|\
| * Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-07-151-1/+30
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | drm/vc4: Don set gem_obj->resv in prime import anymoreDaniel Vetter2019-06-251-2/+0
* | | drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-211-3/+2
| |/ |/|
* | drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-231-1/+30
|/
* drm/vc4: Use common helpers for debugfs setup by the driver components.Eric Anholt2019-04-031-3/+3
* drm/vc4: Use drm_printer for the debugfs and runtime bo stats output.Eric Anholt2019-04-011-34/+14
* drm: vc4: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-14/+1
* gpu: drm: vc4: Adding new typedef vm_fault_tSouptick Joarder2018-06-211-1/+1
* drm/vc4: Fix memory leak during BO teardownDaniel J Blueman2018-04-091-0/+2
* drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usageBoris Brezillon2017-12-071-1/+2
* drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-211-6/+3
* drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON2017-11-031-2/+2
* drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-191-8/+279
* drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk2017-08-141-1/+1
* drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt2017-08-081-7/+7
* drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk2017-08-081-6/+6
* drm/vc4: Convert more lock requirement comments to lockdep assertions.Eric Anholt2017-07-281-3/+8
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-281-54/+204
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-151-0/+83
* drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil2017-06-121-8/+4
* drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt2017-04-131-1/+36
* drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt2017-03-021-0/+8