1
1
From 30dcb9e2d1af10290d0764860b47b6f4848a1b93 Mon Sep 17 00:00:00 2001
2
2
From: SolidHal <
[email protected] >
3
3
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
8
5
9
6
We currently wait for the panel to mirror our intended PSR state
10
7
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
16
13
panel to complete the PSR transition when we're entering PSR, and
17
14
to skip verification when we're exiting.
18
15
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.
22
19
23
20
from: https://chromium.googlesource.com/chromiumos/third_party/kernel/+/e47a7da072d1a2ca8fdc62f3e32291c0d1a41145%5E%21/#F0
21
+ Signed-off-by: Hal Emmerich <
[email protected] >
24
22
---
25
23
drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 2 +-
26
24
1 file changed, 1 insertion(+), 1 deletion(-)
0 commit comments