linux/drivers/gpu/drm/v3d
Eric Anholt eea9b97b45 drm/v3d: Add support for V3D v4.2.
No compatible string for it yet, just the version-dependent changes.
They've now tied the hub and the core interrupt lines into a single
interrupt line coming out of the block.  It also turns out I made a
mistake in modeling the V3D v3.3 and v4.1 bridge as a part of V3D
itself -- the bridge is going away in favor of an external reset
controller in a larger HW module.

v2: Use consistent checks for whether we're on 4.2, and fix a leak in
    an error path.
v3: Use more general means of determining if the current 4.2 changes
    are in place, as apparently other platforms may switch back (noted
    by Dave).  Update the binding doc.
v4: Improve error handling for IRQ init.

Signed-off-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/20190308174336.7866-2-eric@anholt.net
Reviewed-by: Dave Emett <david.emett@broadcom.com>
2019-03-08 15:09:56 -08:00
..
Kconfig drm/v3d: add CONFIG_MMU dependency 2018-05-30 12:15:18 -07:00
Makefile
v3d_bo.c drm: v3d: Switch to use drm_gem_object reservation_object 2019-02-19 11:08:40 +01:00
v3d_debugfs.c drm/v3d: Make sure the GPU is on when measuring clocks. 2019-03-08 08:59:35 -08:00
v3d_drv.c drm/v3d: Add support for V3D v4.2. 2019-03-08 15:09:56 -08:00
v3d_drv.h drm/v3d: Add support for V3D v4.2. 2019-03-08 15:09:56 -08:00
v3d_fence.c drm/v3d: Add missing fence timeline name for TFU. 2018-12-03 11:24:58 -08:00
v3d_gem.c drm/v3d: Add support for V3D v4.2. 2019-03-08 15:09:56 -08:00
v3d_irq.c drm/v3d: Add support for V3D v4.2. 2019-03-08 15:09:56 -08:00
v3d_mmu.c
v3d_regs.h drm/v3d: Don't try to set OVRTMUOUT on V3D 4.x. 2019-03-08 08:59:25 -08:00
v3d_sched.c drm/sched: Refactor ring mirror list handling. 2019-01-25 16:15:36 -05:00
v3d_trace.h drm/v3d: Add more tracepoints for V3D GPU rendering. 2018-12-03 11:26:23 -08:00
v3d_trace_points.c