summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_bo.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* drm/vc4: Fulfill user BO creation requests from the kernel BO cache.Eric Anholt2017-03-021-6/+7
* drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt2017-02-281-1/+4
* drm/vc4: mark vc4_bo_cache_purge() staticBaoyou Xie2016-09-091-1/+1
* drm/vc4: Use drm_gem_object_unreference_unlockedDaniel Vetter2016-05-311-2/+0
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-3/+4
|\
| * drm/vc4: Return -EFAULT on copy_from_user() failureDan Carpenter2016-03-131-3/+4
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-3/+2
|/
* drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-161-8/+8
* drm/vc4: Add an API for creating GPU shaders in GEM BOs.Eric Anholt2015-12-071-0/+140
* drm/vc4: Add create and map BO ioctls.Eric Anholt2015-12-071-0/+41
* drm/vc4: Add a BO cache.Eric Anholt2015-12-071-6/+330
* drm/vc4: Add KMS support for Raspberry Pi.Eric Anholt2015-10-211-0/+52
OpenPOWER on IntegriCloud