Skip to content

Commit

Permalink
[Media Common] [VP] Gpu context trace level
Browse files Browse the repository at this point in the history
GetGpuContext loag level
  • Loading branch information
pingliwa authored and intel-mediadev committed Sep 18, 2024
1 parent adbd371 commit 34fc7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media_softlet/agnostic/common/os/mos_gpucontextmgr_next.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ GpuContextNext *GpuContextMgrNext::GetGpuContext(GPU_CONTEXT_HANDLE gpuContextHa
}
else
{
MOS_OS_ASSERTMESSAGE("GPU context array is empty or got invalid index, something must be wrong!");
MT_ERR2(MT_MOS_GPUCXT_GET, MT_MOS_GPUCXT_MGR_PTR, (int64_t)this, MT_MOS_GPUCXT_HANDLE, gpuContextHandle);
MOS_OS_NORMALMESSAGE("Gpu context may have been deleted already!");
MT_LOG2(MT_MOS_GPUCXT_GET, MT_NORMAL, MT_MOS_GPUCXT_MGR_PTR, (int64_t)this, MT_MOS_GPUCXT_HANDLE, gpuContextHandle);
gpuContext = nullptr;
}
MosUtilities::MosUnlockMutex(m_gpuContextArrayMutex);
Expand Down

0 comments on commit 34fc7a2

Please sign in to comment.