genode/repos/dde_linux/ports/linux.port
Alexander Boettcher 188080e15f intel/display: add i915_gem_evict_for_node
When the aperture is close to full or such fragmented, this unimplemented
function may be invoked.

Fixes #5377
2024-11-08 16:45:51 +01:00

26 lines
818 B
Plaintext

LICENSE := GPLv2
VERSION := 6.6.47
DOWNLOADS := linux.archive
URL(linux) := https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-$(VERSION).tar.xz
SHA(linux) := d43376c9e9eaa92bb1b926054bd160d329c58a62d64bd65fe1222c11c6564f50
DIR(linux) := src/linux
#
# Patches
#
PATCH_FILES := i915_irq.patch \
i915_ggtt.patch \
iwlwifi_break_busy_loop.patch \
iwlwifi_enable_irq_before_pnvm.patch \
iwlwifi_limit_rx_bufs.patch \
lxip_checksum_32.patch \
lxip_ip_config.patch \
usb_net_cdc_ncm.patch \
usb_net_pinephone.patch \
usb_net_smsc95xx.patch \
workqueue_deadlock.patch \
r8169_disable_irq_coalescing.patch
PATCHES += $(addprefix patches/,$(PATCH_FILES))