Skip to content

Commit

Permalink
[Decode] RT log enable for VVC
Browse files Browse the repository at this point in the history
RT log enable for VVC
  • Loading branch information
huangli2018 authored and intel-mediadev committed Dec 16, 2024
1 parent 9b35e3f commit 014ee6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ MOS_STATUS VvcDecodePkt::Submit(
auto mmioRegisters = m_hwInterface->GetVdencInterfaceNext()->GetMmioRegisters(MHW_VDBOX_NODE_1);

HalOcaInterfaceNext::On1stLevelBBStart(*cmdBuffer, (MOS_CONTEXT_HANDLE)m_osInterface->pOsContext, m_osInterface->CurrentGpuContextHandle, m_miItf, *mmioRegisters);
HalOcaInterfaceNext::OnDispatch(*cmdBuffer, *m_osInterface, m_miItf, *m_miItf->GetMmioRegisters());
if (m_vvcBasicFeature->m_shortFormatInUse)
{
m_tileLevelBB = m_vvcPipeline->GetTileLvlCmdBuffer();
Expand Down

0 comments on commit 014ee6e

Please sign in to comment.