83b1ffe8639973afa5ce55f20569e85f8302472d

Without this, tpg is keeping refCount on titan top gdsc and thus causing qchannel handshake side effects. Sequence: 1. TPG calls cpas_start, increments refCount on gdsc with soc_enable_resources 2. run usecase 3. TPG missing disable_soc_resource 4. TPG calling cpas_stop : which shuts down qchannel 5. When next iteration starts, because gdsc is still on from previous session, cpas top is not getting reset state registers - thus keeping qchannel still in shut down state. qchannel goes to good state if gdsc is actually turned off and then turned on. CRs-Fixed: 3131613 Change-Id: Iacb837f7ee3fd7d6b094d0271d0f2d9c15f0b306 Signed-off-by: Pavan Kumar Chilamkurthi <quic_pchilamk@quicinc.com>
描述
无详细信息
语言
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%