nuttx/drivers/video/vnc
jianglianfang a8de4c998c drivers/video: use spinlock to replace critical section for goldfish_fb and vnc
Critical sections only disable interrupts on the local CPU, which
is insufficient for SMP. Replace with per-device spinlocks to
ensure proper mutual exclusion across all cores.

Signed-off-by: jianglianfang <jianglianfang@xiaomi.com>
2026-05-22 15:38:50 +08:00
..
CMakeLists.txt
Kconfig drivers/video/vnc: fix typo in Kconfig 2026-05-19 08:40:22 +08:00
Make.defs
vnc_color.c
vnc_fbdev.c
vnc_kbd.c
vnc_keymap.c
vnc_negotiate.c
vnc_raw.c
vnc_receiver.c
vnc_rre.c
vnc_server.c
vnc_server.h drivers/video: use spinlock to replace critical section for goldfish_fb and vnc 2026-05-22 15:38:50 +08:00
vnc_touch.c
vnc_updater.c drivers/video: use spinlock to replace critical section for goldfish_fb and vnc 2026-05-22 15:38:50 +08:00