Part Number: PROCESSOR-SDK-DRA7X
Tool/software: TI-RTOS
Hello TI Team/Shravan,
The Startup KPI for client logo is under 3 seconds,
In M4 IPL boot we are starting Capture early (usecase below) and GFX pipeline which uses VDRM will be started when linux comes up.
since as per our understanding this is due to dependencies with Western. Is there any way we can remove this dependency and make GFX and VID3 come up early ?
UseCase: weston_dualcamera_dsswb
Capture -> Display_Video //Started from IPL boot
Capture_1 -> Display_Video1 //Started from IPL boot
DispDistSrc_gfx -> Display_gfx // Starts after Linux starts since dependeces for western
DispDistSrc_vid3 -> Display_vid3 // Starts after Linux starts since dependeces for western
Capture_dsswb -> Alg_SwCrc
Regards,
Raghu