Skip to content

Commit f34b7d0

Browse files
leyu-yaointel-mediadev
authored andcommitted
[Encode] Disable VP9 padding on MTL
This is impact performance on large solution with not 8-aligned height
1 parent 2331388 commit f34b7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ static bool InitMtlMediaWaExt(struct GfxDeviceInfo *devInfo,
284284

285285
MEDIA_WR_WA(waTable, WaDisableSetObjectCapture, 1);
286286

287-
MEDIA_WR_WA(waTable, Wa_Vp9UnalignedHeight, 1);
287+
MEDIA_WR_WA(waTable, Wa_Vp9UnalignedHeight, 0);
288288

289289
MEDIA_WR_WA(waTable, Wa_15013355402, 1);
290290

0 commit comments

Comments
 (0)