aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_bo.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01drm/v3d: fix a NULL vs error pointer mixupDan Carpenter1-2/+2
2019-03-14drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt1-221/+90
2019-03-14drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt1-1/+0
2019-02-19drm: v3d: Switch to use drm_gem_object reservation_objectRob Herring1-13/+1
2019-02-19drm/v3d: Fix BO stats accounting for dma-buf-imported buffers.Eric Anholt1-0/+6
2018-11-30drm/v3d: Fix prime imports of buffers from other drivers.Eric Anholt1-0/+1
2018-07-05drm/v3d: use new return type vm_fault_t in v3d_gem_faultSouptick Joarder1-23/+5
2018-05-03drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt1-0/+389