Uploaded sanitized BC250/ROCm Repository.

This commit is contained in:
Fabian
2026-08-20 00:45:43 +02:00
parent 7d2184f1e8
commit d7d22e93b3
678 changed files with 65963 additions and 1 deletions
@@ -0,0 +1,12 @@
# AMD BC-250 (Cyan Skillfish / gfx1013) — ROCm Stability Parameters
# This GPU is APU-like with shared system memory (no dedicated VRAM).
#
# noretry=0 — Allow page fault retry (critical for shared memory / APU)
# gpu_recovery=1 — Enable GPU recovery on timeout
# sched_hw_submission=2 — Limit concurrent HW submissions (prevent queue overload)
# ppfeaturemask=0xfff73ef7 — Disable GFXOFF (bit 15), SCLK_DEEP_SLEEP (bit 3),
# and ULV (bit 8) to prevent GPU from entering
# unrecoverable power-saving states.
# Clock management is handled by cyan-skillfish-governor.
# Default is 0xfff7bfff.
options amdgpu noretry=0 gpu_recovery=1 sched_hw_submission=2 ppfeaturemask=0xfff73ef7