summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/intel-media-19.2.1/0001-Update-media_compile_flags_linux.cmake.patch20
-rw-r--r--patches/intel-media-19.2.1/series4
-rw-r--r--rules/intel-media-driver.make4
3 files changed, 2 insertions, 26 deletions
diff --git a/patches/intel-media-19.2.1/0001-Update-media_compile_flags_linux.cmake.patch b/patches/intel-media-19.2.1/0001-Update-media_compile_flags_linux.cmake.patch
deleted file mode 100644
index 8d65da5d9..000000000
--- a/patches/intel-media-19.2.1/0001-Update-media_compile_flags_linux.cmake.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: shawnli2 <48119907+shawnli2@users.noreply.github.com>
-Date: Thu, 22 Aug 2019 11:25:46 +0800
-Subject: [PATCH] Update media_compile_flags_linux.cmake
-
----
- media_driver/cmake/linux/media_compile_flags_linux.cmake | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/media_driver/cmake/linux/media_compile_flags_linux.cmake b/media_driver/cmake/linux/media_compile_flags_linux.cmake
-index 9253b2d6503d..d2cdb34ef4d8 100755
---- a/media_driver/cmake/linux/media_compile_flags_linux.cmake
-+++ b/media_driver/cmake/linux/media_compile_flags_linux.cmake
-@@ -32,7 +32,6 @@ set(MEDIA_COMPILER_FLAGS_COMMON
- -Wno-overflow
- -Wno-parentheses
- -Wno-delete-incomplete
-- -Werror=implicit-function-declaration
- -Werror=address
- -Werror=format-security
- -Werror=non-virtual-dtor
diff --git a/patches/intel-media-19.2.1/series b/patches/intel-media-19.2.1/series
deleted file mode 100644
index 937ec7c71..000000000
--- a/patches/intel-media-19.2.1/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-Update-media_compile_flags_linux.cmake.patch
-# 0ceafe7d7783bacb276b9f8a6d778e2c - git-ptx-patches magic
diff --git a/rules/intel-media-driver.make b/rules/intel-media-driver.make
index f848c91e6..7ca811646 100644
--- a/rules/intel-media-driver.make
+++ b/rules/intel-media-driver.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_ARCH_X86)-$(PTXCONF_INTEL_MEDIA_DRIVER) += intel-media-driver
#
# Paths and names
#
-INTEL_MEDIA_DRIVER_VERSION := 19.2.1
-INTEL_MEDIA_DRIVER_MD5 := 0f68f480cd49e49516148a9c4909308c
+INTEL_MEDIA_DRIVER_VERSION := 20.1.1
+INTEL_MEDIA_DRIVER_MD5 := 8c39180da53b60cbe9b4cc6afb42b2e0
INTEL_MEDIA_DRIVER := intel-media-$(INTEL_MEDIA_DRIVER_VERSION)
INTEL_MEDIA_DRIVER_SUFFIX := tar.gz
INTEL_MEDIA_DRIVER_URL := https://github.com/intel/media-driver/archive/$(INTEL_MEDIA_DRIVER).$(INTEL_MEDIA_DRIVER_SUFFIX)