drivers/gpu/drm/amd/display/dc/link/protocols/link_frl_training.c: co… #50
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Generate patch - Stable branch | |
| on: | |
| push: | |
| branches: hdmi_frl_stable | |
| jobs: | |
| generate_patch: | |
| runs-on: ubuntu-24.04 | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| with: | |
| ref: hdmi_frl_stable | |
| fetch-depth: 0 | |
| - name: Generate patch | |
| run: git diff tags/stable > 0001-amdgpu-frl.patch | |
| - name: Save artifacts | |
| uses: actions/upload-artifact@v4 | |
| with: | |
| name: "Patch" | |
| path: 0001-amdgpu-frl.patch | |
| retention-days: 30 |