Skip to content

Commit fb40028

Browse files
author
Nathan
committed
docs: GPU AMD SDMA OK — screenshot + README update
1 parent ad9c007 commit fb40028

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

GPU_AMD_OK.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# GPU AMD FONCTIONNEL — TrustOS
2+
3+
![GPU SDMA OK](screenshot.png)
4+
5+
---
6+
7+
## Polaris 10 (RX 580X) — SDMA validé sur hardware réel
8+
9+
- **Carte mère** : BTC-250PRO (Skylake, LGA1151)
10+
- **GPU** : AMD RX 580X (Polaris 10, 1002:67DF)
11+
- **SDMA** : RUNNING, ring GART, RPTR/WPTR OK, mapping VRAM/GART conforme Linux
12+
- **Debug** : mapping MMIO, audit complet, test SDMA → succès
13+
- **Capture** : TrustOS Monitor v4, log netconsole, test hardware réel
14+
15+
> Après des semaines de reverse, d’audit et de tests sur hardware, le pipeline SDMA AMD est validé sur TrustOS. RPTR/WPTR OK, ring GART, mapping VRAM/GART, séquence conforme à Linux.
16+
17+
---
18+
19+
**Prochaine étape :** accélération compute, support CP/graphics, benchs JARVIS sur GPU natif.

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,22 @@
1818

1919
---
2020

21+
<img src="screenshot.png" alt="GPU AMD SDMA OK" width="900"/>
22+
23+
### GPU AMD FONCTIONNEL : SDMA Polaris 10 (RX 580X) validé sur TrustOS
24+
25+
**Carte mère** : BTC-250PRO (Skylake, LGA1151)
26+
**GPU** : AMD RX 580X (Polaris 10, 1002:67DF)
27+
**SDMA** : RUNNING, ring GART, RPTR/WPTR OK, mapping VRAM/GART conforme Linux
28+
**Debug** : mapping MMIO, audit complet, test SDMA → succès
29+
**Capture** : TrustOS Monitor v4, log netconsole, test hardware réel
30+
31+
> Après des semaines de reverse, d’audit et de tests sur hardware, le pipeline SDMA AMD est validé sur TrustOS. RPTR/WPTR OK, ring GART, mapping VRAM/GART, séquence conforme à Linux.
32+
33+
**Prochaine étape :** accélération compute, support CP/graphics, benchs JARVIS sur GPU natif.
34+
35+
---
36+
2137
</div>
2238

2339
## What is TrustOS?

0 commit comments

Comments
 (0)