drm/msm/a6xx: Fix CP_MEMPOOL state name
Signed-off-by: Rob Clark <robdclark@chromium.org> Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
This commit is contained in:
@@ -379,7 +379,7 @@ static const struct a6xx_indexed_registers {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const struct a6xx_indexed_registers a6xx_cp_mempool_indexed = {
|
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,
|
REG_A6XX_CP_MEM_POOL_DBG_DATA, 0x2060,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user