mirror of
https://github.com/ps5-linux/ps5-linux-patches.git
synced 2026-07-17 23:40:37 +00:00
linux: update to 7.0.2 and add module param to force 1080p
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user