All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: "Semwal, Sumit" <sumit.semwal@ti.com>
Cc: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>,
	Jesse Barker <jesse.barker@linaro.org>,
	Jesse Barnes <jbarnes@virtuousgeek.org>, Rob Clark <rob@ti.com>,
	Pawel Osciak <pawel@osciak.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Tomasz Stanislawski <t.stanislaws@samsung.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Marcus Lorentzon <marcus.lorentzon@linaro.org>,
	Alexander Deucher <alexander.deucher@amd.com>,
	linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-fbdev@vger.kernel.org
Subject: Re: Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes
Date: Fri, 17 Feb 2012 18:49:01 +0000	[thread overview]
Message-ID: <20147090.P4saEu3B42@avalon> (raw)
In-Reply-To: <CAB2ybb_-ULCsfS48u7HQiRDLG5y-X2rmyXvHBcCRtc=m-732hQ@mail.gmail.com>

Hi Sumit,

On Friday 17 February 2012 16:37:35 Semwal, Sumit wrote:
> On Fri, Feb 17, 2012 at 4:55 AM, Laurent Pinchart wrote: 
> > Hello everybody,
> > 
> > First of all, I would like to thank all the attendees for their
> > participation in the mini-summit that helped make the meeting a success.
> 
> <snip>
> 
> > ***  dma-buf Implementation in V4L2 ***
> > 
> >  Goal: Implement the dma-buf API in V4L2.
> > 
> >  Sumit Semwal has submitted patches to implement the dma-buf importer role
> > in videobuf2. Tomasz Stanislawski has then submitted incremental patches
> > to add exporter role support.
> > 
> >  Action points:
> >  - Create a git branch to host all the latest patches. Sumit will provide
> >    that.
> 
> Against my Action Item: I have created the following branch at my
> github (obviously, it is an RFC branch only)

That was very fast :-) Thank you for your work on this.

> tree: git://github.com/sumitsemwal/kernel-omap4.git
> branch: 3.3rc3-v4l2-dmabuf-RFCv1
> 
> As the name partially suggests, it is based out of:
> 3.3-rc3 +
> dmav6 [1] +
> some minor dma-buf updates [2] +
> my v4l2-as-importer RFC [3] +
> Tomasz' RFC for v4l2-as-exporter (and related patches) [4]
> 
> Since Tomasz' RFC had a patch-pair which first removed and then added
> drivers/media/video/videobuf2-dma-contig.c file, I 'combined' these
> into one - but since the patch-pair heavily refactored the file, I am
> not able to take responsibility of completeness / correctness of the
> same.

No worries. The branch's main purpose is to provide people with a starting 
point to use dma-buf, patch review will go through mailing lists anyway.

> [1]:
> http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/3.3
> -rc2-dma-v6 [2]: git://git.linaro.org/people/sumitsemwal/linux-3.x.git 'dev'
> branch [3]:
> http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/4296
> 6/focusB968 [4]:
> http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/4379
> 3

-- 
Regards,

Laurent Pinchart

WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: "Semwal, Sumit" <sumit.semwal@ti.com>
Cc: Sakari Ailus <sakari.ailus@maxwell.research.nokia.com>,
	Jesse Barker <jesse.barker@linaro.org>,
	Jesse Barnes <jbarnes@virtuousgeek.org>, Rob Clark <rob@ti.com>,
	Pawel Osciak <pawel@osciak.com>,
	Marek Szyprowski <m.szyprowski@samsung.com>,
	Tomasz Stanislawski <t.stanislaws@samsung.com>,
	Magnus Damm <magnus.damm@gmail.com>,
	Marcus Lorentzon <marcus.lorentzon@linaro.org>,
	Alexander Deucher <alexander.deucher@amd.com>,
	linux-media@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-fbdev@vger.kernel.org
Subject: Re: Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes
Date: Fri, 17 Feb 2012 19:49:01 +0100	[thread overview]
Message-ID: <20147090.P4saEu3B42@avalon> (raw)
In-Reply-To: <CAB2ybb_-ULCsfS48u7HQiRDLG5y-X2rmyXvHBcCRtc=m-732hQ@mail.gmail.com>

Hi Sumit,

On Friday 17 February 2012 16:37:35 Semwal, Sumit wrote:
> On Fri, Feb 17, 2012 at 4:55 AM, Laurent Pinchart wrote: 
> > Hello everybody,
> > 
> > First of all, I would like to thank all the attendees for their
> > participation in the mini-summit that helped make the meeting a success.
> 
> <snip>
> 
> > ***  dma-buf Implementation in V4L2 ***
> > 
> >  Goal: Implement the dma-buf API in V4L2.
> > 
> >  Sumit Semwal has submitted patches to implement the dma-buf importer role
> > in videobuf2. Tomasz Stanislawski has then submitted incremental patches
> > to add exporter role support.
> > 
> >  Action points:
> >  - Create a git branch to host all the latest patches. Sumit will provide
> >    that.
> 
> Against my Action Item: I have created the following branch at my
> github (obviously, it is an RFC branch only)

That was very fast :-) Thank you for your work on this.

> tree: git://github.com/sumitsemwal/kernel-omap4.git
> branch: 3.3rc3-v4l2-dmabuf-RFCv1
> 
> As the name partially suggests, it is based out of:
> 3.3-rc3 +
> dmav6 [1] +
> some minor dma-buf updates [2] +
> my v4l2-as-importer RFC [3] +
> Tomasz' RFC for v4l2-as-exporter (and related patches) [4]
> 
> Since Tomasz' RFC had a patch-pair which first removed and then added
> drivers/media/video/videobuf2-dma-contig.c file, I 'combined' these
> into one - but since the patch-pair heavily refactored the file, I am
> not able to take responsibility of completeness / correctness of the
> same.

No worries. The branch's main purpose is to provide people with a starting 
point to use dma-buf, patch review will go through mailing lists anyway.

> [1]:
> http://git.infradead.org/users/kmpark/linux-samsung/shortlog/refs/heads/3.3
> -rc2-dma-v6 [2]: git://git.linaro.org/people/sumitsemwal/linux-3.x.git 'dev'
> branch [3]:
> http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/4296
> 6/focus=42968 [4]:
> http://thread.gmane.org/gmane.linux.drivers.video-input-infrastructure/4379
> 3

-- 
Regards,

Laurent Pinchart

  reply	other threads:[~2012-02-17 18:49 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <201201171126.42675.laurent.pinchart@ideasonboard.com>
     [not found] ` <1654816.MX2JJ87BEo@avalon>
2012-02-16 23:25   ` Kernel Display and Video API Consolidation mini-summit at ELC 2012 - Notes Laurent Pinchart
2012-02-16 23:25     ` Laurent Pinchart
2012-02-17  9:55     ` Daniel Vetter
2012-02-17  9:55       ` Daniel Vetter
2012-02-17 18:46       ` Laurent Pinchart
2012-02-17 18:46         ` Laurent Pinchart
2012-02-22 16:03         ` James Simmons
2012-02-22 16:03           ` James Simmons
2012-02-22 16:24           ` Daniel Vetter
2012-02-22 16:24             ` Daniel Vetter
2012-02-22 16:28             ` Rob Clark
2012-02-22 16:28               ` Rob Clark
2012-02-23  7:34               ` Michel Dänzer
2012-02-23  7:34                 ` Michel Dänzer
2012-02-23  7:34                 ` Michel Dänzer
2012-02-22 16:36             ` Chris Wilson
2012-02-22 16:36               ` Chris Wilson
2012-02-22 16:36               ` Chris Wilson
2012-02-22 16:40               ` Clark, Rob
2012-02-22 16:40                 ` Clark, Rob
2012-02-22 17:26                 ` James Simmons
2012-02-22 17:26                   ` James Simmons
2012-02-23  0:15                 ` Alan Cox
2012-02-22 17:00           ` Adam Jackson
2012-02-22 17:00             ` Adam Jackson
2012-02-20 16:09       ` Guennadi Liakhovetski
2012-02-20 16:09         ` Guennadi Liakhovetski
2012-02-20 16:19         ` David Airlie
2012-02-20 16:19           ` David Airlie
2012-05-17  2:46         ` Jun Nie
2012-05-17  2:46           ` Jun Nie
2012-05-17  7:53           ` Hans Verkuil
2012-05-17  7:53             ` Hans Verkuil
2012-02-17 11:07     ` Semwal, Sumit
2012-02-17 11:19       ` Semwal, Sumit
2012-02-17 18:49       ` Laurent Pinchart [this message]
2012-02-17 18:49         ` Laurent Pinchart
2012-02-17 19:42     ` Adam Jackson
2012-02-17 19:42       ` Adam Jackson
2012-02-18 17:53       ` Clark, Rob
2012-02-18 17:53         ` Clark, Rob
2012-02-18  0:56     ` Keith Packard
2012-02-18  0:56       ` Keith Packard
2012-02-18  0:56       ` Keith Packard
2012-02-20 16:40     ` Guennadi Liakhovetski
2012-02-20 16:40       ` Guennadi Liakhovetski
2012-03-02 14:23     ` Heiko Stübner
2012-03-02 14:23       ` Heiko Stübner
2012-03-02 15:56       ` Marcus Lorentzon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20147090.P4saEu3B42@avalon \
    --to=laurent.pinchart@ideasonboard.com \
    --cc=alexander.deucher@amd.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=jbarnes@virtuousgeek.org \
    --cc=jesse.barker@linaro.org \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    --cc=magnus.damm@gmail.com \
    --cc=marcus.lorentzon@linaro.org \
    --cc=pawel@osciak.com \
    --cc=rob@ti.com \
    --cc=sakari.ailus@maxwell.research.nokia.com \
    --cc=sumit.semwal@ti.com \
    --cc=t.stanislaws@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.