v3d: actually root the first BO in a command list in the job
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 12 Dec 2019 10:19:23 +0000 (11:19 +0100)
committerIago Toral <itoral@igalia.com>
Fri, 13 Dec 2019 08:58:10 +0000 (08:58 +0000)
commitca475d5fba5f39d836b9f9994cb11caf559c10d9
tree9c0bbd4e9cc32b4551d70346757a2dd1dd7b6192
parent06db271a6c12e55e616334fd62bca9f8e8951b6a
v3d: actually root the first BO in a command list in the job

We were passing cl->bo, which is NULL, so v3d_job_add_bo was a no-op.

Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/gallium/drivers/v3d/v3d_cl.c