mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
325114b508
ROOT CAUSE: The DTS patch removed ALL GPU OPPs (200/300/400/480 MHz) and only kept 560/600 MHz. The GPU devfreq governor starts at the LOWEST available OPP. Without 200 MHz, the GPU couldn't initialize its clock, causing a black screen on boot. Fix: Keep original 200/300/400 MHz OPPs, only replace 480 MHz with 560 MHz (overclock) and add 600 MHz. GPU can now initialize at 200 MHz and scale up to 600 MHz.