Skip to content

Commit

Permalink
[Media Common] Add modifier for tile64
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Yang <[email protected]>
  • Loading branch information
MicroYY committed Jun 28, 2023
1 parent 72ad964 commit 9bf61c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media_softlet/linux/common/ddi/media_libva_util_next.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,7 @@ VAStatus MediaLibvaUtilNext::GetSurfaceModifier(
switch(gmmTileType)
{
case GMM_TILED_4:
case GMM_TILED_64:
if(mediaCtx->m_auxTableMgr && bMmcEnabled)
{
modifier = gmmFlags.Info.MediaCompressed ? I915_FORMAT_MOD_4_TILED_MTL_MC_CCS :
Expand Down

0 comments on commit 9bf61c9

Please sign in to comment.