Skip to content

Commit

Permalink
Add gmmlib share library
Browse files Browse the repository at this point in the history
Crash call stack:
MhwBltInterfaceXe_Hp_Base::AddBlockCopyBlt(_MOS_COMMAND_BUFFER*, _MHW_FAST_COPY_BLT_PARAM
	*, unsigned int, unsigned int)+1713)
BltState_Xe_Hpm::SubmitCMD(_BLT_STATE_PARAM*)+1028)
BltState_Xe_Hpm::CopyMainSurface(_MOS_SPECIFIC_RESOURCE*, _MOS_SPECIFIC_RESOURCE*)+111)
MediaCopyState_Xe_Hpm::MediaBltCopy(_MOS_SPECIFIC_RESOURCE*, _MOS_SPECIFIC_RESOURCE*)+46)
Crash happen in BLT copy.

Changes done to fix the issue:
    - Build gmmlib as a shared library

Tests done:
    - Flash and boot
    - Playing video in the login UI of game: Honor Of Kings.

Tracked-On: OAM-113684
Signed-off-by: Jeevaka Prabu Badrappan <[email protected]>
Signed-off-by: Shaofeng Tang <[email protected]>
  • Loading branch information
Shao-Feng committed Dec 26, 2023
1 parent caafd9b commit ab71902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions groups/media/auto/product.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ BOARD_HAVE_OMX_SRC := true
# Open source media_driver
PRODUCT_PACKAGES += i965_drv_video
PRODUCT_PACKAGES += libigfxcmrt
PRODUCT_PACKAGES += libgmm_umd

# Open source hdcp
PRODUCT_PACKAGES += libhdcpsdk
Expand Down

0 comments on commit ab71902

Please sign in to comment.