v3d: Switch the vc5 driver to using the finalized V3D UABI.
authorEric Anholt <eric@anholt.net>
Tue, 1 May 2018 19:00:56 +0000 (12:00 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 16 May 2018 20:19:07 +0000 (21:19 +0100)
commit8a793d42f1ccef2c87053a1d9a130b49cfb2b84f
tree53d0bcd6d4252c7514e31ee9b05c24c9dcc06640
parent33a86acd785ed4ee5d1325d3e87e4f593d4c07b0
v3d: Switch the vc5 driver to using the finalized V3D UABI.

In the process of merging to the kernel, I renamed the driver to the
general product line's name (since we have both vc5 and vc6 supported
already).  Since the ABI is finalized, move the header to include/drm-uapi.
Makefile.am
include/drm-uapi/v3d_drm.h [new file with mode: 0644]
src/gallium/drivers/vc5/Makefile.sources
src/gallium/drivers/vc5/v3dx_context.h
src/gallium/drivers/vc5/v3dx_simulator.c
src/gallium/drivers/vc5/vc5_bufmgr.c
src/gallium/drivers/vc5/vc5_context.h
src/gallium/drivers/vc5/vc5_drm.h [deleted file]
src/gallium/drivers/vc5/vc5_job.c
src/gallium/drivers/vc5/vc5_screen.c
src/gallium/drivers/vc5/vc5_simulator.c