https://github.com/thatonecalculator/linux-firmware-amd-ipu-staging-patch
Patch for linux-firmware that merges amd-ipu-staging
https://github.com/thatonecalculator/linux-firmware-amd-ipu-staging-patch
Last synced: 3 months ago
JSON representation
Patch for linux-firmware that merges amd-ipu-staging
- Host: GitHub
- URL: https://github.com/thatonecalculator/linux-firmware-amd-ipu-staging-patch
- Owner: ThatOneCalculator
- Created: 2024-08-24T23:35:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:35:47.000Z (almost 2 years ago)
- Last Synced: 2026-01-21T05:11:57.260Z (5 months ago)
- Size: 15.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linux-firmware-amd-ipu-staging-patch
Patch for [linux-firmware](https://gitlab.com/kernel-firmware/linux-firmware) that merges [amd-ipu-staging](https://gitlab.freedesktop.org/drm/firmware/-/tree/amd-ipu-staging) for use in the [linux-firmware-amd-staging-um5606-git AUR package](https://aur.archlinux.org/packages/linux-firmware-amd-staging-um5606-git)
How the patch is made:
1. Go into `main` branch of https://gitlab.com/kernel-firmware/linux-firmware
2. Add `drm` remote: https://gitlab.com/kernel-firmware/drm-firmware
3. `git merge drm/amd-ipu-staging`
4. Manually clean up `WHENCE` file, add and commit
5. `git log -p --reverse --binary --pretty=email --stat -m --first-parent origin/main..HEAD > amd-ipu-staging.patch`