Promote to 1.0.6#58
Open
qcom-service-bot wants to merge 10 commits into
Open
Conversation
get_active_cmdobj_lpac forgot to check if is_cmdobj(drawobj) was false, allowing hw sync objects to be treated as command objects. Change-Id: I1040bdc4e054e8126ef2059507f51effb8583d32 Signed-off-by: Scott Bauer <sbauer@qti.qualcomm.com>
Context destruction functions iterate over fence lists without holding the draw context lock. This creates a race condition with HFI trying to retire inflight hw fences. We'll hold the draw context lock during traversal to fix. Change-Id: I34781c170fcb1ba815fe327d0fb001e985992d21 Signed-off-by: Scott Bauer <sbauer@qti.qualcomm.com>
There is a scenario where during a context tear down, a concurrent fault can cause a freed draw object to remain in the in-flight cmd_list. If we retired the object lets remove it from the global list. Change-Id: I246722d84291975a2ca34a702a8262ed6f3117bb Signed-off-by: Scott Bauer <sbauer@qti.qualcomm.com>
Introduce support for the Adreno A704 GPU (chip ID 0x07000400) ensuring compatibility with standard device tree bindings. A704 belongs to the A702 family and shares its configuration with the A702. 1. Add ADRENO_REV_A704 enum and the ADRENO_TARGET(a704) target macro. 2. Add the adreno_gpu_core_a704 core definition and register it in the adreno_gpulist[] table. 3. Reuse A702 settings for A704: SQE firmware, HWCG programming, VBIF regs, and CP memory pool size. 4. Introduce the adreno_is_a702_family() helper to group A702 and A704. 5. Replace adreno_is_a702() checks with adreno_is_a702_family() across adreno_a6xx.c (RBBM clock cntl, HWCG GX skip, ROQ/mem pool sizing, and HLSQ cluster bit) and update the related comments. Change-Id: I3da5ed83fb147919882a89f9bc9477da8662dba3 Signed-off-by: Abhijit kore <kab@qti.qualcomm.com> Signed-off-by: Aditya Sherawat <asherawa@qti.qualcomm.com>
We store the hostaddr, in the snapsnot, which leaks to userland. Change-Id: Ia3b188cd8ce71342ce1151120ef1347716d5c84e Signed-off-by: Scott Bauer <sbauer@qti.qualcomm.com> Signed-off-by: Anil Cheeli <acheeli@qti.qualcomm.com>
This commit pulls in upstream changes from 'v1.0.6' into the Debian packaging branch. Since upstream project might have content of their own in their .github/ folder (because they have CI stuff on their side), it's important to NOT pick up .github/ folder from upstream, and only leave the .github/ folder from debian packaging branch. The same applies to debian/ folder if upstream has one (which is rare but possible). This commit was generated automatically by qcom-build-utils/scripts/merge_debian_packaging_upstream. Signed-off-by: GitHub Service Bot <githubservice@qti.qualcomm.com>
Signed-off-by: GitHub Service Bot <githubservice@qti.qualcomm.com>
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.
Automated promotion PR
This PR was generated by
pkg-promoteto move this package repo to upstream tagv1.0.6.Summary
qcom/ubuntu/resoluteupstream/latest/upstream/1.0.6debian/pr/1.0.6-11.0.6-1(UNRELEASED)Reviewer checklist
Buildworkflow is green.Flow
--- config: themeVariables: 'gitInv2': '#ff0000' gitGraph: parallelCommits: true rotateCommitLabel: true --- gitGraph BT: branch qcom/ubuntu/resolute order: 1 branch upstream-main order: 4 branch upstream/latest order: 3 checkout main commit id: 'Unrelated history: workflows, doc' checkout upstream-main commit checkout upstream-main commit commit id: 'release' tag: 'v1.0.6' checkout upstream/latest commit id: 'previous stuff' merge upstream-main id: 'Filtered .github/debian folders' tag: 'upstream/1.0.6' checkout qcom/ubuntu/resolute commit commit commit branch debian/pr/1.0.6-1 order: 2 merge upstream/latest id: 'Merged Upstream' commit id: 'Changelog version update' type: HIGHLIGHT