Skip to content

v3dv: check returned values

Juan A. Suárez requested to merge jasuarez/mesa:review/v3dv-check-value into master

In all v3dv code, return values in v3dv_ioctl() v3dv_bo_map() is always checked, and if they fail proper action are taken (like printing an error).

Except in two places, which is the intend of this commit, so it is consistent across the driver.

Edited by Juan A. Suárez

Merge request reports