[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#927803: unblock: intel-media-driver-non-free/18.4.1+ds1-1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package intel-media-driver-non-free. The new upstream
release only adds new IDs of supported Intel GPUs.

Full debdiff is attached.

unblock intel-media-driver-non-free/18.4.1+ds1-1

Cheers

-- System Information:
Debian Release: 10.0
  APT prefers unstable-debug
  APT policy: (650, 'unstable-debug'), (650, 'buildd-unstable'), (650, 'unstable'), (601, 'testing'), (600, 'experimental-debug'), (600, 'experimental'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
Sebastian Ramacher
diff --git a/debian/changelog b/debian/changelog
index 8d83ae1..e742865 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+intel-media-driver-non-free (18.4.1+ds1-1) unstable; urgency=medium
+
+  * New upstream release.
+  * debian/watch: Ignore pre-releases.
+
+ -- Sebastian Ramacher <sramacher@debian.org>  Sun, 07 Apr 2019 14:13:11 +0200
+
 intel-media-driver-non-free (18.4.0+ds1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/watch b/debian/watch
index bad53db..9231f8d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 version=4
-opts="uversionmangle=s/.pre/~pre/,dversionmangle=auto,repacksuffix=+ds1" \
+opts="dversionmangle=auto,repacksuffix=+ds1" \
    https://github.com/intel/media-driver/tags \
-   (?:.*?/)intel-media[-_]?(?!600\.0)(\d[\-+\.:\~\da-zA-Z]*)\.tar\.gz
+   (?:.*?/)intel-media[-_]?(?!600\.0)(\d[\-+\.:\~\d]*)\.tar\.gz
diff --git a/media_driver/linux/common/os/i915/include/intel_chipset.h b/media_driver/linux/common/os/i915/include/intel_chipset.h
index a185b3b..16ea97d 100644
--- a/media_driver/linux/common/os/i915/include/intel_chipset.h
+++ b/media_driver/linux/common/os/i915/include/intel_chipset.h
@@ -220,16 +220,27 @@
 
 #define PCI_CHIP_COFFEELAKE_S_GT1_1     0x3E90
 #define PCI_CHIP_COFFEELAKE_S_GT1_2     0x3E93
+#define PCI_CHIP_COFFEELAKE_S_GT1_3     0x3E99
 #define PCI_CHIP_COFFEELAKE_S_GT2_1     0x3E91
 #define PCI_CHIP_COFFEELAKE_S_GT2_2     0x3E92
 #define PCI_CHIP_COFFEELAKE_S_GT2_3     0x3E96
+#define PCI_CHIP_COFFEELAKE_S_GT2_4     0x3E98
+#define PCI_CHIP_COFFEELAKE_S_GT2_5     0x3E9A
+#define PCI_CHIP_COFFEELAKE_H_GT1_1     0x3E9C
 #define PCI_CHIP_COFFEELAKE_H_GT2_1     0x3E9B
 #define PCI_CHIP_COFFEELAKE_H_GT2_2     0x3E94
+#define PCI_CHIP_COFFEELAKE_U_GT2_1     0x3EA9
 #define PCI_CHIP_COFFEELAKE_U_GT3_1     0x3EA5
 #define PCI_CHIP_COFFEELAKE_U_GT3_2     0x3EA6
 #define PCI_CHIP_COFFEELAKE_U_GT3_3     0x3EA7
 #define PCI_CHIP_COFFEELAKE_U_GT3_4     0x3EA8
 
+#define PCI_CHIP_WHISKYLAKE_U_GT2_1     0x3EA0
+#define PCI_CHIP_WHISKYLAKE_U_GT1_1     0x3EA1
+#define PCI_CHIP_WHISKYLAKE_U_GT3_1     0x3EA2
+#define PCI_CHIP_WHISKYLAKE_U_GT2_2     0x3EA3
+#define PCI_CHIP_WHISKYLAKE_U_GT1_2     0x3EA4
+
 #define PCI_CHIP_CANNONLAKE_U_GT2_0    0x5A52
 #define PCI_CHIP_CANNONLAKE_U_GT2_1    0x5A5A
 #define PCI_CHIP_CANNONLAKE_U_GT2_2    0x5A42
@@ -471,20 +482,33 @@
 
 #define IS_COFFEELAKE(devid)    ((devid) == PCI_CHIP_COFFEELAKE_S_GT1_1 || \
                  (devid) == PCI_CHIP_COFFEELAKE_S_GT1_2 || \
+                 (devid) == PCI_CHIP_COFFEELAKE_S_GT1_3 || \
                  (devid) == PCI_CHIP_COFFEELAKE_S_GT2_1 || \
                  (devid) == PCI_CHIP_COFFEELAKE_S_GT2_2 || \
                  (devid) == PCI_CHIP_COFFEELAKE_S_GT2_3 || \
+                 (devid) == PCI_CHIP_COFFEELAKE_S_GT2_4 || \
+                 (devid) == PCI_CHIP_COFFEELAKE_S_GT2_5 || \
+                 (devid) == PCI_CHIP_COFFEELAKE_H_GT1_1 || \
                  (devid) == PCI_CHIP_COFFEELAKE_H_GT2_1 || \
                  (devid) == PCI_CHIP_COFFEELAKE_H_GT2_2 || \
+                 (devid) == PCI_CHIP_COFFEELAKE_U_GT2_1 || \
                  (devid) == PCI_CHIP_COFFEELAKE_U_GT3_1 || \
                  (devid) == PCI_CHIP_COFFEELAKE_U_GT3_2 || \
                  (devid) == PCI_CHIP_COFFEELAKE_U_GT3_3 || \
                  (devid) == PCI_CHIP_COFFEELAKE_U_GT3_4)
 
+#define IS_WHISKYLAKE(devid)    ((devid) == PCI_CHIP_WHISKYLAKE_U_GT1_1 || \
+                 (devid) == PCI_CHIP_WHISKYLAKE_U_GT1_2 || \
+                 (devid) == PCI_CHIP_WHISKYLAKE_U_GT2_1 || \
+                 (devid) == PCI_CHIP_WHISKYLAKE_U_GT2_2 || \
+                 (devid) == PCI_CHIP_WHISKYLAKE_U_GT3_1
+
+
 #define IS_GEN9(devid)        (IS_SKYLAKE(devid) || \
                  IS_BROXTON(devid) || \
                  IS_KABYLAKE(devid) || \
-                 IS_COFFEELAKE(devid))
+                 IS_COFFEELAKE(devid) || \
+                 IS_WHISKYLAKE(devid))
 
 #define IS_CNL_Y(devid)        ((devid) == PCI_CHIP_CANNONLAKE_Y_GT2_0 || \
                  (devid) == PCI_CHIP_CANNONLAKE_Y_GT2_1 || \
diff --git a/media_driver/linux/gen9/ddi/media_sysinfo_g9.cpp b/media_driver/linux/gen9/ddi/media_sysinfo_g9.cpp
index 10c33fc..4c94a1f 100644
--- a/media_driver/linux/gen9/ddi/media_sysinfo_g9.cpp
+++ b/media_driver/linux/gen9/ddi/media_sysinfo_g9.cpp
@@ -801,6 +801,9 @@ static bool kblDevice592a = DeviceInfoFactory<GfxDeviceInfo>::
 static bool cflDevice3e93 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3e93, &cflGt1Info);
 
+static bool cflDevice3e99 = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x3e99, &cflGt1Info);
+
 static bool cflDevice3e90 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3e90, &cflGt1Info);
 
@@ -811,14 +814,23 @@ static bool cflDevice3e94 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3e94, &cflGt2Info);
 
 static bool cflDevice3e91 = DeviceInfoFactory<GfxDeviceInfo>::
-    RegisterDevice(0x3e91, &cflGt1Info);
+    RegisterDevice(0x3e91, &cflGt2Info);
 
 static bool cflDevice3e96 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3e96, &cflGt2Info);
 
+static bool cflDevice3e98 = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x3e98, &cflGt2Info);
+
+static bool cflDevice3e9a = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x3e9a, &cflGt2Info);
+
 static bool cflDevice3e9b = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3e9b, &cflGt2Info);
 
+static bool cflDevice3e9c = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x3e9c, &cflGt1Info);
+
 static bool cflDevice3ea5 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3ea5, &cflGt3eInfo);
 
@@ -831,6 +843,9 @@ static bool cflDevice3ea7 = DeviceInfoFactory<GfxDeviceInfo>::
 static bool cflDevice3ea8 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3ea8, &cflGt3eInfo);
 
+static bool cflDevice3ea9 = DeviceInfoFactory<GfxDeviceInfo>::
+    RegisterDevice(0x3ea9, &cflGt2Info);
+
 static bool cflDevice3ea1 = DeviceInfoFactory<GfxDeviceInfo>::
     RegisterDevice(0x3ea1, &cflGt1Info);
 

Attachment: signature.asc
Description: PGP signature


Reply to: