On Wed 12 Jul 2017, Jason Ekstrand wrote:
> Cc: Kenneth Graunke <kenn...@whitecape.org>
> 
> ---
>  src/mesa/drivers/dri/i965/brw_bufmgr.c | 28 ++++++++++++++++++++++++++--
>  src/mesa/drivers/dri/i965/brw_bufmgr.h |  1 +
>  2 files changed, 27 insertions(+), 2 deletions(-)


> +      /* All new BOs we get from the kernel are zeroed, so we don't need to
> +       * worry about that here.
> +       */

Assuming the above comment is true, then
Reviewed-by: Chad Versace <chadvers...@chromium.org>

>        ret = drmIoctl(bufmgr->fd, DRM_IOCTL_I915_GEM_CREATE, &create);
>        if (ret != 0) {
>           free(bo);
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to