Skip to content

Commit e7690d0

Browse files
oneVPL 2.3.1 release (#311)
1 parent 3a19bbd commit e7690d0

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

source/elements/oneVPL/include/vpl/mfxcommon.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,8 @@ enum {
195195
MFX_PLATFORM_ROCKETLAKE = 42, /*!< Code name Rocket Lake. */
196196
MFX_PLATFORM_ALDERLAKE_S = 43, /*!< Code name Alder Lake S. */
197197
MFX_PLATFORM_ALDERLAKE_P = 44, /*!< Code name Alder Lake P. */
198-
MFX_PLATFORM_ARCTICSOUND_P = 45, /*!< Code name Arctic Sound P. */
198+
MFX_PLATFORM_ARCTICSOUND_P = 45,
199+
MFX_PLATFORM_XEHP = 45, /*!< Code name Xe HP. */
199200
MFX_PLATFORM_KEEMBAY = 50, /*!< Code name Keem Bay. */
200201
};
201202

source/elements/oneVPL/source/API_ref/VPL_enums.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1826,12 +1826,13 @@ PlatformCodeName
18261826
.. doxygenenumvalue:: MFX_PLATFORM_ALDERLAKE_P
18271827
:project: oneVPL
18281828

1829-
.. doxygenenumvalue:: MFX_PLATFORM_ARCTICSOUND_P
1830-
:project: oneVPL
1829+
.. doxygenenumvalue:: MFX_PLATFORM_XEHP
1830+
:project: oneVPL
18311831

18321832
.. doxygenenumvalue:: MFX_PLATFORM_KEEMBAY
18331833
:project: oneVPL
18341834

1835+
18351836

18361837
--------
18371838
PRefType

source/elements/oneVPL/source/VPL_change_log.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ Version 2.3
2222
* Code name Rocket Lake,
2323
* Code name Alder Lake S,
2424
* Code name Alder Lake P,
25-
* Code name Arctic Sound P.
25+
* Code name for Arctic Sound P.
26+
* For spec version 2.3.1 MFX_PLATFORM_XEHP alias was added
2627

2728
* mfx.h header file is added which includes all header files.
2829
* Added deprecation messages (deprecation macro) to the functions MFXInit and

0 commit comments

Comments
 (0)