All of lore.kernel.org
 help / color / mirror / Atom feed
* [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM
@ 2019-06-19 15:35 Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] glmark2: disable for J7 Anand Balagopalakrishnan
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-19 15:35 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index a96569f..45482d4 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -14,6 +14,11 @@ PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev"
 
 PREFERRED_PROVIDER_virtual/libgl = "mesa-gl"
 
+# J7 has a Rogue GPU core
+PREFERRED_PROVIDER_virtual/egl_j7-evm = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles1_j7-evm = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles2_j7-evm = "ti-img-rogue-umlibs"
+
 # This is required when using keystone devices with graphical support
 # such as Qt5
 PREFERRED_PROVIDER_virtual/egl_keystone = "mesa"
-- 
1.9.1



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

* [[thud] PATCH] glmark2: disable for J7
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
@ 2019-06-19 15:35 ` Anand Balagopalakrishnan
  2019-06-19 18:38   ` Denys Dmytriyenko
  2019-06-20 13:05   ` [thud][PATCH] glmark2: specify dependency on libgbm Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] img-pvr-sdk: set right dependencies for J7 Anand Balagopalakrishnan
                   ` (5 subsequent siblings)
  6 siblings, 2 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-19 15:35 UTC (permalink / raw)
  To: meta-arago

glmark2 has a dependency on libgbm which will come from Mesa. Disable this for
now on J7.

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
index d7744ad..0b38596 100644
--- a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
@@ -13,6 +13,7 @@ DEPENDS = "libpng jpeg"
 PV = "2014.03+${SRCPV}"
 
 COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
+COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
 
 SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \
     file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \
-- 
1.9.1



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

* [[thud] PATCH] img-pvr-sdk: set right dependencies for J7
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] glmark2: disable for J7 Anand Balagopalakrishnan
@ 2019-06-19 15:35 ` Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] kmscube: change dependencies for EGL / GLES2 Anand Balagopalakrishnan
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-19 15:35 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
index aa24fa7..9e18909 100644
--- a/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
+++ b/meta-arago-extras/recipes-graphics/img-pvr-sdk/img-pvr-sdk_3.3.2.bb
@@ -9,7 +9,7 @@ BRANCH = "master"
 SRC_URI = "git://git.ti.com/graphics/img-pvr-sdk.git;protocol=git;branch=${BRANCH}"
 SRCREV = "7af5846a0989a1475548ca05f6984c817fb76adc"
 
-PR = "r14"
+PR = "r15"
 
 COMPATIBLE_MACHINE = "omap-a15|ti43x|ti33x|k3"
 
@@ -44,6 +44,7 @@ do_install () {
 }
 
 RDEPENDS_${PN} = "ti-sgx-ddk-um"
+RDEPENDS_${PN}_j7-evm = "ti-img-rogue-umlibs"
 
 INHIBIT_PACKAGE_STRIP = "1"
 
-- 
1.9.1



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

* [[thud] PATCH] kmscube: change dependencies for EGL / GLES2
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] glmark2: disable for J7 Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] img-pvr-sdk: set right dependencies for J7 Anand Balagopalakrishnan
@ 2019-06-19 15:35 ` Anand Balagopalakrishnan
  2019-06-19 15:35 ` [[thud] PATCH] omapdrmtest: enable this only for AM43x and DRA7xx Anand Balagopalakrishnan
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-19 15:35 UTC (permalink / raw)
  To: meta-arago

kmscube can run on any GPU that supports EGL and OpenGLES2 interfaces. Remove
the dependency on SGX.

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
index d041e8c..c19f550 100644
--- a/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
+++ b/meta-arago-extras/recipes-graphics/kmscube/kmscube_1.0.0.bb
@@ -3,14 +3,14 @@ HOMEPAGE = "http://git.ti.com"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=e760965096e52da8f3969dd53b6bf158"
 
-DEPENDS = "libdrm libgbm ti-sgx-ddk-um"
+DEPENDS = "libdrm libgbm virtual/egl virtual/libgles2"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|k3"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit autotools pkgconfig
 
-PR = "r11"
+PR = "r12"
 SRCREV = "5f90636ae01b859a064b9136da4b759b41c1ee10"
 
 SRC_URI = "git://git.ti.com/glsdk/kmscube.git;protocol=git"
-- 
1.9.1



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

* [[thud] PATCH] omapdrmtest: enable this only for AM43x and DRA7xx
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
                   ` (2 preceding siblings ...)
  2019-06-19 15:35 ` [[thud] PATCH] kmscube: change dependencies for EGL / GLES2 Anand Balagopalakrishnan
@ 2019-06-19 15:35 ` Anand Balagopalakrishnan
  2019-06-19 18:42 ` [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Denys Dmytriyenko
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-19 15:35 UTC (permalink / raw)
  To: meta-arago

This application is dependent on omapdrm display driver which is supported only
on AM43x and DRA7xx SoCs.

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
index cc54c5d..8020776 100644
--- a/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
+++ b/meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb
@@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a2
 
 DEPENDS = "ffmpeg libdce libdrm libgbm ti-sgx-ddk-um wayland"
 
+COMPATIBLE_MACHINE = "omap-a15|ti43x"
+
 inherit autotools pkgconfig
 
 PR = "r28"
-- 
1.9.1



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

* Re: [[thud] PATCH] glmark2: disable for J7
  2019-06-19 15:35 ` [[thud] PATCH] glmark2: disable for J7 Anand Balagopalakrishnan
@ 2019-06-19 18:38   ` Denys Dmytriyenko
  2019-06-20 13:05   ` [thud][PATCH] glmark2: specify dependency on libgbm Anand Balagopalakrishnan
  1 sibling, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2019-06-19 18:38 UTC (permalink / raw)
  To: Anand Balagopalakrishnan; +Cc: meta-arago

NAK

On Wed, Jun 19, 2019 at 09:05:05PM +0530, Anand Balagopalakrishnan wrote:
> glmark2 has a dependency on libgbm which will come from Mesa. Disable this for
> now on J7.
> 
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
>  meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
> index d7744ad..0b38596 100644
> --- a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
> +++ b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
> @@ -13,6 +13,7 @@ DEPENDS = "libpng jpeg"
>  PV = "2014.03+${SRCPV}"
>  
>  COMPATIBLE_HOST_rpi  = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
> +COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15"
>  
>  SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \
>      file://build-Check-packages-to-be-used-by-the-enabled-flavo.patch \
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
                   ` (3 preceding siblings ...)
  2019-06-19 15:35 ` [[thud] PATCH] omapdrmtest: enable this only for AM43x and DRA7xx Anand Balagopalakrishnan
@ 2019-06-19 18:42 ` Denys Dmytriyenko
  2019-06-20  1:02 ` Denys Dmytriyenko
  2019-06-20 12:38 ` [thud][PATCH v2] " Anand Balagopalakrishnan
  6 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2019-06-19 18:42 UTC (permalink / raw)
  To: Anand Balagopalakrishnan; +Cc: meta-arago

On Wed, Jun 19, 2019 at 09:05:04PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
>  meta-arago-distro/conf/distro/include/arago-prefs.inc | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index a96569f..45482d4 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -14,6 +14,11 @@ PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev"
>  
>  PREFERRED_PROVIDER_virtual/libgl = "mesa-gl"
>  
> +# J7 has a Rogue GPU core
> +PREFERRED_PROVIDER_virtual/egl_j7-evm = "ti-img-rogue-umlibs"
> +PREFERRED_PROVIDER_virtual/libgles1_j7-evm = "ti-img-rogue-umlibs"
> +PREFERRED_PROVIDER_virtual/libgles2_j7-evm = "ti-img-rogue-umlibs"

Would be nice to move these few lines higher - right after the other egl/gles 
preferences for SGX.


>  # This is required when using keystone devices with graphical support
>  # such as Qt5
>  PREFERRED_PROVIDER_virtual/egl_keystone = "mesa"
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
                   ` (4 preceding siblings ...)
  2019-06-19 18:42 ` [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Denys Dmytriyenko
@ 2019-06-20  1:02 ` Denys Dmytriyenko
  2019-06-20 12:38 ` [thud][PATCH v2] " Anand Balagopalakrishnan
  6 siblings, 0 replies; 10+ messages in thread
From: Denys Dmytriyenko @ 2019-06-20  1:02 UTC (permalink / raw)
  To: Anand Balagopalakrishnan; +Cc: meta-arago

> [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM

Please don't use nested brackets - Patchwork doesn't handle those nicely and 
you end up with "PATCH]" in the commit log...

Denys


On Wed, Jun 19, 2019 at 09:05:04PM +0530, Anand Balagopalakrishnan wrote:
> Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
> ---
>  meta-arago-distro/conf/distro/include/arago-prefs.inc | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> index a96569f..45482d4 100644
> --- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
> +++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
> @@ -14,6 +14,11 @@ PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev"
>  
>  PREFERRED_PROVIDER_virtual/libgl = "mesa-gl"
>  
> +# J7 has a Rogue GPU core
> +PREFERRED_PROVIDER_virtual/egl_j7-evm = "ti-img-rogue-umlibs"
> +PREFERRED_PROVIDER_virtual/libgles1_j7-evm = "ti-img-rogue-umlibs"
> +PREFERRED_PROVIDER_virtual/libgles2_j7-evm = "ti-img-rogue-umlibs"
> +
>  # This is required when using keystone devices with graphical support
>  # such as Qt5
>  PREFERRED_PROVIDER_virtual/egl_keystone = "mesa"
> -- 
> 1.9.1
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* [thud][PATCH v2] arago-prefs: specify GLES providers for J7 EVM
  2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
                   ` (5 preceding siblings ...)
  2019-06-20  1:02 ` Denys Dmytriyenko
@ 2019-06-20 12:38 ` Anand Balagopalakrishnan
  6 siblings, 0 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-20 12:38 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-distro/conf/distro/include/arago-prefs.inc | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-arago-distro/conf/distro/include/arago-prefs.inc b/meta-arago-distro/conf/distro/include/arago-prefs.inc
index a96569f..e9e9177 100644
--- a/meta-arago-distro/conf/distro/include/arago-prefs.inc
+++ b/meta-arago-distro/conf/distro/include/arago-prefs.inc
@@ -9,6 +9,12 @@ PREFERRED_PROVIDER_virtual/gettext = "gettext"
 PREFERRED_PROVIDER_virtual/egl = "ti-sgx-ddk-um"
 PREFERRED_PROVIDER_virtual/libgles1 = "ti-sgx-ddk-um"
 PREFERRED_PROVIDER_virtual/libgles2 = "ti-sgx-ddk-um"
+
+# J7 has a Rogue GPU core
+PREFERRED_PROVIDER_virtual/egl_j7-evm = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles1_j7-evm = "ti-img-rogue-umlibs"
+PREFERRED_PROVIDER_virtual/libgles2_j7-evm = "ti-img-rogue-umlibs"
+
 PREFERRED_PROVIDER_libgbm = "libgbm"
 PREFERRED_PROVIDER_libgbm-dev = "libgbm-dev"
 
-- 
1.9.1



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

* [thud][PATCH] glmark2: specify dependency on libgbm
  2019-06-19 15:35 ` [[thud] PATCH] glmark2: disable for J7 Anand Balagopalakrishnan
  2019-06-19 18:38   ` Denys Dmytriyenko
@ 2019-06-20 13:05   ` Anand Balagopalakrishnan
  1 sibling, 0 replies; 10+ messages in thread
From: Anand Balagopalakrishnan @ 2019-06-20 13:05 UTC (permalink / raw)
  To: meta-arago

Signed-off-by: Anand Balagopalakrishnan <anandb@ti.com>
---
 meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
index d7744ad..bc83358 100644
--- a/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-arago-extras/recipes-benchmark/glmark2/glmark2_git.bb
@@ -36,7 +36,7 @@ CXXFLAGS += "-std=c++11"
 PACKAGECONFIG[x11-gl] = ",,virtual/libgl virtual/libx11"
 PACKAGECONFIG[x11-gles2] = ",,virtual/libgles2 virtual/libx11"
 PACKAGECONFIG[drm-gl] = ",,virtual/libgl libdrm"
-PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm"
+PACKAGECONFIG[drm-gles2] = ",,virtual/libgles2 libdrm virtual/libgbm"
 PACKAGECONFIG[wayland-gl] = ",,virtual/libgl wayland"
 PACKAGECONFIG[wayland-gles2] = ",,virtual/libgles2 wayland"
 
-- 
1.9.1



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

end of thread, other threads:[~2019-06-20 13:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19 15:35 [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Anand Balagopalakrishnan
2019-06-19 15:35 ` [[thud] PATCH] glmark2: disable for J7 Anand Balagopalakrishnan
2019-06-19 18:38   ` Denys Dmytriyenko
2019-06-20 13:05   ` [thud][PATCH] glmark2: specify dependency on libgbm Anand Balagopalakrishnan
2019-06-19 15:35 ` [[thud] PATCH] img-pvr-sdk: set right dependencies for J7 Anand Balagopalakrishnan
2019-06-19 15:35 ` [[thud] PATCH] kmscube: change dependencies for EGL / GLES2 Anand Balagopalakrishnan
2019-06-19 15:35 ` [[thud] PATCH] omapdrmtest: enable this only for AM43x and DRA7xx Anand Balagopalakrishnan
2019-06-19 18:42 ` [[thud] PATCH] arago-prefs: specify GLES providers for J7 EVM Denys Dmytriyenko
2019-06-20  1:02 ` Denys Dmytriyenko
2019-06-20 12:38 ` [thud][PATCH v2] " Anand Balagopalakrishnan

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.