summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vc4/vc4_bo.c
Commit message (Expand)AuthorAge
* drm/vc4: Fix memory leak during BO teardownDaniel J Blueman2018-04-09
* drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usageBoris Brezillon2017-12-07
* drm/vc4: Convert timers to use timer_setup()Kees Cook2017-11-21
* drm/vc4: Fix wrong printk format in vc4_bo_stats_debugfs()Boris BREZILLON2017-11-03
* drm/vc4: Add the DRM_IOCTL_VC4_GEM_MADVISE ioctlBoris Brezillon2017-10-19
* drm/vc4: Continue the switch to drm_*_put() helpersCihangir Akturk2017-08-14
* drm/vc4: Demote user-accessible DRM_ERROR paths to DRM_DEBUG.Eric Anholt2017-08-08
* drm/vc4: switch to drm_*{get,put} helpersCihangir Akturk2017-08-08
* drm/vc4: Convert more lock requirement comments to lockdep assertions.Eric Anholt2017-07-28
* drm/vc4: Add an ioctl for labeling GEM BOs for summary statsEric Anholt2017-07-28
* drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-15
* drm/vc4/vc4_bo.c: always set bo->resvHans Verkuil2017-06-12
* drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt2017-04-13
* drm/vc4: Fix OOPSes from trying to cache a partially constructed BO.Eric Anholt2017-03-02
* drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt2017-03-02
* drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt2017-02-28
* drm/vc4: mark vc4_bo_cache_purge() staticBaoyou Xie2016-09-09
* drm/vc4: Use drm_gem_object_unreference_unlockedDaniel Vetter2016-05-31
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-17
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-21
|\
| * drm/vc4: Return -EFAULT on copy_from_user() failureDan Carpenter2016-03-13
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-09
|/
* drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-16
* drm/vc4: Add an API for creating GPU shaders in GEM BOs.Eric Anholt2015-12-07
* drm/vc4: Add create and map BO ioctls.Eric Anholt2015-12-07
* drm/vc4: Add a BO cache.Eric Anholt2015-12-07
* drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt2015-10-21