Skip to content

Commit

Permalink
xf86-video-intel: update to latest 2021-01-15
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
heitbaum committed Apr 25, 2021
1 parent d6da601 commit fb8a970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/x11/driver/xf86-video-intel/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit fb8a970

Please sign in to comment.