From aababd98eaffeae029ed08357a754ddc3c5df14a Mon Sep 17 00:00:00 2001 From: Christa03 Date: Thu, 9 Jan 2025 20:33:53 +0800 Subject: [PATCH] [Encode] Av1ei MTL linux ARGB caps enable Enable ARGB for MTL linux --- .../av1/ddi/capstable_data_av1_encode_xe_lpm_plus_r0_specific.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media_softlet/linux/xe_lpm_plus_r0/encode/av1/ddi/capstable_data_av1_encode_xe_lpm_plus_r0_specific.h b/media_softlet/linux/xe_lpm_plus_r0/encode/av1/ddi/capstable_data_av1_encode_xe_lpm_plus_r0_specific.h index 5ed19fcd867..811980934c7 100644 --- a/media_softlet/linux/xe_lpm_plus_r0/encode/av1/ddi/capstable_data_av1_encode_xe_lpm_plus_r0_specific.h +++ b/media_softlet/linux/xe_lpm_plus_r0/encode/av1/ddi/capstable_data_av1_encode_xe_lpm_plus_r0_specific.h @@ -66,7 +66,7 @@ static ConfigDataList configDataList_VAProfileAV1Profile0_VAEntrypointEncSlice_X //! static const AttribList attribList_VAProfileAV1Profile0_VAEntrypointEncSlice_Xe_Lpm_plus_r0 { - {VAConfigAttribRTFormat, VA_RT_FORMAT_YUV420 | VA_RT_FORMAT_YUV420_10}, + {VAConfigAttribRTFormat, VA_RT_FORMAT_YUV420 | VA_RT_FORMAT_YUV420_10 | VA_RT_FORMAT_RGB32 | VA_RT_FORMAT_RGB32_10BPP}, {VAConfigAttribEncDynamicScaling, 0}, {VAConfigAttribEncDirtyRect, VA_ATTRIB_NOT_SUPPORTED}, {VAConfigAttribEncAV1Ext2, VAProfileAV1Profile0_VAEntrypointEncSlice_encAV1Ext2.value},