vc4: Add the RCL to CL debug dumping when in simulator mode.
authorEric Anholt <eric@anholt.net>
Sun, 22 Nov 2015 03:10:02 +0000 (19:10 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 4 Dec 2015 02:20:39 +0000 (18:20 -0800)
commit83e65ca8314ab2cee65ff169d0ae296ee9cd2c5e
tree72ad2ecde337ee9d7899b04bdc6cd976025653b9
parentdd27825c8cf0e7b55ebaa139e299f275943d22f6
vc4: Add the RCL to CL debug dumping when in simulator mode.

We can't dump it in the real driver, since the kernel doesn't give us a
handle to it (except after a GPU hang, using a root ioctl).  In the
simulator we can.
src/gallium/drivers/vc4/vc4_simulator.c