nuttx/video/videomode
Lwazi Dube bd2081aeec video/videomode: Fix EDID parsing and formatting of video mode dumps
Fixes several bugs in EDID parsing and consolidates syslog output in
videomode_dump to prevent broken lines.

Specific changes include:
  - Corrected bitwise masking for _HACT_HI (0xf0) and _HBLK_HI (0x0f)
    to properly extract the upper bits of horizontal active and blanking
    timings.
  - Multiplied raw EDID pixel clock by 10 to convert it into kHz, matching
    the expectation of the videomode struct dotclock field.
  - Combined fragmented syslog calls in videomode_dump into a single line
    to prevent unwanted newlines from splitting the output across multiple logs.

Signed-off-by: Lwazi Dube <lwazeh@gmail.com>
2026-08-29 11:09:11 -03:00
..
CMakeLists.txt video: migrate to SPDX identifier 2024-09-11 19:49:53 +08:00
edid_dump.c video: migrate to SPDX identifier 2024-09-11 19:49:53 +08:00
edid_parse.c video/videomode: Fix EDID parsing and formatting of video mode dumps 2026-08-29 11:09:11 -03:00
Kconfig Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
Make.defs video: migrate to SPDX identifier 2024-09-11 19:49:53 +08:00
vesagtf.c video: migrate to SPDX identifier 2024-09-11 19:49:53 +08:00
videomode_dump.c video/videomode: Fix EDID parsing and formatting of video mode dumps 2026-08-29 11:09:11 -03:00
videomode_lookup.c include/debug.h: Move to include/nuttx/debug.h 2026-04-07 07:50:06 -03:00
videomode_sort.c video: migrate to SPDX identifier 2024-09-11 19:49:53 +08:00