summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/v3d/v3d_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/v3d: Don't clear MMU control bits on exceptionPhil Elwell2021-01-061-4/+1
* drm/v3d: Use platform_get_irq_optional() to get optional IRQsNicolas Saenz Julienne2021-01-061-1/+1
* drm/v3d: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm/v3d: Delete v3d_dev->pdevDaniel Vetter2020-04-281-3/+5
* drm/v3d: Delete v3d_dev->devDaniel Vetter2020-04-281-6/+6
* drm/v3d: drop use of drmP.hSam Ravnborg2019-07-171-0/+2
* drm/v3d: Fix and extend MMU error handling.Eric Anholt2019-05-161-4/+27
* drm/v3d: Add support for compute shader dispatch.Eric Anholt2019-04-181-3/+13
* drm/v3d: Refactor job management.Eric Anholt2019-04-181-4/+4
* drm/v3d: Rename the fence signaled from IRQs to "irq_fence".Eric Anholt2019-04-011-3/+3
* drm/v3d: Add a note about OOM vs FLDONE, which may be racing on v3.3.Eric Anholt2019-04-011-1/+2
* drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt2019-03-141-3/+5
* drm/v3d: Add support for V3D v4.2.Eric Anholt2019-03-081-12/+33
* drm/v3d: Handle errors from IRQ setup.Eric Anholt2019-03-081-2/+11
* drm/v3d: Add more tracepoints for V3D GPU rendering.Eric Anholt2018-12-031-3/+16
* drm/v3d: Add support for submitting jobs to the TFU.Eric Anholt2018-11-301-3/+9
* drm/v3d: Remove the bad signaled() implementation.Eric Anholt2018-06-211-3/+0
* drm/v3d: Introduce a new DRM driver for Broadcom V3D V3.x+Eric Anholt2018-05-031-0/+206