media: iris: Enable iris video-codec support for Nord - #966
Closed
gouravk-qualcomm wants to merge 0 commit into
Closed
media: iris: Enable iris video-codec support for Nord#966gouravk-qualcomm wants to merge 0 commit into
gouravk-qualcomm wants to merge 0 commit into
Conversation
gouravk-qualcomm
force-pushed
the
staging/nord
branch
from
August 20, 2026 11:31
f01f494 to
a6fdb5c
Compare
|
please rebase on tip and resolve conflicts |
apateriy-qcom
approved these changes
Aug 21, 2026
gouravk-qualcomm
force-pushed
the
staging/nord
branch
from
August 21, 2026 12:19
a6fdb5c to
2f69875
Compare
|
Do not close. You can rebase the same PR. |
Author
hmm but I don't have reference of Prev branch, i don't think any issue in closing this and opening a new PR. New PR, you can review & approve this: |
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.
Nord shares its VPU silicon with Glymur, so rather than write a new
driver backend, this brings up Iris video encode/decode on Nord by
wiring the DT node to fall back onto Glymur's existing platform data,
patching the two gaps that surfaced along the way (a missing UBWC
config entry, and a firmware buffer-sizing quirk specific to Nord's
core-switching behavior), and enabling the node on the rrd and
ride-sx boards.
Signed-off-by: Gourav Kumar gouravk@qti.qualcomm.com