search for: nr_syncobjs

Displaying 1 result from an estimated 1 matches for "nr_syncobjs".

Did you mean: _syncobjs
2023 Apr 03
1
[PATCH v4 2/2] drm/virtio: Support sync objects
...eric UAPI, but having drm helpers instead. The former (as you pointed out) would need time to crystallize. While the latter can be done even today. > ... > >> +static void virtio_gpu_reset_syncobjs(struct drm_syncobj **syncobjs, > >> + uint32_t nr_syncobjs) > >> +{ > >> + uint32_t i; > >> + > >> + for (i = 0; i < nr_syncobjs; i++) { > >> + if (syncobjs[i]) > >> + drm_syncobj_replace_fence(syncobjs[i], NULL); > > > > Side note: the drm_syncobj_put(...