kvm/internal/native/cgo
Alex P 7580d00d2b Fix HDMI hotplug video restart after sleep mode changes
The sleep mode feature from dev (PR #999) prevented video from auto-starting
when streaming_status == 0, which broke HDMI hotplug functionality.

Modified video_restart_streaming() to check detected_signal:
- No signal + not streaming -> don't start (preserve sleep mode)
- Has signal -> always stop cleanly then restart (fix hotplug)

This ensures proper encoder cleanup and prevents corrupted video output
after HDMI disconnect/reconnect cycles.
2025-11-25 00:04:40 +02:00
..
.gitignore feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
CMakeLists.txt feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
ctrl.c fix: stop video stream before enabling sleep mode (#999) 2025-11-21 14:37:51 +01:00
ctrl.h fix: stop video stream before enabling sleep mode (#999) 2025-11-21 14:37:51 +01:00
edid.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
edid.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log_handler.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
log_handler.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl-minify.del feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl-minify.patch feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
lvgl_defconfig feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
main.c feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
main.h feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
screen.c feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
screen.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
test.patch feat: move native to a separate process, again (#964) 2025-11-19 16:02:37 +01:00
ui feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui_index.gen.sh feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
ui_index.h feat: jetkvm native in cGo 2025-09-29 14:09:30 +02:00
video.c Fix HDMI hotplug video restart after sleep mode changes 2025-11-25 00:04:40 +02:00
video.h fix: stop video stream before enabling sleep mode (#999) 2025-11-21 14:37:51 +01:00