All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] glmark2: Bump to the latest version
@ 2017-06-23 13:28 Fabio Estevam
  2017-06-23 19:14 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Fabio Estevam @ 2017-06-23 13:28 UTC (permalink / raw)
  To: buildroot

The two patches are no longer needed with the latest upstream version,
so bump to the latest one.

Tested on imx6.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 ...NativeStateDRM-add-imx-drm-driver-support.patch | 25 -------------------
 ...eStateDRM-use-fixed-event-context-version.patch | 28 ----------------------
 package/glmark2/glmark2.hash                       |  2 +-
 package/glmark2/glmark2.mk                         |  2 +-
 4 files changed, 2 insertions(+), 55 deletions(-)
 delete mode 100644 package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch
 delete mode 100644 package/glmark2/0002-NativeStateDRM-use-fixed-event-context-version.patch

diff --git a/package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch b/package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch
deleted file mode 100644
index 8eff81e..0000000
--- a/package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 05ec5e4411fe3188f72305050b11513cb153c5ff Mon Sep 17 00:00:00 2001
-From: Gary Bisson <gary.bisson@boundarydevices.com>
-Date: Tue, 14 Feb 2017 09:39:02 +0100
-Subject: [PATCH] NativeStateDRM: add imx-drm driver support
-
-Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
----
- src/native-state-drm.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/native-state-drm.cpp b/src/native-state-drm.cpp
-index 4df75ec..454a24d 100644
---- a/src/native-state-drm.cpp
-+++ b/src/native-state-drm.cpp
-@@ -201,6 +201,7 @@ NativeStateDRM::init()
-     // driver (udev?).
-     static const char* drm_modules[] = {
-         "i915",
-+        "imx-drm",
-         "nouveau",
-         "radeon",
-         "vmgfx",
--- 
-2.11.0
-
diff --git a/package/glmark2/0002-NativeStateDRM-use-fixed-event-context-version.patch b/package/glmark2/0002-NativeStateDRM-use-fixed-event-context-version.patch
deleted file mode 100644
index c66f409..0000000
--- a/package/glmark2/0002-NativeStateDRM-use-fixed-event-context-version.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Lucas Stach <l.stach@pengutronix.de>
-Date: Wed, 31 May 2017 13:01:00 +0200
-Subject: [PATCH] NativeStateDRM: use fixed event context version
-
-Using the latest version is not a good idea, as the context content may
-change between versions.
-
-Fixes a segfault with new kernel and libdrm.
-
-Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
-Signed-off-by: Fabio Estevam <festevam@gmail.com>
----
- src/native-state-drm.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/native-state-drm.cpp b/src/native-state-drm.cpp
-index 454a24d898ff..b9af996667dc 100644
---- a/src/native-state-drm.cpp
-+++ b/src/native-state-drm.cpp
-@@ -106,7 +106,7 @@ NativeStateDRM::flip()
-     FD_ZERO(&fds);
-     FD_SET(fd_, &fds);
-     drmEventContext evCtx;
--    evCtx.version = DRM_EVENT_CONTEXT_VERSION;
-+    evCtx.version = 2;
-     evCtx.page_flip_handler = page_flip_handler;
- 
-     while (waiting) {
diff --git a/package/glmark2/glmark2.hash b/package/glmark2/glmark2.hash
index 92c53e5..aeb8a78 100644
--- a/package/glmark2/glmark2.hash
+++ b/package/glmark2/glmark2.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 ea59bd267a88e2c773423eec43f7cb90b0ca1c369762e836dec575ebdcdcc012 glmark2-7215c0f337dae0b232535549c37fca441747a891.tar.gz
+sha256 8800f3cab0575df217adc166b181930e1f881efb6f764f35872993ee78dea5f0 glmark2-9b1070fe9c5cf908f323909d3c8cbed08022abe8.tar.gz
diff --git a/package/glmark2/glmark2.mk b/package/glmark2/glmark2.mk
index 4edc713..4eeaec7 100644
--- a/package/glmark2/glmark2.mk
+++ b/package/glmark2/glmark2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GLMARK2_VERSION = 7215c0f337dae0b232535549c37fca441747a891
+GLMARK2_VERSION = 9b1070fe9c5cf908f323909d3c8cbed08022abe8
 GLMARK2_SITE = $(call github,glmark2,glmark2,$(GLMARK2_VERSION))
 GLMARK2_LICENSE = GPL-3.0+, SGIv1
 GLMARK2_LICENSE_FILES = COPYING COPYING.SGI
-- 
2.7.4

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

* [Buildroot] [PATCH] glmark2: Bump to the latest version
  2017-06-23 13:28 [Buildroot] [PATCH] glmark2: Bump to the latest version Fabio Estevam
@ 2017-06-23 19:14 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2017-06-23 19:14 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 23 Jun 2017 10:28:10 -0300, Fabio Estevam wrote:
> The two patches are no longer needed with the latest upstream version,
> so bump to the latest one.
> 
> Tested on imx6.
> 
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
> ---
>  ...NativeStateDRM-add-imx-drm-driver-support.patch | 25 -------------------
>  ...eStateDRM-use-fixed-event-context-version.patch | 28 ----------------------
>  package/glmark2/glmark2.hash                       |  2 +-
>  package/glmark2/glmark2.mk                         |  2 +-
>  4 files changed, 2 insertions(+), 55 deletions(-)
>  delete mode 100644 package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch
>  delete mode 100644 package/glmark2/0002-NativeStateDRM-use-fixed-event-context-version.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] glmark2: Bump to the latest version
  2019-08-28 12:40 Neil Armstrong
@ 2019-08-29 20:58 ` Thomas Petazzoni
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2019-08-29 20:58 UTC (permalink / raw)
  To: buildroot

On Wed, 28 Aug 2019 14:40:11 +0200
Neil Armstrong <narmstrong@baylibre.com> wrote:

> Bump to the latest git version, containing multiple fixes and support for
> render-only GPUs (lima, panfrost, ...) and missing DRM driver names to run
> like meson, rockchip, sun4i-drm.
> 
> Tested on Khadas VIM2 (aarch64) and Panfrost.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  package/glmark2/glmark2.hash | 2 +-
>  package/glmark2/glmark2.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

* [Buildroot] [PATCH] glmark2: Bump to the latest version
@ 2019-08-28 12:40 Neil Armstrong
  2019-08-29 20:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Neil Armstrong @ 2019-08-28 12:40 UTC (permalink / raw)
  To: buildroot

Bump to the latest git version, containing multiple fixes and support for
render-only GPUs (lima, panfrost, ...) and missing DRM driver names to run
like meson, rockchip, sun4i-drm.

Tested on Khadas VIM2 (aarch64) and Panfrost.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 package/glmark2/glmark2.hash | 2 +-
 package/glmark2/glmark2.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/glmark2/glmark2.hash b/package/glmark2/glmark2.hash
index aeb8a78..c877242 100644
--- a/package/glmark2/glmark2.hash
+++ b/package/glmark2/glmark2.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 8800f3cab0575df217adc166b181930e1f881efb6f764f35872993ee78dea5f0 glmark2-9b1070fe9c5cf908f323909d3c8cbed08022abe8.tar.gz
+sha256 6a9de46c098406895411b629fe8fadfdce92360500f0f10e4cc60a889a1692eb glmark2-9e01aef1a786b28aca73135a5b00f85c357e8f5e.tar.gz
diff --git a/package/glmark2/glmark2.mk b/package/glmark2/glmark2.mk
index 4eeaec7..c2b9265 100644
--- a/package/glmark2/glmark2.mk
+++ b/package/glmark2/glmark2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GLMARK2_VERSION = 9b1070fe9c5cf908f323909d3c8cbed08022abe8
+GLMARK2_VERSION = 9e01aef1a786b28aca73135a5b00f85c357e8f5e
 GLMARK2_SITE = $(call github,glmark2,glmark2,$(GLMARK2_VERSION))
 GLMARK2_LICENSE = GPL-3.0+, SGIv1
 GLMARK2_LICENSE_FILES = COPYING COPYING.SGI
-- 
2.7.4

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

end of thread, other threads:[~2019-08-29 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-23 13:28 [Buildroot] [PATCH] glmark2: Bump to the latest version Fabio Estevam
2017-06-23 19:14 ` Thomas Petazzoni
2019-08-28 12:40 Neil Armstrong
2019-08-29 20:58 ` Thomas Petazzoni

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.