summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-11-24 23:04:24 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2020-11-25 17:57:12 +0000
commitfd83102af7b0a2ff2de33a2e71bdfbd87335d79b (patch)
tree21f23605549d93ee321139c4e51ee58a72fdab08 /recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch
parent6a53db2fb689d372c6acbb429f1a2211eca40aa5 (diff)
downloadmeta-raspberrypi-fd83102af7b0a2ff2de33a2e71bdfbd87335d79b.tar.gz
userland: Upgrade to latest as of 20201027
refresh patches Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch')
-rw-r--r--recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch7
1 files changed, 2 insertions, 5 deletions
diff --git a/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch b/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch
index 37f6abb..b6a4c58 100644
--- a/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch
+++ b/recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch
@@ -1,7 +1,7 @@
1From 450341ccd98801be1c3dc648e18211177f81a60d Mon Sep 17 00:00:00 2001 1From 09de2ce12ed8a879cc822cd20c5f2756d030808a Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 29 Mar 2016 20:38:30 -0700 3Date: Tue, 29 Mar 2016 20:38:30 -0700
4Subject: [PATCH 10/21] Fix for framerate with nested composition 4Subject: [PATCH] Fix for framerate with nested composition
5 5
6frame rate appears irregular and lower than expected when using nested composition. 6frame rate appears irregular and lower than expected when using nested composition.
7 7
@@ -55,6 +55,3 @@ index 03fe67b..13a110c 100644
55 55
56 #ifdef ANDROID 56 #ifdef ANDROID
57 CLIENT_UNLOCK(); 57 CLIENT_UNLOCK();
58--
592.27.0
60