All of lore.kernel.org
 help / color / mirror / Atom feed
* [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
@ 2017-03-02 20:25 manisha.agrawal
  2017-03-02 21:11 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: manisha.agrawal @ 2017-03-02 20:25 UTC (permalink / raw)
  To: meta-ti

From: Manisha Agrawal <manisha.agrawal@ti.com>

Update git commit id to pick the source code demonstrating CMEM API
usage for allocating video buffers from CMEM driver. This is to showcase
the CPU access of the video buffers with read and write cache enabled
for optimal CPU performance. Since the CMEM driver support exists only
on AM57x today, modify makefile to  include the CMEM library
conditionally only for am57xx-evm platform.

Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
---
 .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
index 6c36b98..1d1d836 100644
--- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
+++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
 DEPENDS += "libdrm"
 require recipes-core/matrix/matrix-gui-paths.inc
 
-PR = "r16"
+PR = "r17"
 
 BRANCH = "master"
-SRCREV = "5e250641bfbc8a1a90e5b98527d2012729d54c09"
+SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7"
 
 SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \
            file://desc_dual-camera.html \
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
  2017-03-02 20:25 [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM manisha.agrawal
@ 2017-03-02 21:11 ` Denys Dmytriyenko
  2017-03-02 21:15   ` Agrawal, Manisha
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2017-03-02 21:11 UTC (permalink / raw)
  To: manisha.agrawal; +Cc: meta-ti

> [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM

Please don't use nested brackets and also don't replace PATCH keyword.

In other words, it should be:

> [krogoth/morty][PATCH] dual-camera-demo : Video buffers from CMEM


On Thu, Mar 02, 2017 at 02:25:03PM -0600, manisha.agrawal@ti.com wrote:
> From: Manisha Agrawal <manisha.agrawal@ti.com>
> 
> Update git commit id to pick the source code demonstrating CMEM API
> usage for allocating video buffers from CMEM driver. This is to showcase
> the CPU access of the video buffers with read and write cache enabled
> for optimal CPU performance. Since the CMEM driver support exists only
> on AM57x today, modify makefile to  include the CMEM library
> conditionally only for am57xx-evm platform.
> 
> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> ---
>  .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> index 6c36b98..1d1d836 100644
> --- a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb
> @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
>  DEPENDS += "libdrm"
>  require recipes-core/matrix/matrix-gui-paths.inc
>  
> -PR = "r16"
> +PR = "r17"
>  
>  BRANCH = "master"
> -SRCREV = "5e250641bfbc8a1a90e5b98527d2012729d54c09"
> +SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7"
>  
>  SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \
>             file://desc_dual-camera.html \
> -- 
> 2.9.3
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
  2017-03-02 21:11 ` Denys Dmytriyenko
@ 2017-03-02 21:15   ` Agrawal, Manisha
  2017-03-03  0:31     ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Agrawal, Manisha @ 2017-03-02 21:15 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti

Denys,

Appreciate the feedback. Do you want me to fix the subject and email the patches again?

Regards,
Manisha


-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Thursday, March 02, 2017 3:11 PM
To: Agrawal, Manisha
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM

> [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM

Please don't use nested brackets and also don't replace PATCH keyword.

In other words, it should be:

> [krogoth/morty][PATCH] dual-camera-demo : Video buffers from CMEM


On Thu, Mar 02, 2017 at 02:25:03PM -0600, manisha.agrawal@ti.com wrote:
> From: Manisha Agrawal <manisha.agrawal@ti.com>
> 
> Update git commit id to pick the source code demonstrating CMEM API 
> usage for allocating video buffers from CMEM driver. This is to 
> showcase the CPU access of the video buffers with read and write cache 
> enabled for optimal CPU performance. Since the CMEM driver support 
> exists only on AM57x today, modify makefile to  include the CMEM 
> library conditionally only for am57xx-evm platform.
> 
> Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> ---
>  .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb       | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git 
> a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> mo_1.0.bb 
> b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> mo_1.0.bb
> index 6c36b98..1d1d836 100644
> --- 
> a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> mo_1.0.bb
> +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camer
> +++ a-demo_1.0.bb
> @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
>  DEPENDS += "libdrm"
>  require recipes-core/matrix/matrix-gui-paths.inc
>  
> -PR = "r16"
> +PR = "r17"
>  
>  BRANCH = "master"
> -SRCREV = "5e250641bfbc8a1a90e5b98527d2012729d54c09"
> +SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7"
>  
>  SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \
>             file://desc_dual-camera.html \
> --
> 2.9.3
> 
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
  2017-03-02 21:15   ` Agrawal, Manisha
@ 2017-03-03  0:31     ` Denys Dmytriyenko
  2017-03-03  1:55       ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2017-03-03  0:31 UTC (permalink / raw)
  To: Agrawal, Manisha; +Cc: meta-ti

On Thu, Mar 02, 2017 at 04:15:42PM -0500, Agrawal, Manisha wrote:
> Denys,
> 
> Appreciate the feedback. Do you want me to fix the subject and email the patches again?

No need - I'll fix it this time. And thanks for your patch.


> -----Original Message-----
> From: Dmytriyenko, Denys 
> Sent: Thursday, March 02, 2017 3:11 PM
> To: Agrawal, Manisha
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
> 
> > [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
> 
> Please don't use nested brackets and also don't replace PATCH keyword.
> 
> In other words, it should be:
> 
> > [krogoth/morty][PATCH] dual-camera-demo : Video buffers from CMEM
> 
> 
> On Thu, Mar 02, 2017 at 02:25:03PM -0600, manisha.agrawal@ti.com wrote:
> > From: Manisha Agrawal <manisha.agrawal@ti.com>
> > 
> > Update git commit id to pick the source code demonstrating CMEM API 
> > usage for allocating video buffers from CMEM driver. This is to 
> > showcase the CPU access of the video buffers with read and write cache 
> > enabled for optimal CPU performance. Since the CMEM driver support 
> > exists only on AM57x today, modify makefile to  include the CMEM 
> > library conditionally only for am57xx-evm platform.
> > 
> > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> > ---
> >  .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb       | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git 
> > a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> > mo_1.0.bb 
> > b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> > mo_1.0.bb
> > index 6c36b98..1d1d836 100644
> > --- 
> > a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> > mo_1.0.bb
> > +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camer
> > +++ a-demo_1.0.bb
> > @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
> >  DEPENDS += "libdrm"
> >  require recipes-core/matrix/matrix-gui-paths.inc
> >  
> > -PR = "r16"
> > +PR = "r17"
> >  
> >  BRANCH = "master"
> > -SRCREV = "5e250641bfbc8a1a90e5b98527d2012729d54c09"
> > +SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7"
> >  
> >  SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \
> >             file://desc_dual-camera.html \
> > --
> > 2.9.3
> > 
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
  2017-03-03  0:31     ` Denys Dmytriyenko
@ 2017-03-03  1:55       ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2017-03-03  1:55 UTC (permalink / raw)
  To: Agrawal, Manisha; +Cc: meta-ti

On Thu, Mar 02, 2017 at 07:31:06PM -0500, Denys Dmytriyenko wrote:
> On Thu, Mar 02, 2017 at 04:15:42PM -0500, Agrawal, Manisha wrote:
> > Denys,
> > 
> > Appreciate the feedback. Do you want me to fix the subject and email the patches again?
> 
> No need - I'll fix it this time. And thanks for your patch.

BTW, this also belongs to meta-arago, not meta-ti!


> > -----Original Message-----
> > From: Dmytriyenko, Denys 
> > Sent: Thursday, March 02, 2017 3:11 PM
> > To: Agrawal, Manisha
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
> > 
> > > [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM
> > 
> > Please don't use nested brackets and also don't replace PATCH keyword.
> > 
> > In other words, it should be:
> > 
> > > [krogoth/morty][PATCH] dual-camera-demo : Video buffers from CMEM
> > 
> > 
> > On Thu, Mar 02, 2017 at 02:25:03PM -0600, manisha.agrawal@ti.com wrote:
> > > From: Manisha Agrawal <manisha.agrawal@ti.com>
> > > 
> > > Update git commit id to pick the source code demonstrating CMEM API 
> > > usage for allocating video buffers from CMEM driver. This is to 
> > > showcase the CPU access of the video buffers with read and write cache 
> > > enabled for optimal CPU performance. Since the CMEM driver support 
> > > exists only on AM57x today, modify makefile to  include the CMEM 
> > > library conditionally only for am57xx-evm platform.
> > > 
> > > Signed-off-by: Manisha Agrawal <manisha.agrawal@ti.com>
> > > ---
> > >  .../recipes-multimedia/dual-camera-demo/dual-camera-demo_1.0.bb       | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git 
> > > a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> > > mo_1.0.bb 
> > > b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> > > mo_1.0.bb
> > > index 6c36b98..1d1d836 100644
> > > --- 
> > > a/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camera-de
> > > mo_1.0.bb
> > > +++ b/meta-arago-extras/recipes-multimedia/dual-camera-demo/dual-camer
> > > +++ a-demo_1.0.bb
> > > @@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c7ca707704d3354a64feeb4f19f52eb5"
> > >  DEPENDS += "libdrm"
> > >  require recipes-core/matrix/matrix-gui-paths.inc
> > >  
> > > -PR = "r16"
> > > +PR = "r17"
> > >  
> > >  BRANCH = "master"
> > > -SRCREV = "5e250641bfbc8a1a90e5b98527d2012729d54c09"
> > > +SRCREV = "f52cb4354785e5f2fd63f7cf8ab02d99a2fbbea7"
> > >  
> > >  SRC_URI = "git://git.ti.com/sitara-linux/dual-camera-demo.git;protocol=git;branch=${BRANCH} \
> > >             file://desc_dual-camera.html \
> > > --
> > > 2.9.3
> > > 
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-03-03  1:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-02 20:25 [[krogoth/morty]] dual-camera-demo : Video buffers from CMEM manisha.agrawal
2017-03-02 21:11 ` Denys Dmytriyenko
2017-03-02 21:15   ` Agrawal, Manisha
2017-03-03  0:31     ` Denys Dmytriyenko
2017-03-03  1:55       ` Denys Dmytriyenko

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.