diff --git a/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp b/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp index 91b2ed5eda0..8ced0be2ca7 100644 --- a/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp +++ b/media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp @@ -284,7 +284,7 @@ static bool InitMtlMediaWaExt(struct GfxDeviceInfo *devInfo, MEDIA_WR_WA(waTable, WaDisableSetObjectCapture, 1); - MEDIA_WR_WA(waTable, Wa_Vp9UnalignedHeight, 1); + MEDIA_WR_WA(waTable, Wa_Vp9UnalignedHeight, 0); MEDIA_WR_WA(waTable, Wa_15013355402, 1); @@ -335,4 +335,4 @@ static struct LinuxDeviceInit arlDeviceInit = }; static bool arlDeviceRegister = DeviceInfoFactory:: - RegisterDevice((uint32_t)IGFX_ARROWLAKE, &arlDeviceInit); \ No newline at end of file + RegisterDevice((uint32_t)IGFX_ARROWLAKE, &arlDeviceInit);