Skip to content

Commit

Permalink
[Encode][ICL] Fix solo dump issue caused by size mismatch
Browse files Browse the repository at this point in the history
Change-Id: Ide1b78b295fa49c4da765ed65ee3963dcd18493e
  • Loading branch information
RachelChengRJ authored and intel-mediadev committed Mar 20, 2019
1 parent 44cf07f commit a6e0fe1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4014,7 +4014,6 @@ MOS_STATUS CodechalVdencVp9StateG11::ExecutePictureLevel()
&allocParamsForBufferLinear,
&m_tileRecordBuffer[m_virtualEngineBBIndex].sResource));
m_tileRecordBuffer[m_virtualEngineBBIndex].dwSize = size;
m_tileRecordBuffer[m_virtualEngineBBIndex].sResource.iSize = size;

auto tileRecordData = (uint8_t*)m_osInterface->pfnLockResource(m_osInterface, &m_tileRecordBuffer[m_virtualEngineBBIndex].sResource, &lockFlagsWriteOnly);

Expand Down

0 comments on commit a6e0fe1

Please sign in to comment.