msm: kgsl: Enable BCL only after first boot is done
BCL requires that respective Central Broadcast register
be programed from TZ. This programing happens only
when zap shader firmware load is successful. Zap firmware
load can fail in boot up path, but we are setting
bcl_enabled to true before firmware load is successful.
This is not correct. BCL should be enabled only after
respective register programing is done from TZ side.
Otherwise gmu goes to error state when ACK from BCL is
expected during boot. Enable BCL only after we
successfully complete first boot to ensure that Central
Broadcast register is programed before enabling BCL.
Change-Id: I6267c943262cc0448fa77d29d5ae6e8f5cae7e9f
Signed-off-by:
Pranav Patel <quic_pranavp@quicinc.com>
Loading
Please register or sign in to comment