diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-11-13 19:47:54 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-11-13 19:47:54 +0100 |
commit | 72e8dde7f1778d25ae893480d28fd2beda6e6b7b (patch) | |
tree | 4a851dbc9a7f486d8ee7d00bfd918d61ba95bf87 /SPECS | |
parent | 7c198e9c22b4e40b320349103eb022a3e7e23b86 (diff) | |
download | kernel-fsync-72e8dde7f1778d25ae893480d28fd2beda6e6b7b.tar.gz kernel-fsync-72e8dde7f1778d25ae893480d28fd2beda6e6b7b.zip |
kernel 6.0.7 i915 async patch
Diffstat (limited to 'SPECS')
-rwxr-xr-x | SPECS/kernel.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index a2e3712..4e6673d 100755 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -130,7 +130,7 @@ Summary: The Linux kernel # This is needed to do merge window version magic %define patchlevel 0 # This allows pkg_release to have configurable %%{?dist} tag -%define specrelease 201%{?buildid}%{?dist} +%define specrelease 202%{?buildid}%{?dist} # This defines the kabi tarball version %define kabiversion 6.0.7 @@ -883,6 +883,7 @@ Patch401: 0001-Revert-PCI-Add-a-REBAR-size-quirk-for-Sapphire-RX-56.patch Patch403: v3-1-7-acpi-x86-s2idle-Move-_HID-handling-for-AMD-systems-into-structures.patch Patch405: mt76:-mt7921:-Disable-powersave-features-by-default.patch Patch408: 0001-acpi-proc-idle-skip-dummy-wait.patch +Patch409: 0001-drm-i915-quirks-disable-async-flipping-on-specific-d.patch %endif @@ -1475,6 +1476,7 @@ ApplyOptionalPatch 0001-Revert-PCI-Add-a-REBAR-size-quirk-for-Sapphire-RX-56.pat ApplyOptionalPatch v3-1-7-acpi-x86-s2idle-Move-_HID-handling-for-AMD-systems-into-structures.patch ApplyOptionalPatch mt76:-mt7921:-Disable-powersave-features-by-default.patch ApplyOptionalPatch 0001-acpi-proc-idle-skip-dummy-wait.patch +ApplyOptionalPatch 0001-drm-i915-quirks-disable-async-flipping-on-specific-d.patch %endif @@ -3219,6 +3221,9 @@ fi # # %changelog +* Sun Nov 13 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 6.0.7-202.fsync +- Add intel async flipping patch + * Sat Nov 05 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 6.0.7-201.fsync - kernel-fsync v6.0.7 |