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 drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
Kconfig drivers/video/vnc: fix typo in Kconfig 2026-05-19 08:40:22 +08:00
Make.defs drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
vnc_color.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
vnc_fbdev.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_kbd.c drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
vnc_keymap.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
vnc_negotiate.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_raw.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_receiver.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_rre.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
vnc_server.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
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 drivers: migrate to SPDX identifier 2024-11-06 18:02:25 +08:00
vnc_updater.c drivers/video: use spinlock to replace critical section for goldfish_fb and vnc 2026-05-22 15:38:50 +08:00