Skip to content

Commit

Permalink
Fix vaGetImage perf issue on glk
Browse files Browse the repository at this point in the history
Fix: #1824

Signed-off-by: Jay Yang <[email protected]>
  • Loading branch information
MicroYY committed Jul 30, 2024
1 parent 367d729 commit b69c087
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions media_driver/linux/gen9/ddi/media_sku_wa_g9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ static bool InitGlkMediaSku(struct GfxDeviceInfo *devInfo,

MEDIA_WR_SKU(skuTable, FtrHDR, 1);

MEDIA_WR_SKU(skuTable, FtrUseSwSwizzling, 1);

return true;
}

Expand Down

0 comments on commit b69c087

Please sign in to comment.