Merge pull request #6242 from heitbaum/intel

Latest Intel Graphics updates and libdrm
This commit is contained in:
CvH 2022-02-17 12:33:47 +01:00 committed by GitHub
commit 720d9a5368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 31 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libva-utils" PKG_NAME="libva-utils"
PKG_VERSION="2.13.0" PKG_VERSION="2.14.0"
PKG_SHA256="128333faa9792a3b87586a80bfb70859dcdd81847ec9a722f785a601a48e1731" PKG_SHA256="0ad6410aaa27d7b15dadee0f4d775d54d6394b582bf315353a4657b49c78ac31"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/01org/libva-utils" PKG_SITE="https://github.com/01org/libva-utils"
PKG_URL="https://github.com/intel/libva-utils/archive/${PKG_VERSION}.tar.gz" PKG_URL="https://github.com/intel/libva-utils/archive/${PKG_VERSION}.tar.gz"
@ -22,4 +22,3 @@ PKG_MESON_OPTS_TARGET="-Ddrm=true \
${DISPLAYSERVER_LIBVA} \ ${DISPLAYSERVER_LIBVA} \
-Dwayland=false \ -Dwayland=false \
-Dtests=false" -Dtests=false"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libdrm" PKG_NAME="libdrm"
PKG_VERSION="2.4.109" PKG_VERSION="2.4.110"
PKG_SHA256="629352e08c1fe84862ca046598d8a08ce14d26ab25ee1f4704f993d074cb7f26" PKG_SHA256="eecee4c4b47ed6d6ce1a9be3d6d92102548ea35e442282216d47d05293cf9737"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://dri.freedesktop.org" PKG_SITE="http://dri.freedesktop.org"
PKG_URL="http://dri.freedesktop.org/libdrm/libdrm-${PKG_VERSION}.tar.xz" PKG_URL="http://dri.freedesktop.org/libdrm/libdrm-${PKG_VERSION}.tar.xz"

View File

@ -3,8 +3,8 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libva" PKG_NAME="libva"
PKG_VERSION="2.13.0" PKG_VERSION="2.14.0"
PKG_SHA256="6b7ec7d4fa204dad3f266450981f1f0892400c03afd3e00ac11f8ccade5aaaa1" PKG_SHA256="f21152a2170edda9d1c4dd463d52eaf62b553e83e553c0a946654523cca86d5e"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://01.org/linuxmedia" PKG_SITE="https://01.org/linuxmedia"

View File

@ -1,22 +0,0 @@
From ae7174b3dbaefac0723a51c1c9f5f7cc004ca7cc Mon Sep 17 00:00:00 2001
From: Jan Beich <jbeich@FreeBSD.org>
Date: Sun, 31 Oct 2021 07:32:18 +0000
Subject: [PATCH] VA/X11: VAAPI driver mapping for crocus DRI driver
crocus supports Gen4 to Gen7.5, so only i965 can be used.
---
va/x11/va_x11.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/va/x11/va_x11.c b/va/x11/va_x11.c
index 4d06acd2..9687afaf 100644
--- a/va/x11/va_x11.c
+++ b/va/x11/va_x11.c
@@ -55,6 +55,7 @@ static const struct driver_name_map g_dri2_driver_name_map[] = {
{ "i965", 4, "i965" }, // Intel i965 VAAPI driver with i965 DRI driver
{ "iris", 4, "iHD" }, // Intel iHD VAAPI driver with iris DRI driver
{ "iris", 4, "i965" }, // Intel i965 VAAPI driver with iris DRI driver
+ { "crocus", 6, "i965" }, // Intel i965 VAAPI driver with crocus DRI driver
{ NULL, 0, NULL }
};

View File

@ -2,8 +2,8 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="media-driver" PKG_NAME="media-driver"
PKG_VERSION="22.2.0" PKG_VERSION="22.2.1"
PKG_SHA256="99d6866fdc31a554a4238635b3d09553d97fb4cfdd3a034aa0767f787304bc0f" PKG_SHA256="1a0277306d7bb3a1e20c7693ff090fa4ae5c0b68981aa13452ed1c6df9062854"
PKG_ARCH="x86_64" PKG_ARCH="x86_64"
PKG_LICENSE="MIT" PKG_LICENSE="MIT"
PKG_SITE="https://01.org/linuxmedia" PKG_SITE="https://01.org/linuxmedia"