drm/msm/a5xx: Separate A5XX_PC_DBG_ECO_CNTL write from main branch
authorAngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Wed, 13 Jan 2021 18:33:34 +0000 (19:33 +0100)
committerRob Clark <robdclark@chromium.org>
Sun, 31 Jan 2021 19:34:35 +0000 (11:34 -0800)
commit4340b46ad1619c9607931a59d98d4d5093415475
tree29b49f657f81bb5cd97446bb70aebd94f4b87e6d
parent8f03c30cb814213e36032084a01f49a9e604a3e3
drm/msm/a5xx: Separate A5XX_PC_DBG_ECO_CNTL write from main branch

The "main" if branch where we program the other registers for the
Adreno 5xx family of GPUs should not contain the PC_DBG_ECO_CNTL
register programming because this has logical similarity
differences from all the others.

A later commit will show the entire sense of this.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/adreno/a5xx_gpu.c