Searched refs:driver_bo_free (Results 1 – 3 of 3) sorted by relevance
53 void (*driver_bo_free)(struct shim_bo *bo); member
326 if (shim_device.driver_bo_free) in drm_shim_bo_put()327 shim_device.driver_bo_free(bo); in drm_shim_bo_put()
360 shim_device.driver_bo_free = v3d_bo_free; in v3dX()