Skip to content

Commit

Permalink
[VP] Change VE Decompress key property
Browse files Browse the repository at this point in the history
Change VE Decompress key property, otherwise cannot enable VE Decompress on release version

Change-Id: Id96893178571033ef4e6e030b6733512e43ad4e1
  • Loading branch information
Jister authored and intel-mediadev committed Nov 1, 2019
1 parent 0339d2b commit ca9cd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media_driver/agnostic/common/os/mos_utilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -3077,7 +3077,7 @@ static MOS_USER_FEATURE_VALUE MOSUserFeatureDescFields[__MOS_USER_FEATURE_KEY_MA
MOS_USER_FEATURE_VALUE_TYPE_UINT32,
"0",
"Super Resolution Mode. 1: FP32, 2: Hibrid, 3: FP16."),
MOS_DECLARE_UF_KEY_DBGONLY(__VPHAL_ENABLE_VEBOX_MMC_DECOMPRESS_ID,
MOS_DECLARE_UF_KEY(__VPHAL_ENABLE_VEBOX_MMC_DECOMPRESS_ID,
"Enable Vebox Decompress",
__MEDIA_USER_FEATURE_SUBKEY_INTERNAL,
__MEDIA_USER_FEATURE_SUBKEY_REPORT,
Expand Down

0 comments on commit ca9cd9f

Please sign in to comment.