diff --git a/media_softlet/agnostic/common/vp/hal/feature_manager/sw_filter_handle.cpp b/media_softlet/agnostic/common/vp/hal/feature_manager/sw_filter_handle.cpp index d7ec89b128..cacb059097 100644 --- a/media_softlet/agnostic/common/vp/hal/feature_manager/sw_filter_handle.cpp +++ b/media_softlet/agnostic/common/vp/hal/feature_manager/sw_filter_handle.cpp @@ -359,7 +359,8 @@ bool SwFilterDnHandler::IsFeatureEnabled(VP_PIPELINE_PARAMS& params, bool isInpu PVP_MHWINTERFACE hwInterface = m_vpInterface.GetHwInterface(); // secure mode if (hwInterface->m_osInterface->osCpInterface && - hwInterface->m_osInterface->osCpInterface->IsHMEnabled()) + (hwInterface->m_osInterface->osCpInterface->IsHMEnabled() + || hwInterface->m_osInterface->osCpInterface->IsIDMEnabled())) { VP_PUBLIC_NORMALMESSAGE("Dn is disabled in secure mode."); return false;