diff options
| author | Rajesh Kemisetti <rajeshk@codeaurora.org> | 2017-01-04 18:53:39 +0530 |
|---|---|---|
| committer | Rajesh Kemisetti <rajeshk@codeaurora.org> | 2017-01-05 00:16:44 +0530 |
| commit | bf63100b1134dc56e4f2cae3d0c97a95d6b23b1a (patch) | |
| tree | 7bd2d1d07e9f22149874a8158da77c6c8a99cfac /drivers/gpu/msm | |
| parent | 054b950dfd1c9a33f093b4499438a6f7d19a2716 (diff) | |
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>
Diffstat (limited to 'drivers/gpu/msm')
| -rw-r--r-- | drivers/gpu/msm/adreno-gpulist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/msm/adreno-gpulist.h b/drivers/gpu/msm/adreno-gpulist.h index 6a00919f144b..2418ee003c22 100644 --- a/drivers/gpu/msm/adreno-gpulist.h +++ b/drivers/gpu/msm/adreno-gpulist.h @@ -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, |
