Enabled support for digital/analog and widescreen.#33
Open
geosp wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Description
Title: Enable Digital Input Support and Add Ultrawide Mode
Description:
This PR enhances the EDID generator to support a broader range of display types and resolutions, addressing limitations in the original implementation.
Key Changes:
Digital Input Support:
VIDEO_INPUTmacro override in edid.S to allow per-mode specification of input type (digital vs. analog).VIDEO_INPUTto0x80.0x6d).Bug Fixes:
msbs4macro: Corrected bit packing for the top 2 bits of timing parameters to prevent data corruption.y_snc_lsbpacking: Improved vertical sync offset/width calculation to avoid negative wrap warnings and ensure accurate EDID data.New Resolution Mode:
Why This Matters:
Many modern monitors and TVs provide invalid or incomplete EDID data. This update allows users to generate accurate EDID files for digital displays and popular ultrawide resolutions that weren't previously supported, improving compatibility with Linux KMS and Xorg configurations.
Testing:
Files Changed: