drm/v3d: Add support for V3D v4.2.
authorEric Anholt <eric@anholt.net>
Fri, 8 Mar 2019 17:43:36 +0000 (09:43 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 8 Mar 2019 23:09:56 +0000 (15:09 -0800)
commiteea9b97b4504607a0805c71b20d2c3e93c8711a7
treefa1df4cc294d220a6561373031e985e28c6f8e9b
parentfc22771547e7e8a63679f0218e943d72b107de65
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>
Documentation/devicetree/bindings/gpu/brcm,bcm-v3d.txt
drivers/gpu/drm/v3d/v3d_drv.c
drivers/gpu/drm/v3d/v3d_drv.h
drivers/gpu/drm/v3d/v3d_gem.c
drivers/gpu/drm/v3d/v3d_irq.c