Skip to content

Commit

Permalink
drm/msm/a6xx: Fix CP_MEMPOOL state name
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
  • Loading branch information
Rob Clark committed Mar 19, 2020
1 parent e515af8 commit e6cada8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ static const struct a6xx_indexed_registers {
};

static const struct a6xx_indexed_registers a6xx_cp_mempool_indexed = {
"CP_MEMPOOOL", REG_A6XX_CP_MEM_POOL_DBG_ADDR,
"CP_MEMPOOL", REG_A6XX_CP_MEM_POOL_DBG_ADDR,
REG_A6XX_CP_MEM_POOL_DBG_DATA, 0x2060,
};

Expand Down

0 comments on commit e6cada8

Please sign in to comment.