OSDN Git Service

anv: Initialize anv_bo::offset to -1
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 1 Nov 2016 03:25:08 +0000 (20:25 -0700)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 9 Nov 2016 23:31:00 +0000 (23:31 +0000)
commitab3aeab2972cb4f36ec99e42ca7dec80f0d27043
treef2e17d7d4ba6439f010239016d470757eea5c54b
parent5bdd4fc273176bbbfb9adfe6cc397a6b0525c1d2
anv: Initialize anv_bo::offset to -1

Since -1 is an invalid GPU address, this lets us know whether or not we
have a valid address for a buffer.  We don't get a valid address until the
first time that buffer is used in an execbuf2 ioctl.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Cc: "13.0" <mesa-stable@lists.freedesktop.org>
(cherry picked from commit d46bfb629725a5b8c327f3bd7f76d04f5ae262aa)
src/intel/vulkan/anv_private.h