aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vc4/vc4_irq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-03drm/gem: rename struct drm_gem_dma_object.{paddr => dma_addr}Danilo Krummrich1-1/+1
2022-07-13drm/vc4: v3d: Stop disabling interruptsMaxime Ripard1-1/+1
2022-06-16drm/vc4: Warn if some v3d code is run on BCM2711Maxime Ripard1-0/+16
2022-03-17drm/vc4: add tracepoints for CL submissionsMelissa Wen1-0/+5
2021-08-10drm/vc4: Convert to Linux IRQ interfacesThomas Zimmermann1-10/+38
2019-05-23drm/vc4: Allocate binner bo when starting to use the V3DPaul Kocialkowski1-6/+15
2019-05-23drm/vc4: Check for the binner bo before handling OOM interruptPaul Kocialkowski1-0/+3
2019-04-03drm/vc4: Disable V3D interactions if the v3d component didn't probe.Eric Anholt1-0/+9
2018-02-10drm/vc4: Expose performance counters to userspaceBoris Brezillon1-3/+37
2018-01-03drm/vc4: Move IRQ enable to PM pathStefan Schake1-3/+0
2017-12-08drm/vc4: Release fence after signallingStefan Schake1-0/+1
2017-11-13drm/vc4: Account for interrupts in flightStefan Schake1-0/+6
2017-04-18drm/vc4: Allow using more than 256MB of CMA memory.Eric Anholt1-33/+28
2017-04-13drm/vc4: Expose dma-buf fences for V3D rendering.Eric Anholt1-0/+4
2017-02-28drm/vc4: Convert existing documentation to actual kerneldoc.Eric Anholt1-1/+2
2016-08-19drm/vc4: Fix overflow mem unreferencing when the binner runs dry.Eric Anholt1-1/+3
2016-03-13drm/vc4: improve throughput by pipelining binning and rendering jobsVarad Gautam1-9/+49
2016-02-16drm/vc4: Return an ERR_PTR from BO creation instead of NULL.Eric Anholt1-1/+1
2015-12-07drm/vc4: Add support for drawing 3D frames.Eric Anholt1-0/+210