Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/qcom/kodiak.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -4985,6 +4985,7 @@

iommus = <&apps_smmu 0x2180 0x20>;
memory-region = <&video_mem>;
dma-coherent;

status = "disabled";

Expand Down
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/qcom/qcs6490-radxa-cm-q64.dtsi

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

像这些的数据我们有高通官方的来源么,还是自己尝试出来的?

@CodeChenL CodeChenL Jun 10, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看ip,有些ip需要固定,一般bsp里面可以配置,大多数都是自由安排,只要空间足够并且确实是空闲内存就行,我是这么理解的

Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@
};

video_mem: video@8fe00000 {
reg = <0x0 0x8fe00000 0x0 0x500000>;
reg = <0x0 0x8fe00000 0x0 0x700000>;
no-map;
};

gpu_zap_mem: zap@90300000 {
reg = <0x0 0x90300000 0x0 0x5000>;
gpu_zap_mem: zap@90500000 {
reg = <0x0 0x90500000 0x0 0x5000>;
no-map;
};

Expand Down
6 changes: 3 additions & 3 deletions arch/arm64/boot/dts/qcom/qcs6490-radxa-dragon-q6a.dts
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,12 @@
};

video_mem: video@8fe00000 {
reg = <0x0 0x8fe00000 0x0 0x500000>;
reg = <0x0 0x8fe00000 0x0 0x700000>;
no-map;
};

gpu_zap_mem: zap@90300000 {
reg = <0x0 0x90300000 0x0 0x5000>;
gpu_zap_mem: zap@90500000 {
reg = <0x0 0x90500000 0x0 0x5000>;
no-map;
};

Expand Down