This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

software mosaic layout problem



Hi,

I am using ti814x evm baord. I try to get 4x6 software mosaic layout at rdk 3.0 "decode display" example, but system is crash.

The same condition at ti816x is work well. Does any restrict at ti814x or just a software wrong?

Thanks,

Jacson

  • Hi,

    I find a define must be modified, it can be work well after my changing.

    #if defined(TI_814X_BUILD) || defined(TI_8107_BUILD)
    #define VDIS_MOSAIC_WIN_MAX     (32)//(20)
    #endif

    Thanks,

    Jacson

  • What is the log you are gettign when system crashes. THere are restrictions on max windows per driver instance that are different between 814x and 816x.Are you sure you are facing the issue with 4x6 and not 6x6 layout.

  • Hi Badri Narayanan,

    Following is the crash log.

    22993:!!!SLAVE CORE [VPSS-M3] DOWN!!!
    SystemLink_copySlaveCoreExceptionContext:146
    mmap of [0xbf8e0000:36864]
    mmap virt addresss:0x40002000
    munmap of [0x40002000:36864]
    SystemLink_copySlaveCoreExceptionContext:153
    SystemLink_handleSlaveCoreException:173


    23010:!!!SLAVE CORE DOWN!!!.EXCEPTION INFO DUMP

     !!HW EXCEPTION ACTIVE (0/1): [0]

     !!EXCEPTION CORE NAME      : [VPSS-M3]

     !!EXCEPTION TASK NAME      : [SWMS0]

     !!EXCEPTION LOCATION       : [utils/src/utils_dma.c:492]

     !!EXCEPTION INFO           : [Utils_dmaParamSetCheck(pParamSet) == FVID2_SOK]
     [m3vpss ]  34731: Assertion @ Line: 492 in utils/src/utils_dma.c: Utils_dmaParamSetCheck(pParamSet) == FVID2_SOK : failed !!!

     !!EXCEPTION CCS CRASH DUMP FORMAT FILE STORED @ ./CCS_CRASH_DUMP_VPSS-M3.txt
    SystemLink_handleSlaveCoreException:178

    I make sure I change layout to 4x6, not 6x6 layout.

    Thanks,

    Jacson

  • Are you still facing crash after the change to VDIS_MAX_MOSAIC_WIN as you mentioned

  • Hi Badri Narayanan,

    No, it is resolved after the changing.

    Thank you,

    Jacson