broadcom/vc4: Simplify the relocation handling for index buffers.
authorEric Anholt <eric@anholt.net>
Sat, 25 Nov 2017 06:11:11 +0000 (22:11 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 1 Dec 2017 23:37:28 +0000 (15:37 -0800)
commit842b05d6ad8da895bc300ad9652bc09e2b0b1959
treeaf65bf7e0a86a1d37929b984dc552fa08f3773ea
parent84ab48c15c9373dfa4709f4f9e887c329286e5a1
broadcom/vc4: Simplify the relocation handling for index buffers.

Originally there was CL code for handling various relocations back when I
had relocs for the TSDA/TA buffers.  Now that the kernel handles those
entirely on its own, I can inline that code into the one place using it.
src/gallium/drivers/vc4/vc4_cl.h
src/gallium/drivers/vc4/vc4_draw.c