drm: panel: jd9365da: set refresh rate to 59.94Hz for radxa_display_8hd_ad002#531
Open
chenchongbiao wants to merge 1 commit intoradxa:linux-6.18.2from
Open
drm: panel: jd9365da: set refresh rate to 59.94Hz for radxa_display_8hd_ad002#531chenchongbiao wants to merge 1 commit intoradxa:linux-6.18.2from
chenchongbiao wants to merge 1 commit intoradxa:linux-6.18.2from
Conversation
…hd_ad002 The radxa_display_8hd_ad002 panel fails to display when configured at 60.000Hz, resulting in a blank screen on both Radxa Dragon Q6A and Radxa Zero 2 Pro platforms. Empirical testing confirms that 59.94Hz works reliably on both devices. Update pixel clock to 71804 kHz, calculated as: (800 + 40 + 18 + 40) * (1280 + 20 + 4 + 30) * 59.94 / 1000 ≈ 71804 kHz This matches the actual hardware capability and resolves blank screen on boot. Signed-off-by: Chongbiao Chen <chenchongbiao@radxa.com>
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.
The radxa_display_8hd_ad002 panel fails to display when configured at
60.000Hz, resulting in a blank screen on both Radxa Dragon Q6A and
Radxa Zero 2 Pro platforms. Empirical testing confirms that 59.94Hz
works reliably on both devices.
Update pixel clock to 71804 kHz, calculated as:
(800 + 40 + 18 + 40) * (1280 + 20 + 4 + 30) * 59.94 / 1000 ≈ 71804 kHz
This matches the actual hardware capability and resolves blank screen on boot.
Issue: radxa-docs/docs/issues/1355