540823c3ac25a990782ba71367ecc18d57a3b669

During msm_vidc_close, we are trying to perform suspend which will unload the firmware. This is done to reduce the latency since it will power collapse after 1.5 seconds. But, during bootup time, for each codec, framework tries to open and close each session for each codec. As part of this, it will try to do power collapse/power on each time, hence increasing the bootup latency. Therefore Removed suspend call from close to avoid bootup latency because video fw will anyway power collapse the video hardware and firmware will also go into WFI mode. Change-Id: Idbe015a6a2ef4dd1573ef01fd69d638fea7be519 Signed-off-by: Vedang Nagar <quic_vnagar@quicinc.com>
Beschreibung
Keine Beschreibung vorhanden
Sprachen
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%