summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_bo.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-13drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt1-1/+36
2017-03-02drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt1-0/+8
2017-03-02drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt1-6/+7
2017-02-28drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt1-1/+4
2016-09-09drm/vc4: mark vc4_bo_cache_purge() staticBaoyou Xie1-1/+1
2016-05-31drm/vc4: Use drm_gem_object_unreference_unlockedDaniel Vetter1-2/+0
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-3/+4
2016-03-13drm/vc4: Return -EFAULT on copy_from_user() failureDan Carpenter1-3/+4
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez1-3/+2
2016-02-16drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt1-8/+8
2015-12-07drm/vc4: Add an API for creating GPU shaders in GEM BOs.Eric Anholt1-0/+140
2015-12-07drm/vc4: Add create and map BO ioctls.Eric Anholt1-0/+41
2015-12-07drm/vc4: Add a BO cache.Eric Anholt1-6/+330
2015-10-21drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt1-0/+52