OSDN Git Service

broadcom/vc4: Skip BO labeling when in simulator mode.
authorEric Anholt <eric@anholt.net>
Fri, 13 Oct 2017 19:16:04 +0000 (12:16 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 17 Oct 2017 19:35:16 +0000 (12:35 -0700)
commitb202f90f65efd33de5ffa382c5b60f35cad0c036
tree4c6c4bd5ad3f8375d0c92c7eb19f5d16bb311d21
parentd623a34ab2f69bd18b8a6aaac1b4e4f6f5dcdc32
broadcom/vc4: Skip BO labeling when in simulator mode.

It was calling down into i915 trying to label the BO, which is definitely
not the right thing.
src/gallium/drivers/vc4/vc4_bufmgr.c
src/gallium/drivers/vc4/vc4_simulator.c