summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_bo.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-09-191-0/+12
|\
| * drm/v3d: Expose memory stats through fdinfoMaíra Canal2024-07-131-0/+12
* | treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen2024-09-081-1/+1
|/
* fix missing vmalloc.h includesKent Overstreet2024-04-261-0/+1
* drm/v3d: Enable V3D to use different PAGE_SIZEMaíra Canal2024-02-231-6/+6
* drm/v3d: Enable BO mappingMaíra Canal2023-12-011-0/+18
* drm/v3d: Move wait BO ioctl to the v3d_bo fileMelissa Wen2023-12-011-0/+33
* drm/gem-shmem: Set vm_ops in static initializerThomas Zimmermann2022-02-141-0/+1
* drm: Return error codes from struct drm_driver.gem_create_objectThomas Zimmermann2021-12-021-2/+2
* drm/shmem-helper: Pass GEM shmem object in public interfacesThomas Zimmermann2021-11-151-4/+4
* drm/shmem-helper: Export dedicated wrappers for GEM object functionsThomas Zimmermann2021-11-151-7/+7
* drm/shmem-helper: Use cached mappings by defaultThomas Zimmermann2020-11-241-1/+1
* drm/v3d: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-3/+3
* drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann2019-10-171-1/+1
* drm/v3d: fix a NULL vs error pointer mixupDan Carpenter2019-04-011-2/+2
* drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt2019-03-141-221/+90
* drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt2019-03-141-1/+0
* drm: v3d: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-13/+1
* drm/v3d: Fix BO stats accounting for dma-buf-imported buffers.Eric Anholt2019-02-191-0/+6
* drm/v3d: Fix prime imports of buffers from other drivers.Eric Anholt2018-11-301-0/+1
* drm/v3d: use new return type vm_fault_t in v3d_gem_faultSouptick Joarder2018-07-051-23/+5
* drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt2018-05-041-0/+389