Skip to content

Commit 3e7042b

Browse files
konradybciorobclark
authored andcommitted
drm/msm/adreno: Add ZAP firmware name to A635
Some (many?) devices with A635 expect a ZAP shader to be loaded. Set the file name to allow for that. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Patchwork: https://patchwork.freedesktop.org/patch/559605/ Signed-off-by: Rob Clark <robdclark@chromium.org>
1 parent 75cb60d commit 3e7042b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpu/drm/msm/adreno/adreno_device.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ static const struct adreno_info gpulist[] = {
454454
.quirks = ADRENO_QUIRK_HAS_CACHED_COHERENT |
455455
ADRENO_QUIRK_HAS_HW_APRIV,
456456
.init = a6xx_gpu_init,
457+
.zapfw = "a660_zap.mbn",
457458
.hwcg = a660_hwcg,
458459
.address_space_size = SZ_16G,
459460
.speedbins = ADRENO_SPEEDBINS(

0 commit comments

Comments
 (0)