Skip to content

Commit 17924eb

Browse files
committed
cleanup patch message
1 parent f0ce651 commit 17924eb

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

kernel/patches/arm64/drm/0002-drm-rockchip-Only-wait-for-panel-ACK-on-PSR-entry.patch

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
From 30dcb9e2d1af10290d0764860b47b6f4848a1b93 Mon Sep 17 00:00:00 2001
22
From: SolidHal <[email protected]>
33
Date: Wed, 23 Dec 2020 10:03:26 -0800
4-
Subject: [PATCH 2/2] drm/rockchip: Only wait for panel ACK on PSR entry
5-
6-
This patch was brought upstream already from chromium/rockchip but
7-
was done so incorrectly.
4+
Subject: [PATCH 2/2] bridge/analogix: Don't wait for panel ACK on PSR exit
85

96
We currently wait for the panel to mirror our intended PSR state
107
before continuing on both PSR enter and PSR exit. This is really
@@ -16,11 +13,12 @@ This patch changes the behavior such that we only wait for the
1613
panel to complete the PSR transition when we're entering PSR, and
1714
to skip verification when we're exiting.
1815

19-
Without this, the system essentially freezes for ~100ms while it waits for
20-
confirmation that PSR is disabled. The most noticible behavior is the cursor jumping
21-
on quick inputs.
16+
Without this, the system essentially freezes for ~100ms while it
17+
waits for confirmation that PSR is disabled. The most noticible
18+
behavior is the cursor jumping on quick inputs.
2219

2320
from: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/e47a7da072d1a2ca8fdc62f3e32291c0d1a41145%5E%21/#F0
21+
Signed-off-by: Hal Emmerich <[email protected]>
2422
---
2523
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 2 +-
2624
1 file changed, 1 insertion(+), 1 deletion(-)

0 commit comments

Comments
 (0)