intel_fb_drv: Aperture exhaustion and display IRQ patch

* display an error in case the aperture is too small for all
  framebuffers
* handle display engine IRQs only

issue #4233
This commit is contained in:
Sebastian Sumpf
2021-07-20 17:44:49 +02:00
committed by Christian Helmuth
parent 1727de30b7
commit 2fe70f111b
5 changed files with 37 additions and 1 deletions

View File

@ -1 +1 @@
8a88c22df242631ae38c2bf58d6d7b24a6fa18d1
017ed559d35da47f9df49d5ac1c3c7ef26b0491e

View File

@ -207,6 +207,7 @@ PATCH_OPT(patches/intel_fb_drm.patch) := -p1 -d$(SRC_DIR_INTEL_FB)
PATCH_OPT(patches/intel_fb_early.patch) := -p1 -d$(SRC_DIR_INTEL_FB)
# drop it when https://bugs.freedesktop.org/show_bug.cgi?id=107125 gets fixed
PATCH_OPT(patches/intel_fb_hotplug.patch) := -p1 -d$(SRC_DIR_INTEL_FB)
PATCH_OPT(patches/intel_fb_aperture_de_irq.patch):= -p1 -d$(SRC_DIR_INTEL_FB)
# Freescale NIC
PATCH_OPT(patches/fec_skbuff_cast.patch) := -p1 -d$(SRC_DIR_FEC)