Skip to content

Commit

Permalink
[VP] fix regkey output issue
Browse files Browse the repository at this point in the history
fix regkey output issue.
  • Loading branch information
pengwan1 authored and intel-mediadev committed Sep 15, 2023
1 parent 722f921 commit 6c059da
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2131,13 +2131,11 @@ MOS_STATUS VpVeboxCmdPacketLegacy::RenderVeboxCmd(
if (bMultipipe)
{
scalability->SetCurrentPipeIndex(inputPipe);
ReportUserSetting(m_userSettingPtr, __MEDIA_USER_FEATURE_VALUE_ENABLE_VEBOX_SCALABILITY_MODE, true, MediaUserSetting::Group::Device);
}
else
{
ReportUserSetting(m_userSettingPtr, __MEDIA_USER_FEATURE_VALUE_ENABLE_VEBOX_SCALABILITY_MODE, false, MediaUserSetting::Group::Device);
}

auto report = (VpFeatureReport *)(m_hwInterface->m_reporting);
report->GetFeatures().VeboxScalability = bMultipipe;

MT_LOG2(MT_VP_HAL_RENDER_VE, MT_NORMAL, MT_VP_MHW_VE_SCALABILITY_EN, bMultipipe, MT_VP_MHW_VE_SCALABILITY_USE_SFC, m_IsSfcUsed);

return eStatus;
Expand Down

0 comments on commit 6c059da

Please sign in to comment.