Skip to content

Commit

Permalink
Disable vp9 padding on mtl.
Browse files Browse the repository at this point in the history
upstream-status: submitted
intel#1720

Signed-off-by: Lim Siew Hoon <[email protected]>
  • Loading branch information
SiewHoon authored and vcheah committed Dec 7, 2023
1 parent 47176c1 commit e89b02c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media_softlet/linux/Xe_M_plus/ddi/media_sku_wa_mtl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -335,4 +335,4 @@ static struct LinuxDeviceInit arlDeviceInit =
};

static bool arlDeviceRegister = DeviceInfoFactory<LinuxDeviceInit>::
RegisterDevice((uint32_t)IGFX_ARROWLAKE, &arlDeviceInit);
RegisterDevice((uint32_t)IGFX_ARROWLAKE, &arlDeviceInit);

0 comments on commit e89b02c

Please sign in to comment.