From fb8a97002610c1419cc86ef70097c2306b7d25b9 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Sat, 20 Feb 2021 12:37:00 +0000 Subject: [PATCH] xf86-video-intel: update to latest 2021-01-15 Incorporates 2 patches since 2020-12-15 / a511f22c 15 Jan, 2021 sna: Always validate userptr upon creation Since not all memory ranges can be mapped by userptr, in particular those passed by XShmAttachFD, we need to validate the userptr before use. We would ideally want to continue to lazily populate the pages as often the userptr is created but never used, but preventing an EFAULT later is more important. In https://patchwork.freedesktop.org/series/33449/ we provided a more efficient method for probing the userptr on construction while preserving the lazy population of gup-pages. For now, always follow userptr with set-domain. 10 Jan, 2021 sna/gen7: Avoid clear-residuals overhead on all gen7 Since not just Haswell will enjoy clear-residuals, be very careful before using a potential context switch from DRI clients. --- packages/x11/driver/xf86-video-intel/package.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/x11/driver/xf86-video-intel/package.mk b/packages/x11/driver/xf86-video-intel/package.mk index e90c7b38bf..9ce115f45d 100644 --- a/packages/x11/driver/xf86-video-intel/package.mk +++ b/packages/x11/driver/xf86-video-intel/package.mk @@ -3,8 +3,8 @@ # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) PKG_NAME="xf86-video-intel" -PKG_VERSION="a511f22cdec56504913b457a2e60dafee8e2b570" -PKG_SHA256="ea41bbab7d2720a4bcd3b083800b8226f217c6af3e8bace4310063a7c5b56c25" +PKG_VERSION="31486f40f8e8f8923ca0799aea84b58799754564" +PKG_SHA256="e47eb678c681d80df138e897ee27c79f9b42e3517d55b1f0684e9a70361c8218" PKG_ARCH="x86_64" PKG_LICENSE="OSS" PKG_SITE="http://intellinuxgraphics.org/"