-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cursor flicker and hdmi issue for rock5b #145
- Loading branch information
1 parent
2b8eec1
commit 7e3d9d2
Showing
2 changed files
with
36 additions
and
52 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
packages/linux-rockchip/debian/patches/0005-disable-win-move-on-rock5b-and-rock5a.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
From d074f1c3f96bd82e68ec448c6dac7a582d044e26 Mon Sep 17 00:00:00 2001 | ||
From: Joshua Riek <[email protected]> | ||
Date: Fri, 19 May 2023 16:59:03 -0400 | ||
Subject: [PATCH] arm64: dts: disable win move on rock5b and rock5a | ||
|
||
--- | ||
arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | 1 + | ||
arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | 1 + | ||
2 files changed, 2 insertions(+) | ||
|
||
diff --git a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | ||
index d099fad9f63a..40c9e58fb7c7 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3588-rock-5b.dts | ||
@@ -751,6 +751,7 @@ &i2s7_8ch { | ||
|
||
&vop { | ||
status = "okay"; | ||
+ disable-win-move; | ||
}; | ||
|
||
&vop_mmu { | ||
diff --git a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | ||
index 10e6556a034f..8632d1da735c 100644 | ||
--- a/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | ||
+++ b/arch/arm64/boot/dts/rockchip/rk3588s-rock-5a.dts | ||
@@ -498,6 +498,7 @@ &vdpu_mmu { | ||
|
||
&vop { | ||
status = "okay"; | ||
+ disable-win-move; | ||
}; | ||
|
||
&vop_mmu { | ||
-- | ||
2.25.1 |
52 changes: 0 additions & 52 deletions
52
...ages/linux-rockchip/debian/patches/0005-revert-rock5b-swap-cursor-and-display-plane.patch
This file was deleted.
Oops, something went wrong.