-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rk3588: bump to 6.12 for edge and current #7455
Merged
igorpecovnik
merged 12 commits into
armbian:main
from
amazingfate:rk3588-6.12-edge-current
Nov 14, 2024
Merged
Rk3588: bump to 6.12 for edge and current #7455
igorpecovnik
merged 12 commits into
armbian:main
from
amazingfate:rk3588-6.12-edge-current
Nov 14, 2024
+1,173
−5,213
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e17c43a - Browse repository at this point
Copy the full SHA e17c43aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7852033 - Browse repository at this point
Copy the full SHA 7852033View commit details -
rk3588: edge: Adapt kernel patches for 6.12
- 0001-general-add-overlay-support - 0024-RK3588-Add-Crypto-Support (asm/unaligned.h moved to linux/unaligned.h) - 0025-RK3588-Add-HW-RNG-Support (rename driver file to avoid conflict with new 6.12 driver)
Configuration menu - View commit details
-
Copy full SHA for 7b37aab - Browse repository at this point
Copy the full SHA 7b37aabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5408310 - Browse repository at this point
Copy the full SHA 5408310View commit details -
Configuration menu - View commit details
-
Copy full SHA for d35d65e - Browse repository at this point
Copy the full SHA d35d65eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c934c97 - Browse repository at this point
Copy the full SHA c934c97View commit details -
rk3588: edge: Add new v10 patch for basic HDMI out support
Source: https://lore.kernel.org/all/20241016-b4-rk3588-bridge-upstream-v10-0-87ef92a6d14e@collabora.com/^ ----------------------------- **Quote from source:** Subject: [PATCH v10 0/3] Add initial support for the Rockchip RK3588 HDMI TX Controller Date: Wed, 16 Oct 2024 23:06:50 +0300 The Rockchip RK3588 SoC family integrates the Synopsys DesignWare HDMI 2.1 Quad-Pixel (QP) TX controller, which is a new IP block, quite different from those used in the previous generations of Rockchip SoCs. The controller supports the following features, among others: * Fixed Rate Link (FRL) * Display Stream Compression (DSC) * 4K@120Hz and 8K@60Hz video modes * Variable Refresh Rate (VRR) including Quick Media Switching (QMS) * Fast Vactive (FVA) * SCDC I2C DDC access * Multi-stream audio * Enhanced Audio Return Channel (EARC) This is the last component that needs to be supported in order to enable the HDMI output functionality on the RK3588 based SBCs, such as the RADXA Rock 5B. The other components are the Video Output Processor (VOP2) and the Samsung IP based HDMI/eDP TX Combo PHY, for which basic support has been already made available via [1] and [2], respectively. Please note this is a reworked version of the original series, which relied on a commonized dw-hdmi approach. Since the general consensus was to handle it as an entirely new IP, I dropped all patches related to the old dw-hdmi and Rockchip glue code - a few of them might still make sense as general improvements and will be submitted separately. It's worth mentioning the HDMI output support is currently limited to RGB output up to 4K@60Hz, without audio, CEC or any of the HDMI 2.1 specific features. Moreover, the VOP2 driver is not able to properly handle all display modes supported by the connected screens, e.g. it doesn't cope with non-integer refresh rates. A possible workaround consists of enabling the display controller to make use of the clock provided by the HDMI PHY PLL. This is still work in progress and will be submitted later, as well as the required DTS updates. To facilitate testing and experimentation, all HDMI output related patches, including those part of this series, are available at [3]. So far I could only verify this on the RADXA Rock 5B board. Thanks, Cristian [1]: 5a028e8f062f ("drm/rockchip: vop2: Add support for rk3588") [2]: 553be2830c5f ("phy: rockchip: Add Samsung HDMI/eDP Combo PHY driver") [3]: https://gitlab.collabora.com/hardware-enablement/rockchip-3588/linux/-/commits/rk3588-hdmi-bridge-v6.12-rc2 [4]: https://lore.kernel.org/lkml/[email protected]/ Signed-off-by: Cristian Ciocaltea <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a7670c7 - Browse repository at this point
Copy the full SHA a7670c7View commit details -
rk3588: edge: Enable new HDMI output driver in kernel config
`CONFIG_ROCKCHIP_DW_HDMI_QP`
Configuration menu - View commit details
-
Copy full SHA for 6632762 - Browse repository at this point
Copy the full SHA 6632762View commit details -
board: nanopc-t6: Add USB3 power supply and pwm fan to DTS
Co-authored-by: SuperKali <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 097d0c0 - Browse repository at this point
Copy the full SHA 097d0c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdee3dd - Browse repository at this point
Copy the full SHA bdee3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for df6c9c4 - Browse repository at this point
Copy the full SHA df6c9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 104fafa - Browse repository at this point
Copy the full SHA 104fafaView commit details
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.