summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_bo.c
Commit message (Expand)AuthorAgeFilesLines
* 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