Skip to content

dce driver #465

Answered by mtijanic
cbldlpl asked this question in Q&A
Feb 20, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hey there, welcome! "DCE" stands for "Display Core Engine".. I think. One can never be sure with these acronyms. :)

DCE exists on some Tegra chips to handle the display side of things, but architecturally it's more or less exactly like a GSP (just with less responsibilities, and not RISC-V). You'll probably see references in the code to a "DCE client" just like we have a "GSP client". The two are mutually exclusive.

The DCE client driver is built from the same codebase as the GSP client (this driver), but due to some internal process inefficiencies the DCE code is not part of this repo. We hope to merge them in the future so you could just make dce or something.

In the meantime, the DCE c…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cbldlpl
Comment options

Answer selected by cbldlpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants