Build per-domain DSP search path cache with ARCH_VER#328
Open
Vinayak Katoch (quic-vkatoch) wants to merge 1 commit into
Open
Build per-domain DSP search path cache with ARCH_VER#328Vinayak Katoch (quic-vkatoch) wants to merge 1 commit into
Vinayak Katoch (quic-vkatoch) wants to merge 1 commit into
Conversation
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
April 20, 2026 06:46
f7bb9c9 to
44cd9f5
Compare
Vinayak Katoch (quic-vkatoch)
requested review from
Chenna Kesava Raju (Chennak-quic),
Ekansh Gupta (ekanshibu) and
quic-parihar
April 22, 2026 05:46
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
May 5, 2026 09:37
44cd9f5 to
ab6d8e4
Compare
Vinayak Katoch (quic-vkatoch)
marked this pull request as ready for review
May 7, 2026 09:23
Vinayak Katoch (quic-vkatoch)
requested a review
from Anandu Krishnan E (quic-anane)
May 19, 2026 11:37
Anandu Krishnan E (quic-anane)
approved these changes
Jun 1, 2026
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
June 3, 2026 06:04
ab6d8e4 to
be04fe3
Compare
|
qualcomm/fastrpc.triage This pull request has been marked as stale due to 30 days of inactivity. |
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
July 13, 2026 09:32
be04fe3 to
2b03053
Compare
Vinayak Katoch (quic-vkatoch)
requested review from
Anandu Krishnan E (quic-anane) and
quic-parihar
July 13, 2026 16:00
quic-parihar
approved these changes
Jul 13, 2026
Ekansh Gupta (ekanshibu)
previously approved these changes
Jul 14, 2026
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
July 14, 2026 11:13
2b03053 to
a74618a
Compare
Vinayak Katoch (quic-vkatoch)
requested review from
Ekansh Gupta (ekanshibu) and
quic-parihar
July 14, 2026 11:13
quic-parihar
approved these changes
Jul 14, 2026
Ekansh Gupta (ekanshibu)
previously approved these changes
Jul 14, 2026
Chenna Kesava Raju (Chennak-quic)
requested changes
Jul 14, 2026
Contributor
|
Pre-merge CI results — patch Validated On
Kernel: Test Matrix
LAVA Jobs:
CI run: https://github.com/qualcomm-linux-stg/fastrpc-config/actions/runs/29328415887 |
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
July 15, 2026 07:36
a74618a to
f34822e
Compare
Vinayak Katoch (quic-vkatoch)
requested review from
Chenna Kesava Raju (Chennak-quic),
Ekansh Gupta (ekanshibu) and
quic-parihar
July 15, 2026 07:46
Replace the global DSP_LIBS_LOCATION in get_dsp_search_path() with a
per-domain DSP_SEARCH_PATHS_CACHE[], built lazily in domain_init().
Search path preference order for each domain:
1. ADSP_LIBRARY_PATH env (user/container, prepended at open-time)
2. Arch-specific path (CONFIG_BASE_DIR/hexagon/v<XY>)
- Resolved via fastrpc_get_cap(ARCH_VER) low byte on modern targets
- Falls back to per-domain YAML key (ADSP_ARCH..GDSP1_ARCH) on
legacy targets where the capability API is not supported
3. DSP_LIBS_LOCATION (board-specific YAML path + generic fallback)
Add optional *_ARCH keys to the config schema and parse them into
DSP_ARCH_FROM_YAML[] in fastrpc_config_parser.c, exposed via
get_dsp_arch_from_yaml().
Signed-off-by: Vinayak Katoch <vkatoch@qti.qualcomm.com>
Vinayak Katoch (quic-vkatoch)
force-pushed
the
arch-ver
branch
from
July 16, 2026 04:49
f34822e to
d64cd08
Compare
Ekansh Gupta (ekanshibu)
approved these changes
Jul 16, 2026
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.
Replace the global DSP_LIBS_LOCATION in get_dsp_search_path() with a per-domain DSP_SEARCH_PATHS_CACHE[], built lazily in domain_init().
Search path preference order for each domain:
Add optional *_ARCH keys to the config schema and parse them into DSP_ARCH_FROM_YAML[] in fastrpc_config_parser.c, exposed via get_dsp_arch_from_yaml().
CRs-Fixed: 4608348