Skip to content

Promote to 1.0.6#58

Open
qcom-service-bot wants to merge 10 commits into
qcom/ubuntu/resolutefrom
debian/pr/1.0.6-1
Open

Promote to 1.0.6#58
qcom-service-bot wants to merge 10 commits into
qcom/ubuntu/resolutefrom
debian/pr/1.0.6-1

Conversation

@qcom-service-bot

Copy link
Copy Markdown
Contributor

Automated promotion PR

This PR was generated by pkg-promote to move this package repo to upstream tag
v1.0.6.

Summary

  • Base branch: qcom/ubuntu/resolute
  • Upstream branch/tag prepared: upstream/latest / upstream/1.0.6
  • PR branch: debian/pr/1.0.6-1
  • Changelog update: 1.0.6-1 (UNRELEASED)

Reviewer checklist

  1. Review the upstream merge and packaging diff.
  2. Confirm the Build workflow is green.
  3. If needed, push follow-up packaging fixes to this PR branch.
  4. Merge with Merge commit (do not squash or rebase).

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
Loading

Scott Bauer and others added 10 commits May 27, 2026 16:41
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants