-
Notifications
You must be signed in to change notification settings - Fork 215
arm64: dts: rock 5b: fix cursor flickering in x11 #50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Stephen just called sick today. Gonna be a while before he can review this PR. |
|
based on discussion here : https://forum.radxa.com/t/flickering-cursor/13398 |
|
Has it been tested? Does it work well with more than 2 monitors? |
|
I tested hdmi1 port on ROCK 5B. I haven't tested it with more than 2 monitors. |
|
I can see this issues been worked on and fixed. I am using jammy ambian, just wondering how can I get access to this fix? Do I need to do a complete reinstall for it or is there a way to patch it by adding a new repo? Thanks |
* Update compile.yaml * Update compile.yaml * Update compile.yaml * Update compile.yaml
* Update compile.yaml * Update compile.yaml * Update compile.yaml * Update compile.yaml
to resolve: Unbalanced enable for IRQ 66 WARNING: CPU: 3 PID: 1589 at kernel/irq/manage.c:691 enable_irq+0x9c/0xf0 Modules linked in: CPU: 3 PID: 1589 Comm: v4l2-ctl Not tainted 5.10.198 radxa#50 Hardware name: Rockchip RK3588 EVB1 LP4 V10 Board (DT) pstate: 60400089 (nZCv daIf +PAN -UAO -TCO BTYPE=--) pc : enable_irq+0x9c/0xf0 lr : enable_irq+0x9c/0xf0 sp : ffffffc00e53b660 x29: ffffffc00e53b670 x28: 0000000000000001 x27: ffffff810313f610 x26: 0000000000000000 x25: 0000000000000000 x24: 0000000000000001 x23: ffffff81030de600 x22: 0000000000020001 x21: ffffff810310e380 x20: 0000000000000042 x19: ffffff8101193400 x18: ffffffffffffffff x17: 0000000000000000 x16: 00000000000000f4 x15: 0000000000000004 x14: 0000000000001fff x13: ffffffc009be2528 x12: 0000000000000003 x11: 00000000ffffdfff x10: c0000000ffffdfff x9 : 44662b0799533b00 x8 : 44662b0799533b00 x7 : 6f6620656c62616e x6 : ffffffc009d69688 x5 : ffffffc008cee45c x4 : 0000000000000001 x3 : 0000000000000000 x2 : 0000000000000000 x1 : ffffffc00e53b330 x0 : 000000000000001c Call trace: enable_irq+0x9c/0xf0 csi2_start+0x31c/0x594 csi2_s_stream+0xf8/0x238 rkcif_pipeline_set_stream+0x250/0x63c rkcif_do_start_stream+0xe64/0x122c rkcif_start_streaming+0x1c/0x24 vb2_start_streaming+0x64/0x134 Signed-off-by: Zefa Chen <zefa.chen@rock-chips.com> Change-Id: I0506b9b49094b6ee22331d38aa028ec46bb2d50d (cherry picked from commit 2e36e3510786d12f1752432d2f5f565126dafe11) (cherry picked from commit dfe2d4b3542180e10f11b9b7cddcb5fa485bfd51)
Credit goes to @ChisBread