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>
{
bo->gem_handle = gem_handle;
bo->index = 0;
- bo->offset = 0;
+ bo->offset = -1;
bo->size = size;
bo->map = NULL;
bo->is_winsys_bo = false;