summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_irq.c
Commit message (Expand)AuthorAgeFilesLines
* drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann2021-08-101-10/+38
* drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski2019-05-231-6/+15
* drm/vc4: Check for the binner bo before handling OOM interruptPaul Kocialkowski2019-05-231-0/+3
* drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt2019-04-031-0/+9
* drm/vc4: Expose performance counters to userspaceBoris Brezillon2018-02-101-3/+37
* drm/vc4: Move IRQ enable to PM pathStefan Schake2018-01-031-3/+0
* drm/vc4: Release fence after signallingStefan Schake2017-12-081-0/+1
* drm/vc4: Account for interrupts in flightStefan Schake2017-11-131-0/+6
* drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt2017-04-181-33/+28
* drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt2017-04-131-0/+4
* drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt2017-02-281-1/+2
* drm/vc4: Fix overflow mem unreferencing when the binner runs dry.Eric Anholt2016-08-191-1/+3
* drm/vc4: improve throughput by pipelining binning and rendering jobsVarad Gautam2016-03-131-9/+49
* drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt2016-02-161-1/+1
* drm/vc4: Add support for drawing 3D frames.Eric Anholt2015-12-071-0/+210