Skip to content

Commit caa8e7e

Browse files
authored
1.2 release roadmap (#423)
1 parent 049c30e commit caa8e7e

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

roadmap.rst

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@
66
Roadmap
77
=========
88

9+
1.2 Schedule
10+
============
11+
12+
===================== ========== ===========
13+
Version Date Notes
14+
===================== ========== ===========
15+
1.2-provisional-rev-1 2022-09-08
16+
1.2-rev-1 2022-11-10
17+
===================== ========== ===========
18+
19+
Details
20+
-------
21+
22+
1.2-provisional-rev-1
23+
+++++++++++++++++++++
24+
25+
========== ================
26+
Date Milestone
27+
========== ================
28+
2022-09-06 Component freeze
29+
2022-09-08 Release
30+
========== ================
31+
32+
1.2-rev-1
33+
+++++++++
34+
35+
========== ================
36+
Date Milestone
37+
========== ================
38+
2022-09-22 Feedback cutoff
39+
2022-10-20 Complete, final review
40+
2022-11-03 Cutoff for all edits
41+
2022-11-10 Release
42+
========== ================
43+
44+
945
1.1 Schedule
1046
============
1147

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,10 +550,10 @@ typedef struct {
550550
mfxU32 LUIDValid; /*!< Boolean value that will be 1 if DeviceLUID contains a valid LUID
551551
and LUIDDeviceNodeMask contains a valid node mask,
552552
and 0 if they do not. */
553-
mfxU32 DRMRenderNodeNum; /*!< Number of the DRM render node from the path /dev/dri/RenderD<num>.
553+
mfxU32 DRMRenderNodeNum; /*!< Number of the DRM render node from the path /dev/dri/RenderD\<num\>.
554554
Value equals to 0 means that this field doesn't contain valid DRM Render
555555
Node number.*/
556-
mfxU32 DRMPrimaryNodeNum; /*!< Number of the DRM primary node from the path /dev/dri/card<num>.
556+
mfxU32 DRMPrimaryNodeNum; /*!< Number of the DRM primary node from the path /dev/dri/card\<num\>.
557557
Value equals to 0x7FFFFFFF means that this field doesn't contain valid DRM Primary
558558
Node number.*/
559559
mfxU8 reserved1[20]; /*!< Reserved for future use. */

0 commit comments

Comments
 (0)