mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

Drops patches already merged: * 0001-Encode-Bugfix-for-HEVC-VDENC-422-RPL-caps-issue.-588.patch * 0001-RT-Common-Fix-MediaAdapterType-issue-5898.patch Added new patches: * 0001-ARLH-DID-open-source-6286.patch Release notes: https://github.com/oneapi-src/oneVPL-intel-gpu/releases/tag/intel-onevpl-23.4.3 Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
40 lines
1.3 KiB
Diff
40 lines
1.3 KiB
Diff
From a425927469b36e7bc597bff4fdc24d42a1168d1a Mon Sep 17 00:00:00 2001
|
|
From: gfxVPLsdm <gfxvplsdm@intel.com>
|
|
Date: Mon, 18 Dec 2023 09:58:35 +0800
|
|
Subject: [PATCH] ARLH DID open source (#6286)
|
|
|
|
Co-authored-by: huangli <li.h.huang@intel.com>
|
|
|
|
Upstream-Status: Backport [https://github.com/oneapi-src/oneVPL-intel-gpu/commit/66f1b4d60a367eb1b0774e0b4369f906e0e632ae]
|
|
Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
|
|
|
|
---
|
|
_studio/shared/include/mfxstructures-int.h | 7 ++++++-
|
|
1 file changed, 6 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/_studio/shared/include/mfxstructures-int.h b/_studio/shared/include/mfxstructures-int.h
|
|
index 363d9a63..8f16b0a8 100644
|
|
--- a/_studio/shared/include/mfxstructures-int.h
|
|
+++ b/_studio/shared/include/mfxstructures-int.h
|
|
@@ -1,4 +1,4 @@
|
|
-// Copyright (c) 2007-2021 Intel Corporation
|
|
+// Copyright (c) 2007-2023 Intel Corporation
|
|
//
|
|
// Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
// of this software and associated documentation files (the "Software"), to deal
|
|
@@ -569,6 +569,11 @@ typedef struct {
|
|
/* ARL S */
|
|
{ 0x7D67, MFX_HW_ARL, MFX_GT2 },
|
|
|
|
+ /* ARL H*/
|
|
+ { 0x7D51, MFX_HW_ARL, MFX_GT2 },
|
|
+ { 0x7DD1, MFX_HW_ARL, MFX_GT2 },
|
|
+ { 0x7D41, MFX_HW_ARL, MFX_GT2 },
|
|
+
|
|
};
|
|
|
|
/*
|
|
--
|
|
2.40.1
|
|
|