diff options
author | Hans de Goede <hdegoede@redhat.com> | 2019-01-31 10:15:07 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2019-01-31 10:15:07 +0100 |
commit | 3f22d634d2e1da3f29c2a0a83923e79c4080dd24 (patch) | |
tree | d211176bdba0a4f17160d37bad11769789a70742 /kernel.spec | |
parent | 0ccd979b76fd871c4dfd4a50d84e44fd5a3daa75 (diff) | |
download | kernel-3f22d634d2e1da3f29c2a0a83923e79c4080dd24.tar.gz kernel-3f22d634d2e1da3f29c2a0a83923e79c4080dd24.tar.xz kernel-3f22d634d2e1da3f29c2a0a83923e79c4080dd24.zip |
Add patches from -next to enable i915.fastboot by default on Skylake+ for
https://fedoraproject.org/wiki/Changes/FlickerFreeBoot
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 8a5a19665..345e87dee 100644 --- a/kernel.spec +++ b/kernel.spec @@ -603,6 +603,14 @@ Patch505: include-linux-module.h-mark-init-cleanup_module-aliases-as-__cold.patc Patch506: lib-crc32.c-mark-crc32_le_base-__crc32c_le_base-aliases-as-__pure.patch Patch507: 0001-Drop-that-for-now.patch +# patches for https://fedoraproject.org/wiki/Changes/FlickerFreeBoot +# fixes, queued in -next for merging into 5.1 +Patch508: i915-fixes-for-fastboot.patch +# fastboot by default on Skylake and newer, queued in -next for merging into 5.1 +Patch509: i915-enable-fastboot-on-skylake.patch +# fastboot by default on VLV/CHV (BYT/CHT), pending upstream +Patch510: i915-enable-fastboot-on-vlv-chv.patch + # END OF PATCH DEFINITIONS %endif @@ -1876,6 +1884,10 @@ fi # # %changelog +* Thu Jan 31 2019 Hans de Goede <hdegoede@redhat.com> +- Add patches from -next to enable i915.fastboot by default on Skylake+ for + https://fedoraproject.org/wiki/Changes/FlickerFreeBoot + * Wed Jan 30 2019 Laura Abbott <labbott@redhat.com> - 5.0.0-0.rc4.git2.1 - Linux v5.0-rc4-59-g62967898789d |