summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/v3d: add multiple syncobjs supportMelissa Wen2021-10-041-9/+15
* drm/v3d: Use scheduler dependency handlingDaniel Vetter2021-08-301-5/+0
* drm/v3d: Move drm_sched_job_init to v3d_job_initDaniel Vetter2021-08-301-0/+1
* drm/v3d: Expose performance counters to userspaceJuan A. Suarez Romero2021-07-211-0/+63
* drm/v3d: Delete v3d_dev->pdevDaniel Vetter2020-04-281-1/+2
* drm/v3d: Delete v3d_dev->devDaniel Vetter2020-04-281-2/+0
* drm/v3d: Don't set drm_device->dev_privateDaniel Vetter2020-04-281-1/+1
* drm: convert .debugfs_init() hook to return void.Wambui Karuga2020-03-181-1/+1
* drm/v3d: Replace wait_for macros to remove use of msleepJames Hughes2020-03-041-13/+28
* drm/v3d: drop use of drmP.hSam Ravnborg2019-07-171-2/+11
* drm/v3d: Fix and extend MMU error handling.Eric Anholt2019-05-161-0/+2
* drm/v3d: Add missing implicit synchronization.Eric Anholt2019-04-181-7/+4
* drm/v3d: Add support for compute shader dispatch.Eric Anholt2019-04-181-1/+27
* drm/v3d: Refactor job management.Eric Anholt2019-04-181-38/+39
* drm/v3d: Switch the type of job-> to reduce casting.Eric Anholt2019-04-181-2/+2
* drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt2019-04-011-2/+2
* drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt2019-03-141-11/+3
* drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt2019-03-141-9/+0
* drm/v3d: Add support for V3D v4.2.Eric Anholt2019-03-081-0/+2
* drm/v3d: Handle errors from IRQ setup.Eric Anholt2019-03-081-1/+1
* drm: v3d: Switch to use drm_gem_object reservation_objectRob Herring2019-02-191-6/+0
* drm/v3d: Drop unused v3d_flush_caches().Eric Anholt2018-12-071-1/+0
* drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-301-5/+27
* drm/v3d: Fix a use-after-free race accessing the scheduler's fences.Eric Anholt2018-10-151-0/+5
* drm/v3d: Delay the scheduler timeout if we're still making progress.Eric Anholt2018-07-051-0/+2
* drm/v3d: use new return type vm_fault_t in v3d_gem_faultSouptick Joarder2018-07-051-1/+2
* drm/v3d: Remove the bad signaled() implementation.Eric Anholt2018-06-211-1/+0
* drm/v3d: Take a lock across GPU scheduler job creation and queuing.Eric Anholt2018-06-211-0/+5
* drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt2018-05-031-0/+294