Skip to content

Commit

Permalink
Remove WaDisableGmmLibOffsetInDeriveImage WA for APL/GLK to fix chrom…
Browse files Browse the repository at this point in the history
…eOS UV shift

Signed-off-by: Jay Yang <[email protected]>
  • Loading branch information
MicroYY committed Jul 12, 2023
1 parent a971991 commit e72e579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_driver/linux/gen9/ddi/media_sku_wa_g9.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ static bool InitBxtMediaWa(struct GfxDeviceInfo *devInfo,
MEDIA_WR_WA(waTable, Wa16KInputHeightNV12Planar420, 1);
MEDIA_WR_WA(waTable, WaDisableCodecMmc, 1);

MEDIA_WR_WA(waTable, WaDisableGmmLibOffsetInDeriveImage, 1);
return true;
}

Expand Down Expand Up @@ -586,6 +585,7 @@ static bool InitGlkMediaWa(struct GfxDeviceInfo *devInfo,

MEDIA_WR_WA(waTable, Wa16KInputHeightNV12Planar420, 1);
MEDIA_WR_WA(waTable, WaDisableCodecMmc, 1);

return true;
}

Expand Down

0 comments on commit e72e579

Please sign in to comment.