jerpelea opened a new pull request, #20075:
URL: https://github.com/apache/nuttx/pull/20075

   ## Summary
   
   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.
   
   ## Impact
   
   RELEASE
   
   ## Testing
   
   CI


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to