-
Notifications
You must be signed in to change notification settings - Fork 147
Khadas linux 6.9.y for VIM3/3L #117
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
Merged
numbqq
merged 14 commits into
khadas:khadas-linux-6.9.y
from
JacobZang:khadas-linux-6.9.y
May 23, 2024
Merged
Khadas linux 6.9.y for VIM3/3L #117
numbqq
merged 14 commits into
khadas:khadas-linux-6.9.y
from
JacobZang:khadas-linux-6.9.y
May 23, 2024
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
Signed-off-by: Jacobe Zang <[email protected]> Change-Id: I52a150d7387192c2f55411c4179f08756627f578
Signed-off-by: Nick Xie <[email protected]> Change-Id: I695542720e7ad3212007744c788b05c79002e0a7
Signed-off-by: Jacobe Zang <[email protected]> Change-Id: Ia54dc6bea4633cdad516370f7c08ee4daa7c2b28
Change-Id: I4ddebd4869f0b30ec3477892d112e34d1d53b257
Change-Id: Idf9554df454ebb43549ea69674ac4e2c615000e0
Change-Id: I4130abf3c35721916a0ba4f7808ec309fbe7aa51
Change-Id: I3666639e277d23048ca016776ca0b96b00342a29
Change-Id: I994ec39832963e1309f4fe8962b91f39596e486d
Signed-off-by: Jacobe Zang <[email protected]> Change-Id: I529bf766e41e4b7b31f545782adbebb5efda7c0d
Signed-off-by: Yan Wang <[email protected]> Change-Id: I785ccc203677ef5deb5517899eb6947d69eaf955
This add the bindings for the Khadas TS050 V2 1080x1920 5" LCD DSI panel designed to work with the Khadas VIM3 and VIM3L Single Board Computers. Signed-off-by: Jacobe Zang <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]>
This add Khadas TS050 V2 Panel and make it compatible with old one. Controller of V2 panel is "Himax HX8399-C" and the old panel is "NT35596". In driver file, the only different between them is the timing squence. Signed-off-by: Jacobe Zang <[email protected]> Reviewed-by: Neil Armstrong <[email protected]>
If we expose a render node for NPUs without rendering capabilities, the userspace stack will offer it to compositors and applications for rendering, which of course won't work. Userspace is probably right in not questioning whether a render node might not be capable of supporting rendering, so change it in the kernel instead by exposing a /dev/accel node. Before we bring the device up we don't know whether it is capable of rendering or not (depends on the features of its blocks), so first try to probe a rendering node, and if we find out that there is no rendering hardware, abort and retry with an accel node. Signed-off-by: Tomeu Vizoso <[email protected]> Cc: Oded Gabbay <[email protected]> Change-Id: I6b5ce5f82302abb99c36420252c43a8fc61be1c6
Signed-off-by: Jacobe Zang <[email protected]> Change-Id: Icbf5cc8c4cd7357f2bd8d0ea450eb5829b51c090
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.
No description provided.