summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/scheduler: rework entity creationNirmoy Das2019-12-181-3/+5
* drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann2019-10-171-1/+1
* drm/v3d: clean caches at the end of render jobs on request from user spaceIago Toral Quiroga2019-09-191-0/+3
* drm/v3d: drop use of drmP.hSam Ravnborg2019-07-171-1/+4
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+0
* drm/v3d: Fix and extend MMU error handling.Eric Anholt2019-05-161-0/+1
* drm/v3d: Set the correct DMA mask according to the MMU's limits.Eric Anholt2019-05-161-1/+5
* drm/v3d: Add support for compute shader dispatch.Eric Anholt2019-04-181-3/+7
* drm/v3d: fix a missing check of pm_runtime_get_syncKangjie Lu2019-04-011-0/+2
* drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt2019-03-141-24/+3
* drm/v3d: Add support for V3D v4.2.Eric Anholt2019-03-081-4/+17
* drm/v3d: Handle errors from IRQ setup.Eric Anholt2019-03-081-2/+6
* drm: v3d: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-1/+0
* drm/v3d: Update top-level kerneldoc for the addition of TFU.Eric Anholt2019-02-191-3/+3
* drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-301-4/+11
* drm/scheduler: modify API to avoid redundancyNayan Deshmukh2018-07-251-3/+1
* drm/scheduler: modify args of drm_sched_entity_initNayan Deshmukh2018-07-131-4/+3
* drm/scheduler: Rename cleanup functions v2.Andrey Grodzovsky2018-07-051-1/+1
* Merge branch 'drm-next-4.18' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2018-05-161-1/+1
* drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt2018-05-031-0/+371