linux: update to 7.0.2 and add module param to force 1080p

This commit is contained in:
Andy Nguyen
2026-04-28 23:43:18 +02:00
parent 434c48f77f
commit 9a6e22fb4e
3 changed files with 52 additions and 10 deletions

View File

@@ -1,5 +1,16 @@
# ps5-linux-patches
## Compile
```bash
git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
cd linux
git checkout tags/v7.0.2
git apply ~/ps5-linux-patches/linux.patch
cp ~/ps5-linux-patches/.config .config
make -j16
```
## TODO
- amdgpu smu driver to show correct gpu frequency and temperature