diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-07-13 14:01:29 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-07-14 17:16:50 +0100 |
commit | 497a90a220086c1b23f6bd53a502adfa7bb060b9 (patch) | |
tree | b22c1227ce2d068d1825aa659d3330383d9cdc8a /recipes-graphics/userland/files/0010-Fix-for-framerate-with-nested-composition.patch | |
parent | 372dc40ae390afa3d586e641952b5e639edefb8e (diff) | |
download | meta-raspberrypi-497a90a220086c1b23f6bd53a502adfa7bb060b9.tar.gz |
userland: Update to 2020-06-24 top commit
Forward port 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.patch | 7 |
1 files changed, 5 insertions, 2 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 0ddef97..37f6abb 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 @@ | |||
1 | From 0af26805c35c6a600a13ed106bbc7cf85a37ce66 Mon Sep 17 00:00:00 2001 | 1 | From 450341ccd98801be1c3dc648e18211177f81a60d Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Tue, 29 Mar 2016 20:38:30 -0700 | 3 | Date: Tue, 29 Mar 2016 20:38:30 -0700 |
4 | Subject: [PATCH] Fix for framerate with nested composition | 4 | Subject: [PATCH 10/21] Fix for framerate with nested composition |
5 | 5 | ||
6 | frame rate appears irregular and lower than expected when using nested composition. | 6 | frame rate appears irregular and lower than expected when using nested composition. |
7 | 7 | ||
@@ -55,3 +55,6 @@ index 03fe67b..13a110c 100644 | |||
55 | 55 | ||
56 | #ifdef ANDROID | 56 | #ifdef ANDROID |
57 | CLIENT_UNLOCK(); | 57 | CLIENT_UNLOCK(); |
58 | -- | ||
59 | 2.27.0 | ||
60 | |||