1
0
Fork 0

MGS-5245 [#imx-1755] [8MN_EVK] VTK: fix the gpu dump when enable vProfile

fix the gpu dump when enable vProfile on 8MN_EVK

Date: 7th Nov ,2019
Signed-off-by Ya Zhou <ya.zhou@nxp.com>

(cherry picked from commit 053c97c0387673c4e730d9b2f780f8cde5fcdf5b)
5.4-rM2-2.2.x-imx-squashed
Ya Zhou 2019-11-07 15:21:35 +08:00 committed by Dong Aisheng
parent dfc0a717ce
commit 9bfda82aee
1 changed files with 11 additions and 0 deletions

View File

@ -5344,6 +5344,17 @@ gcoHAL_GetUserDebugOption(
}
/*----------------------------------------------------------------------------*/
#define gcmSETSINGLESTATE_DUMY(StateDelta, CommandBuffer, Memory, FixedPoint, \
Address, Data) \
{ \
gctUINT32 __temp_data32__; \
__temp_data32__ = Data ; \
gcmVERIFYLOADSTATEALIGNED(CommandBuffer, Memory); \
*Memory++ = \
(gctUINT32)(0) | (0xFFFF & Address); \
*Memory++ = __temp_data32__; \
gcmENDSTATEBATCH_NEW(CommandBuffer, Memory); \
}
#define gcmSETSINGLESTATE_NEW(StateDelta, CommandBuffer, Memory, FixedPoint, \
Address, Data) \