Skip to content

Commit

Permalink
[Encode] Fix ACM multi-channel AVC encode performance degradation
Browse files Browse the repository at this point in the history
disable DG2 Height alignment WA

Signed-off-by: Hoe, Sheng Yang <[email protected]>
  • Loading branch information
hoesheng committed Jan 16, 2025
1 parent 9e5bd7c commit f905a35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media_driver/linux/Xe_M/ddi/media_sku_wa_xe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,8 @@ static bool InitDg2MediaWa(struct GfxDeviceInfo *devInfo,

MEDIA_WR_WA(waTable, Wa_15013355402, 1);

MEDIA_WR_WA(waTable, Wa_AvcUnalignedHeight, 0);

return true;
}

Expand Down

0 comments on commit f905a35

Please sign in to comment.