PDK API Guide for J721E
Dss_WbCreateParams Struct Reference

Detailed Description

Structure containing display driver create arguments, used when calling Fvid2_create(). Application shall maintain same create time configurations between multiple driver handles for same WB pipe-line.

Data Fields

uint32_t numPipe
 
uint32_t pipeId [DSSM2M_NUM_PIPELINE_TO_USE_IN_M2M_MODE]
 
uint32_t overlayId
 

Field Documentation

◆ numPipe

uint32_t Dss_WbCreateParams::numPipe

Number of Display pipe-lines used for given M2M/WB pipeline. This should be set to '1' (as done in Dss_m2mCreateParamsInit())

◆ pipeId

uint32_t Dss_WbCreateParams::pipeId[DSSM2M_NUM_PIPELINE_TO_USE_IN_M2M_MODE]

ID DSS pipeline to use. Application shall only set pipe IDs which are used. See CSL_DssVidPipeId for details

◆ overlayId

uint32_t Dss_WbCreateParams::overlayId

ID DSS overlay to use. See CSL_DssOverlayId for details