Displaying 6 results from an estimated 6 matches for "tagr".
Did you mean:
tag
2020 Sep 23
2
[PATCH 0/6] drm/nouveau: Support sync FDs and sync objects
...in case everybody
> > else thinks that this won't be needed. If we decide to merge the new ABI
> > then patch 4 should be squashed into patch 3.
> >
> > The corresponding userspace changes can be found here:
> >
> > libdrm: https://gitlab.freedesktop.org/tagr/drm/-/commits/nouveau-sync-fd-v2/
> > mesa: https://gitlab.freedesktop.org/tagr/mesa/-/commits/nouveau-sync-fd/
> >
> > I've verified that this works with kmscube's --atomic mode and Weston.
>
> Hi Ben,
>
> any thoughts on this series? I realize that this...
2020 Sep 23
0
[PATCH 0/6] drm/nouveau: Support sync FDs and sync objects
...left them in a separate patch in case everybody
> else thinks that this won't be needed. If we decide to merge the new ABI
> then patch 4 should be squashed into patch 3.
>
> The corresponding userspace changes can be found here:
>
> libdrm: https://gitlab.freedesktop.org/tagr/drm/-/commits/nouveau-sync-fd-v2/
> mesa: https://gitlab.freedesktop.org/tagr/mesa/-/commits/nouveau-sync-fd/
>
> I've verified that this works with kmscube's --atomic mode and Weston.
Hi Ben,
any thoughts on this series? I realize that this is somewhat suboptimal
because we...
2020 Sep 24
0
[PATCH 0/6] drm/nouveau: Support sync FDs and sync objects
...gt; else thinks that this won't be needed. If we decide to merge the new ABI
> > > then patch 4 should be squashed into patch 3.
> > >
> > > The corresponding userspace changes can be found here:
> > >
> > > libdrm: https://gitlab.freedesktop.org/tagr/drm/-/commits/nouveau-sync-fd-v2/
> > > mesa: https://gitlab.freedesktop.org/tagr/mesa/-/commits/nouveau-sync-fd/
> > >
> > > I've verified that this works with kmscube's --atomic mode and Weston.
> >
> > Hi Ben,
> >
> > any thoughts o...
2020 Aug 28
8
[PATCH 0/6] drm/nouveau: Support sync FDs and sync objects
...ose are
useful features, but I left them in a separate patch in case everybody
else thinks that this won't be needed. If we decide to merge the new ABI
then patch 4 should be squashed into patch 3.
The corresponding userspace changes can be found here:
libdrm: https://gitlab.freedesktop.org/tagr/drm/-/commits/nouveau-sync-fd-v2/
mesa: https://gitlab.freedesktop.org/tagr/mesa/-/commits/nouveau-sync-fd/
I've verified that this works with kmscube's --atomic mode and Weston.
Thierry
Thierry Reding (6):
drm/nouveau: Split nouveau_fence_sync()
drm/nouveau: Add nouveau_fence_ref(...
2007 May 27
1
Divitas
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 2775 bytes
Desc: image001.gif
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070527/8f6dd50f/attachment.gif
2018 Jan 11
3
[PATCH 0/3] drm/nouveau: Add support for fence FDs
...ode while adding support for pre- and post-
fences.
Finally, the third patch teaches Nouveau how to deal with fence arrays,
which are usually a result of chaining together multiple dependent jobs.
I have corresponding userspace support for these in libdrm and Mesa:
https://cgit.freedesktop.org/~tagr/drm/log/?h=nouveau-sync-fd
https://cgit.freedesktop.org/~tagr/mesa/log/?h=nouveau-sync-fd
I'll send those patches out shortly. There's some more work depending on
these patches that I plan to send out in the coming days or weeks. The
final result allows Nouveau and Tegra DRM to negotiate...