Message ID | 20170127175444.7995-1-gustavo@padovan.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, Jan 27, 2017 at 03:54:44PM -0200, Gustavo Padovan wrote: > From: Gustavo Padovan <gustavo.padovan@collabora.com> > > As Sync File is highly dependent on dma-fence* tracks it > under SYNC FILE_FRAMEWORK as well. > > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> I guess wait for an ack from Sumit, then push. -Daniel > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bdc4843..c1c000d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3976,6 +3976,7 @@ S: Maintained > L: linux-media@vger.kernel.org > L: dri-devel@lists.freedesktop.org > F: drivers/dma-buf/sync_* > +F: drivers/dma-buf/dma-fence* > F: drivers/dma-buf/sw_sync.c > F: include/linux/sync_file.h > F: include/uapi/linux/sync_file.h > -- > 2.9.3 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
Hi Gustavo, Daniel, On 30 January 2017 at 14:07, Daniel Vetter <daniel@ffwll.ch> wrote: > On Fri, Jan 27, 2017 at 03:54:44PM -0200, Gustavo Padovan wrote: > > From: Gustavo Padovan <gustavo.padovan@collabora.com> > > > > As Sync File is highly dependent on dma-fence* tracks it > > under SYNC FILE_FRAMEWORK as well. > > > > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com> > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> > > Of course, feel free to add my Acked-by: Sumit Semwal <sumit.semwal@linaro.org> > I guess wait for an ack from Sumit, then push. > -Daniel > > --- > > MAINTAINERS | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index bdc4843..c1c000d 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -3976,6 +3976,7 @@ S: Maintained > > L: linux-media@vger.kernel.org > > L: dri-devel@lists.freedesktop.org > > F: drivers/dma-buf/sync_* > > +F: drivers/dma-buf/dma-fence* > > F: drivers/dma-buf/sw_sync.c > > F: include/linux/sync_file.h > > F: include/uapi/linux/sync_file.h > > -- > > 2.9.3 > > > > _______________________________________________ > > dri-devel mailing list > > dri-devel@lists.freedesktop.org > > https://lists.freedesktop.org/mailman/listinfo/dri-devel > > -- > Daniel Vetter > Software Engineer, Intel Corporation > http://blog.ffwll.ch > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel >
2017-01-30 Sumit Semwal <sumit.semwal@linaro.org>: > Hi Gustavo, Daniel, > > On 30 January 2017 at 14:07, Daniel Vetter <daniel@ffwll.ch> wrote: > > > On Fri, Jan 27, 2017 at 03:54:44PM -0200, Gustavo Padovan wrote: > > > From: Gustavo Padovan <gustavo.padovan@collabora.com> > > > > > > As Sync File is highly dependent on dma-fence* tracks it > > > under SYNC FILE_FRAMEWORK as well. > > > > > > Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.com> > > > > Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch> > > > > Of course, feel free to add my > Acked-by: Sumit Semwal <sumit.semwal@linaro.org> applied to drm-misc-next. Thanks. Gustavo
diff --git a/MAINTAINERS b/MAINTAINERS index bdc4843..c1c000d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3976,6 +3976,7 @@ S: Maintained L: linux-media@vger.kernel.org L: dri-devel@lists.freedesktop.org F: drivers/dma-buf/sync_* +F: drivers/dma-buf/dma-fence* F: drivers/dma-buf/sw_sync.c F: include/linux/sync_file.h F: include/uapi/linux/sync_file.h