File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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--------
18371838PRefType
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments