summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorVille Syrjälä <ville.syrjala@linux.intel.com>2021-04-12 08:46:03 +0300
committerJani Nikula <jani.nikula@intel.com>2021-04-26 11:54:03 +0300
commit604b5bc804ed6a0dee4e6c199854dd1718a23d5a (patch)
treec8781dba908133be46e678709700a73ac3190456 /scripts/patch-kernel
parenteef24f11776cfb028058413062a3c0b84f1bbf11 (diff)
downloadkernel-604b5bc804ed6a0dee4e6c199854dd1718a23d5a.tar.gz
drm/i915: Restore lost glk FBC 16bpp w/a
We lost the FBC 16bpp 512byte stride requirement on glk when we switched from display version 9 to 10. Restore the w/a to avoid enabling FBC with a bad stride and thus display garbage. Cc: Matt Roper <matthew.d.roper@intel.com> Fixes: 2b5a4562edd0 ("drm/i915/display: Simplify GLK display version tests") Reviewed-by: Jani Nikula <jani.nikula@intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210412054607.18133-2-ville.syrjala@linux.intel.com (cherry picked from commit 87b8c3bc8d27270c9abd5e895ea9066e918ef89b) Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions
>2020-12-22kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov 2020-12-22arm64: enable armv8.5-a asm-arch optionVincenzo Frascino 2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor 2020-10-23Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2020-10-22Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds 2020-10-20arm64: link with -z norelro regardless of CONFIG_RELOCATABLENick Desaulniers 2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada 2020-09-07arm64: get rid of TEXT_OFFSETArd Biesheuvel 2020-09-03arm64/build: Warn on orphan section placementKees Cook 2020-09-01arm64/build: Remove .eh_frame* sections due to unwind tablesKees Cook 2020-08-28arm64: vdso32: make vdso32 install conditionalFrank van der Linden 2020-08-28arm64: use a common .arch preamble for inline assemblySami Tolvanen 2020-08-21ARM64: vdso32: Install vdso32 from vdso_installStephen Boyd 2020-08-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2020-07-25Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2020-07-15arm64: enable tlbi range instructionsZhenyu Ye 2020-07-09efi/libstub/arm64: link stub lib.a conditionallyMasahiro Yamada 2020-06-15arm64: remove TEXT_OFFSET randomizationArd Biesheuvel 2020-06-06Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds 2020-05-28Merge branch 'for-next/scs' into for-next/coreWill Deacon 2020-05-28Merge branch 'for-next/bti' into for-next/coreWill Deacon 2020-05-15arm64: Reserve register x18 from general allocation with SCSSami Tolvanen 2020-05-12kbuild: remove unused AS assignmentMasahiro Yamada 2020-05-07arm64: bti: Support building kernel C code using BTIMark Brown 2020-05-07arm64: Document why we enable PAC support for leaf functionsMark Brown 2020-04-28arm64: set TEXT_OFFSET to 0x0 in preparation for removing it entirelyArd Biesheuvel 2020-04-28arm64: drop GZFLAGS definition and exportArd Biesheuvel 2020-04-01arm64: Always force a branch protection mode when the compiler has oneMark Brown 2020-03-18arm64: compile the kernel with ptrauth return address signingKristina Martsenko 2020-01-15arm64: Turn "broken gas inst" into real config optionVladimir Murzin 2020-01-15arm64: Move the LSE gas support detection to KconfigCatalin Marinas