Skip to content

Commit e6cada8

Browse files
committed
drm/msm/a6xx: Fix CP_MEMPOOL state name
Signed-off-by: Rob Clark <[email protected]> Reviewed-by: Jordan Crouse <[email protected]>
1 parent e515af8 commit e6cada8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ static const struct a6xx_indexed_registers {
379379
};
380380

381381
static const struct a6xx_indexed_registers a6xx_cp_mempool_indexed = {
382-
"CP_MEMPOOOL", REG_A6XX_CP_MEM_POOL_DBG_ADDR,
382+
"CP_MEMPOOL", REG_A6XX_CP_MEM_POOL_DBG_ADDR,
383383
REG_A6XX_CP_MEM_POOL_DBG_DATA, 0x2060,
384384
};
385385

0 commit comments

Comments
 (0)