msm: kgsl: Add Zap shader name for A512 GPU on SDM660
This is needed to clear out the internal memories of GPU while moving from secure to unsecure mode. Change-Id: I9ef4848212246a2ed45395ef97c7f755784cb635 Signed-off-by: Rajesh Kemisetti <rajeshk@codeaurora.org>
This commit is contained in:
parent
054b950dfd
commit
bf63100b11
1 changed files with 1 additions and 0 deletions
|
@ -293,6 +293,7 @@ static const struct adreno_gpu_core adreno_gpulist[] = {
|
|||
ADRENO_CPZ_RETENTION,
|
||||
.pm4fw_name = "a530_pm4.fw",
|
||||
.pfpfw_name = "a530_pfp.fw",
|
||||
.zap_name = "a512_zap",
|
||||
.gpudev = &adreno_a5xx_gpudev,
|
||||
.gmem_size = (SZ_256K + SZ_16K),
|
||||
.num_protected_regs = 0x20,
|
||||
|
|
Loading…
Add table
Reference in a new issue