Re: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace libraries for graphics acceleration

2013-07-01 Thread Balagopalakrishnan, Anand
Denys,

There is no Graphics SDK for OMAP5 as of today. For the current release, only 
the DDK UM binaries will be provided as a tarball.

Regards,
Anand

-Original Message-
From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Heroor, Siddharth
Sent: Monday, July 01, 2013 7:02 PM
To: Dmytriyenko, Denys
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace libraries 
for graphics acceleration

On 7/1/2013 6:57 PM, Dmytriyenko, Denys wrote:
 Any chance to unify on a recipe name?

Not sure I follow, but do you mean between the OMAP3 Graphics SDK and the OMAP5 
libgles DDK?

 
 
 Denys
 
 
 -Original Message-
 *From:* Hingolikar, Mrinmayee [mrinma...@ti.com]
 *Received:* Monday, 01 Jul 2013, 8:32
 *To:* meta-ti@yoctoproject.org [meta-ti@yoctoproject.org]
 *Subject:* [meta-ti] [PATCH 2/2] libgles: Added prebuilt userspace 
 libraries for graphics acceleration
 
 * These libraries are not distributable in source and hence
   are available only as binary. They implement OpenGLES 1.x and
   OpenGLES 2.x accelerated using SGX 544-MP2 found in OMAP5
   class of devices.
 
 Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com
 Signed-off-by: Siddharth Heroor her...@ti.com
 ---
  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb |   24
 
  1 files changed, 24 insertions(+), 0 deletions(-)  create mode 100644 
 recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
 
 diff --git 
 a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
 b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
 new file mode 100644
 index 000..d3a847d
 --- /dev/null
 +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.10.bb
 @@ -0,0 +1,24 @@
 +DESCRIPTION = Userspace libraries for sgx
 +HOMEPAGE = http://downloads.ti.com/dsps/dsps_public_sw/gfxsdk;
 +LICENSE = TI
 +DEPENDS = 
 +
 +SRC_URI =
 http://downloads.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/gfxsdk/OMAP5_1_09_00_10//exports/omap5-sgx-ddk-um-linux-${PV}.tar.gz;protocol=http;
 +
 +LIC_FILES_CHKSUM =
 file://OMAP5-Linux-Graphics-DDK-UM-Manifest.doc;md5=d280df8e94bb2e7b9251c8526078eeb8
 +
 +PR = r1
 +
 +SRC_URI[md5sum] = 3cfb875de031098a4c1eeeaf4e442367
 +
 +S = ${WORKDIR}/${PN}-${PV}
 +
 +do_install () {
 +oe_runmake install DESTDIR=${D}
 +}
 +
 +PACKAGES =+ ${PN}-${PV}
 +
 +FILES_${PN} =  ${bindir}/*
 +FILES_${PN} +=  ${libdir}/*
 +FILES_${PN} +=  ${includedir}/*
 --
 1.7.0.4
 
 ___
 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
 

___
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


Re: [meta-ti] [PATCH 0/2] Update SGX graphics recipes to latest version for K4.1

2015-08-06 Thread Balagopalakrishnan, Anand
Denys,

Yes, it is based on the same DDK version. We will be moving to DDK 1.14 as part 
of Feb'16 release.

Regards,
Anand


-Original Message-
From: Dmytriyenko, Denys 
Sent: Friday, August 07, 2015 12:32 AM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH 0/2] Update SGX graphics recipes to latest version for K4.1

Thanks, Anand!

I'll give it a try right away!

Meanwhile, a quick question - is it still based on the same versions of DDK? 
I.e. 1.9.0.12 and 1.9.2253347?

-- 
Denys


On Fri, Aug 07, 2015 at 12:17:56AM +0530, Anand Balagopalakrishnan wrote:
 Update SGX UM / KM to latest version for 4.1 kernel for 2015 LTS
 
 The changes involved have been tested against 4.1 kernel with GLSDK 7.01 Beta 
 /
 2014 LTS file system. The Yocto recipes have not been verified on 2015 LTS.
 
 Anand Balagopalakrishnan (2):
   omapdrm-pvr: recipe update for SGX KM on 4.1 kernel
   omap5-sgx-ddk-um-linux: update SGX user mode binaries to latest
 version
 
  .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb |4 ++--
  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb |8 +---
  2 files changed, 7 insertions(+), 5 deletions(-)
 
 -- 
 1.7.9.5
 
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [SGX AM57x/DRA7xx 0/2] Update SGX graphics recipes for AM57x/DRA7xx to latest version

2015-12-15 Thread Balagopalakrishnan, Anand
Denys,

Yes. I have validated this on 2015 LTS kernel / u-boot. Only the filesystem was 
based on 2014 LTS.

Regards,
Anand

-Original Message-
From: Dmytriyenko, Denys 
Sent: Tuesday, December 15, 2015 9:39 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [SGX AM57x/DRA7xx 0/2] Update SGX graphics recipes for 
AM57x/DRA7xx to latest version

On Fri, Dec 11, 2015 at 02:49:16PM +0530, Anand Balagopalakrishnan wrote:
> Update SGX UM / KM to latest version for AM57x/DRA7xx
> 
> The changes involved have been tested against 4.1 kernel (commit -
> 03066ae73fc380e3ea9da8cba63591a135b33b71) with GLSDK 7.02 GA /
> 2014 LTS file system. The Yocto recipes have not been verified on 2015 LTS.

Is this for 2015.02? Considering that is hasn't been validated on 2015LTS and 
that we are just days away from the release, this seems risky to push at this 
time...

--
Denys


> Summary of changes
> ==
> UM:
> - Enable screenshot capture in Weston
> - Resolve SGX HW recovery when Wayland OpenGLES clients are abruptly 
> terminated
> - Resolve SGX HW recovery with glmark2 benchmark application
> - Resolve rendering issue with half float textures
> 
> KM:
> - Fix access to freed memory
> - Fix GEM handle memory leak when Wayland client exit and Weston continues to 
> run
> 
> Anand Balagopalakrishnan (2):
>   omapdrm-pvr: bump SRCREV for AM57x/DRA7xx
>   omap5-sgx-ddk-um-linux: bump SRCREV for AM57x/DRA7xx to the latest
> DDK UM
> 
>  .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb |2 +-
>  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb |2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 1.7.9.5
> 
> -- 
> ___
> 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


Re: [meta-ti] [SGX AM57x/DRA7xx 0/2] Update SGX graphics recipes for AM57x/DRA7xx to latest version

2015-12-19 Thread Balagopalakrishnan, Anand
Denys,

The updates to UM binaries and KM source have been validated on the 2015 LTS 
file system (tisdk-rootfs-image-dra7xx-evm-20151217001041.rootfs.tar.gz)

Both kmscube and Weston applications are running fine.

Regards,
Anand

-Original Message-
From: Dmytriyenko, Denys 
Sent: Tuesday, December 15, 2015 9:39 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [SGX AM57x/DRA7xx 0/2] Update SGX graphics recipes for 
AM57x/DRA7xx to latest version

On Fri, Dec 11, 2015 at 02:49:16PM +0530, Anand Balagopalakrishnan wrote:
> Update SGX UM / KM to latest version for AM57x/DRA7xx
> 
> The changes involved have been tested against 4.1 kernel (commit -
> 03066ae73fc380e3ea9da8cba63591a135b33b71) with GLSDK 7.02 GA /
> 2014 LTS file system. The Yocto recipes have not been verified on 2015 LTS.

Is this for 2015.02? Considering that is hasn't been validated on 2015LTS and 
that we are just days away from the release, this seems risky to push at this 
time...

--
Denys


> Summary of changes
> ==
> UM:
> - Enable screenshot capture in Weston
> - Resolve SGX HW recovery when Wayland OpenGLES clients are abruptly 
> terminated
> - Resolve SGX HW recovery with glmark2 benchmark application
> - Resolve rendering issue with half float textures
> 
> KM:
> - Fix access to freed memory
> - Fix GEM handle memory leak when Wayland client exit and Weston continues to 
> run
> 
> Anand Balagopalakrishnan (2):
>   omapdrm-pvr: bump SRCREV for AM57x/DRA7xx
>   omap5-sgx-ddk-um-linux: bump SRCREV for AM57x/DRA7xx to the latest
> DDK UM
> 
>  .../powervr-drivers/omapdrm-pvr_1.9.2253347.bb |2 +-
>  .../libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb |2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> -- 
> 1.7.9.5
> 
> -- 
> ___
> 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


Re: [meta-ti] [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR

2016-06-27 Thread Balagopalakrishnan, Anand
Denys,

I have submitted v2 of the patches with the update. 

Regards,
Anand

-Original Message-
From: Dmytriyenko, Denys 
Sent: Monday, June 27, 2016 8:12 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH 1/2] ti-sgx-ddk-um: update srcrev and bump PR

Anand,

Would be nice to briefly summarize the changes in this update, if possible. 
Thanks.


On Mon, Jun 27, 2016 at 08:04:33PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <ana...@ti.com>
> ---
>  .../libgles/ti-sgx-ddk-um_1.14.3699939.bb  |4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
> b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index e5c5de6..b8adde0 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  BRANCH = "ti-img-sgx/${PV}"
>  
>  SRC_URI = 
> "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "54ba970e33d3c13f726d7c035f3b5c3dcb74afdc"
> +SRCREV = "4cdbb6b192fc5cac53695faca3c3f8be16ca871d"
>  
>  # There's only hardfp version available  python __anonymous() { @@ 
> -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r12"
> +PR = "r13"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
> omap5-sgx-ddk-um-linux"
>  
>  DEPENDS += "libdrm udev libgbm wayland libffi"
> --
> 1.7.9.5
> 
> --
> ___
> 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


Re: [meta-ti] [for-morty 1/1] ti-sgx-ddk-km: move to K4.9, enable parallel builds

2017-02-07 Thread Balagopalakrishnan, Anand
Denys,

I have posted a v2 of the patch after rebasing.

Regards,
Anand

-Original Message-
From: Dmytriyenko, Denys 
Sent: Tuesday, February 7, 2017 11:07 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [for-morty 1/1] ti-sgx-ddk-km: move to K4.9, enable 
parallel builds

Anand,

Could you please rebase on top of this:
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=morty=16f6a2713d0e6ef4dcdbb7769b89979bdf751c11

-- 
Denys


On Tue, Feb 07, 2017 at 07:53:53PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <ana...@ti.com>
> ---
>  recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb | 8 +++-
>  1 file changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb 
> b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> index ca5916e..984cab9 100644
> --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> @@ -7,7 +7,7 @@ inherit module
>  
>  COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
>  
> -MACHINE_KERNEL_PR_append = "k"
> +MACHINE_KERNEL_PR_append = "l"
>  PR = "${MACHINE_KERNEL_PR}"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> @@ -20,19 +20,17 @@ RPROVIDES_${PN} = "omapdrm-pvr"
>  RREPLACES_${PN} = "omapdrm-pvr"
>  RCONFLICTS_${PN} = "omapdrm-pvr"
>  
> -BRANCH = "ti-img-sgx/${PV}/k4.4"
> +BRANCH = "ti-img-sgx/${PV}/k4.9"
>  
>  SRC_URI = 
> "git://git.ti.com/graphics/omap5-sgx-ddk-linux.git;protocol=git;branch=${BRANCH}"
>  S = "${WORKDIR}/git"
>  
> -SRCREV = "8d5305b03dce13f3a9a89328c69c762dcd3109a4"
> +SRCREV = "0086977380d3320d70a3abc78b95fa0641427073"
>  
>  TARGET_PRODUCT_omap-a15 = "jacinto6evm"
>  TARGET_PRODUCT_ti33x = "ti335x"
>  TARGET_PRODUCT_ti43x = "ti437x"
>  
> -PARALLEL_MAKE = ""
> -
>  EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" 
> TARGET_PRODUCT=${TARGET_PRODUCT}'
>  
>  do_compile_prepend() {
> -- 
> 1.9.1
> 
> -- 
> ___
> 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


Re: [meta-ti] [krogoth] ti-sgx-ddk-um: enhance wl_display validation criterion

2017-02-14 Thread Balagopalakrishnan, Anand
Denys,

This patch is applicable for morty as well. Please pull to both branches.

Regards,
Anand

-Original Message-
From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of R, Karthik
Sent: Monday, February 13, 2017 4:34 PM
To: meta-ti@yoctoproject.org
Subject: [meta-ti] [krogoth] ti-sgx-ddk-um: enhance wl_display validation 
criterion

Signed-off-by: Karthik Ramanan 
---
 recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
index b7fd572..79f5ca7 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
@@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 BRANCH = "ti-img-sgx/${PV}"
 
 SRC_URI = 
"git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
-SRCREV = "739111e5d67871d08f9d7e643492bee40dce933c"
+SRCREV = "6019bf95ee30a65db6b27ea48e6ee65e8b16e0a6"
 
 # There's only hardfp version available  python __anonymous() { @@ -31,7 +31,7 
@@ INITSCRIPT_PARAMS = "defaults 8"
 
 inherit update-rc.d
 
-PR = "r19"
+PR = "r20"
 PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
omap5-sgx-ddk-um-linux"
 
 DEPENDS += "libdrm udev libgbm wayland libffi"
--
1.9.1

--
___
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


Re: [meta-ti] [[ krogoth/morty PATCH] 1/1] ti-sgx-ddk-um: add support for GBM pixmap surface

2017-02-28 Thread Balagopalakrishnan, Anand
Denys,

ACK. Will take care of it for future patches.

Regards,
Anand

-Original Message-
From: Dmytriyenko, Denys 
Sent: Monday, February 27, 2017 11:48 PM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [[ krogoth/morty PATCH] 1/1] ti-sgx-ddk-um: add support 
for GBM pixmap surface

Anand,

Thanks for the patch.

> [[ krogoth/morty PATCH] 1/1] ti-sgx-ddk-um: add support for GBM pixmap 
> surface

Can you please not do nested brackets here? Patchwork doesn't handle them 
properly...

--
Denys


On Mon, Feb 27, 2017 at 07:31:47PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <ana...@ti.com>
> ---
>  recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
> b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index f90d689..3a9a2b2 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  BRANCH = "ti-img-sgx/${PV}"
>  
>  SRC_URI = 
> "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "e8fda0a1865e206c058776b15336a53edc5e5999"
> +SRCREV = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf"
>  
>  # There's only hardfp version available
>  python __anonymous() {
> @@ -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r22"
> +PR = "r23"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
> omap5-sgx-ddk-um-linux"
>  
>  DEPENDS += "libdrm udev libgbm wayland libffi"
> -- 
> 1.9.1
> 
> -- 
> ___
> 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


Re: [meta-ti] [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo

2018-03-01 Thread Balagopalakrishnan, Anand
Denys,

No. I faced an issue while building CoreSDK for Krogoth due to gforge problem. 
Irrespective of that, I did find an error with branch name on this patch. Will 
send a v2 for this patch.

ERROR: hevc-arm-decoder-01.00.00.01-r3 do_fetch: Fetcher failure: Fetch command 
failed with exit code 4, output:
Unable to establish SSL connection.

ERROR: hevc-arm-decoder-01.00.00.01-r3 do_fetch: Function failed: Fetcher 
failure for URL: 
'https://gforge.ti.com/gf/download/frsrelease/1280/7770/REL.HEVC.D.ARM.OBJ.01.00.00.01.tar.gz'.
 Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: 
/work/anand/coresdk/tisdk/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-neon-linux-gnueabi/hevc-arm-decoder/01.00.00.01-r3/temp/log.do_fetch.37493
ERROR: Task 2993 
(/work/anand/coresdk/tisdk/sources/meta-arago/meta-arago-extras/recipes-multimedia/hevc-arm-decoder/hevc-arm-decoder_01.00.00.01.bb,
 do_fetch) failed with exit code '1'

Regards,
Anand


-Original Message-
From: Dmytriyenko, Denys 
Sent: Friday, March 2, 2018 3:06 AM
To: Balagopalakrishnan, Anand
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM 
buffers and populate meminfo

Have you tested this patch?

On Thu, Mar 01, 2018 at 09:49:55PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <ana...@ti.com>
> ---
>  recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb 
> b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> index 3a9a2b2..3e689cb 100644
> --- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> +++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb
> @@ -8,7 +8,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
>  BRANCH = "ti-img-sgx/${PV}"
>  
>  SRC_URI = 
> "git://git.ti.com/graphics/omap5-sgx-ddk-um-linux.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "d184140aa5c17e13e1bf21151f1a7bc068bdf8bf"
> +SRCREV = "2736a396f9c801fc0818d830f8a3215aeb8b6534"
>  
>  # There's only hardfp version available  python __anonymous() { @@ 
> -31,7 +31,7 @@ INITSCRIPT_PARAMS = "defaults 8"
>  
>  inherit update-rc.d
>  
> -PR = "r23"
> +PR = "r24"
>  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 
> omap5-sgx-ddk-um-linux"
>  
>  DEPENDS += "libdrm udev libgbm wayland libffi"
> --
> 1.9.1
> 
> --
> ___
> 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


Re: [meta-ti] [thud/master][PATCH 4/5] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-09-05 Thread Balagopalakrishnan, Anand
Andrew,


I remember some of the other recipes (eg kmscube, omapdrmtest) in meta-ti / 
meta-arago that depended on omap5-sgx-ddk-um-linux.


We cleaned up some of those dependencies while adding J7. Not sure if all of 
them have been covered. Have you confirmed?


Regards,

Anand


From: Davis, Andrew
Sent: Thursday, September 5, 2019 10:08:46 PM
To: Dmytriyenko, Denys; Tammana, Gowtham; Balagopalakrishnan, Anand; Ruei, Eric
Cc: meta-ti@yoctoproject.org; Davis, Andrew
Subject: [meta-ti][thud/master][PATCH 4/5] ti-sgx-ddk-um: Drop 
omap5-sgx-ddk-um-linux package

No one in-tree depends on this anymore. This used to be the name of the
package so this was kept here for several years for backwards
compatibility. Remove this from PROVIDES.

Signed-off-by: Andrew F. Davis 
---
 .../libgles/ti-sgx-ddk-um_1.17.4948957.bb | 20 +--
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb 
b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
index 0695ca0a..53d2829e 100644
--- a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
+++ b/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb
@@ -23,22 +23,22 @@ INITSCRIPT_PARAMS = "defaults 8"

 inherit update-rc.d

-PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm 
omap5-sgx-ddk-um-linux"
+PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2 virtual/libgbm"

 DEPENDS += "libdrm udev wayland wayland-protocols libffi expat"
 RDEPENDS_${PN} += "libdrm libdrm-omap udev wayland wayland-protocols libffi 
expat"

-RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux"
-RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev 
omap5-sgx-ddk-um-linux-dev"
-RPROVIDES_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg 
omap5-sgx-ddk-um-linux-dbg"
+RPROVIDES_${PN} = "libegl libgles1 libgles2 libgbm"
+RPROVIDES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
+RPROVIDES_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"

-RREPLACES_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux"
-RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev 
omap5-sgx-ddk-um-linux-dev"
-RREPLACES_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg 
omap5-sgx-ddk-um-linux-dbg"
+RREPLACES_${PN} = "libegl libgles1 libgles2 libgbm"
+RREPLACES_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
+RREPLACES_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"

-RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm omap5-sgx-ddk-um-linux"
-RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev 
omap5-sgx-ddk-um-linux-dev"
-RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg 
omap5-sgx-ddk-um-linux-dbg"
+RCONFLICTS_${PN} = "libegl libgles1 libgles2 libgbm"
+RCONFLICTS_${PN}-dev = "libegl-dev libgles1-dev libgles2-dev libgbm-dev"
+RCONFLICTS_${PN}-dbg = "libegl-dbg libgles1-dbg libgles2-dbg libgbm-dbg"

 # The actual SONAME is libGLESv2.so.2, so need to explicitly specify RPROVIDES 
for .so.1 here
 RPROVIDES_${PN} += "libGLESv2.so.1"
--
2.17.1

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti