Enable DCC and memory dump for Nord - #1883
Merged
Jie Gan (jiegan0107) merged 3 commits intoSep 24, 2026
Merged
Jie Gan (jiegan0107) merged 3 commits into
Jie Gan (jiegan0107) merged 3 commits into
Conversation
…ation Remove the CACHE_CLUSTER0-2 dump entries from Hamoa's and Glymur's dump tables; the per-cluster cache dump is redundant with the existing per-CPU CACHE_CPU0-11 entries and pushed the table size well past the reserved CMA pool. Grow the memdump CMA reservation from 0x3000000 to 0x5000000 so it covers the largest dump table (Hamoa/Glymur, now ~56MB with per-CPU SPR/cache entries for CPU0-CPU11) with headroom. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Add the memory dump table for the Nord platform (SoC IDs 648, 690, 691, 692, 798, 803), including new CPUSS cluster/per-CPU and GPU scandump entries in the dump_ids enum. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Add the DCC register capture list for the Nord platform (SoC IDs 648, 690, 691, 692, 798, 803) in a dedicated header qcom-dcc-nord-config.h and enable DCC support for it. Signed-off-by: Jie Gan <jie.gan@oss.qualcomm.com>
Jie Gan (jiegan0107)
force-pushed
the
tech/noup/debug/all
branch
from
September 24, 2026 01:41
45787a4 to
118d7ba
Compare
Jie Gan (jiegan0107)
merged commit Sep 24, 2026
9f1e8ae
into
qualcomm-linux:tech/noup/debug/all
4 of 7 checks passed
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.
Add the DCC register capture list for the Nord platform (SoC IDs 648, 690, 691, 692, 798, 803) in a dedicated header qcom-dcc-nord-config.h and enable DCC support for it.