OSDN Git Service

broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.
authorEric Anholt <eric@anholt.net>
Fri, 13 Oct 2017 19:22:33 +0000 (12:22 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 17 Oct 2017 19:35:16 +0000 (12:35 -0700)
commitcde209960c19ff866fa5a337541b68ef67198c48
treeb58bb9c7e86e4f4940774ed480d3b448c0c007f4
parentb202f90f65efd33de5ffa382c5b60f35cad0c036
broadcom/vc4: Fix false-positive for the tiling ioctls on simulator mode.

If there happened to be an ENOENT laying around, we would try using the
ioctls later and fail out resource allocation.
src/gallium/drivers/vc4/vc4_simulator.c