diff options
author | Gary Bisson <gary.bisson@boundarydevices.com> | 2017-02-14 14:26:52 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-01 23:13:54 +0100 |
commit | a10b15ebeb5fd82fdb0530d485095f5800103a49 (patch) | |
tree | 63338eee5ccdab5338cb16b3993262fc57f707d7 | |
parent | 9475997b247a21b654ebad2f41c1d9a16a3bd751 (diff) | |
download | buildroot-a10b15ebeb5fd82fdb0530d485095f5800103a49.tar.gz buildroot-a10b15ebeb5fd82fdb0530d485095f5800103a49.zip |
glmark2: add imx-drm driver support
Upstream status: pending
https://github.com/glmark2/glmark2/pull/29
Signed-off-by: Gary Bisson <gary.bisson@boundarydevices.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch b/package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch new file mode 100644 index 0000000000..8eff81e622 --- /dev/null +++ b/package/glmark2/0001-NativeStateDRM-add-imx-drm-driver-support.patch @@ -0,0 +1,25 @@ +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 + |