Skip to content

Commit a3b3781

Browse files
bai-isaacintel-mediadev
authored andcommitted
[Encode] update Xe2 encode caps
update Xe2 encode caps.
1 parent 3606407 commit a3b3781

6 files changed

+7
-339
lines changed

media_softlet/linux/xe2_hpm_r0/ddi/capstable_data_xe2_hpm_r0_specific.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ static const ProfileMap profileMap_Xe2_Hpm_r0
358358
{VAProfileJPEGBaseline, &entrypointMap_VAProfileJPEGBaseline_Xe2_Hpm_r0},
359359
#endif
360360

361-
#if defined(_AV1_DECODE_SUPPORTED)
361+
#if defined(_AV1_ENCODE_VDENC_SUPPORTED) || defined(_AV1_DECODE_SUPPORTED)
362362
{VAProfileAV1Profile0, &entrypointMap_VAProfileAV1Profile0_Xe2_Hpm_r0},
363363
#endif
364364

media_softlet/linux/xe2_lpm_r0/ddi/capstable_data_xe2_lpm_r0_specific.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#if defined(_AV1_ENCODE_VDENC_SUPPORTED)
4141
#include "capstable_data_av1_encode_xe2_lpm_r0_specific.h"
4242
#endif
43-
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
43+
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
4444
#include "capstable_data_vp9_encode_xe2_lpm_r0_specific.h"
4545
#endif
4646

@@ -295,7 +295,7 @@ static const EntrypointMap entrypointMap_VAProfileAV1Profile0_Xe2_Lpm_r0
295295

296296
static const EntrypointMap entrypointMap_VAProfileVP9Profile0_Xe2_Lpm_r0
297297
{
298-
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
298+
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
299299
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile0_Data_Xe2_Lpm_r0},
300300
#endif
301301

@@ -306,7 +306,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile0_Xe2_Lpm_r0
306306

307307
static const EntrypointMap entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0
308308
{
309-
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
309+
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
310310
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile1_Data_Xe2_Lpm_r0},
311311
#endif
312312

@@ -317,7 +317,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0
317317

318318
static const EntrypointMap entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0
319319
{
320-
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
320+
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
321321
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile2_Data_Xe2_Lpm_r0},
322322
#endif
323323

@@ -328,7 +328,7 @@ static const EntrypointMap entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0
328328

329329
static const EntrypointMap entrypointMap_VAProfileVP9Profile3_Xe2_Lpm_r0
330330
{
331-
#if defined(_VP9_ENCODE_VDENC_SUPPORTED)
331+
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)
332332
{VAEntrypointEncSlice, &entrypointMap_VAProfileVP9Profile3_Data_Xe2_Lpm_r0},
333333
#endif
334334

@@ -412,7 +412,7 @@ static const ProfileMap profileMap_Xe2_Lpm_r0
412412
{VAProfileAV1Profile0, &entrypointMap_VAProfileAV1Profile0_Xe2_Lpm_r0},
413413
#endif
414414

415-
#if defined(_VP9_ENCODE_VDENC_SUPPORTED) || defined(_VP9_DECODE_SUPPORTED)
415+
#if (defined(_VP9_ENCODE_VDENC_SUPPORTED) && defined(_MEDIA_RESERVED)) || defined(_VP9_DECODE_SUPPORTED)
416416
{VAProfileVP9Profile3, &entrypointMap_VAProfileVP9Profile3_Xe2_Lpm_r0},
417417
{VAProfileVP9Profile2, &entrypointMap_VAProfileVP9Profile2_Xe2_Lpm_r0},
418418
{VAProfileVP9Profile1, &entrypointMap_VAProfileVP9Profile1_Xe2_Lpm_r0},

media_softlet/linux/xe2_lpm_r0/encode/media_srcs.cmake

-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ media_include_subdirectory(hevc)
2222
media_include_subdirectory(avc)
2323
media_include_subdirectory(jpeg)
2424
media_include_subdirectory(av1)
25-
media_include_subdirectory(vp9)

media_softlet/linux/xe2_lpm_r0/encode/vp9/ddi/capstable_data_vp9_encode_xe2_lpm_r0_specific.h

-277
This file was deleted.

media_softlet/linux/xe2_lpm_r0/encode/vp9/ddi/media_srcs.cmake

-33
This file was deleted.

0 commit comments

Comments
 (0)