forked from luck/tmp_suning_uos_patched
drm/msm/a6xx: fix crashdec section name typo
Backport note: maybe wait some time for the crashdec MR[1] to look for
both the old typo'd name and the corrected name to land in mesa 20.2
[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6242
Fixes: 1707add815
("drm/msm/a6xx: Add a6xx gpu state")
Signed-off-by: Rob Clark <robdclark@chromium.org>
Reviewed-by: Jordan Crouse <jcrouse@codeaurora.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
This commit is contained in:
parent
f5749d6181
commit
f74cacf5d2
|
@ -372,7 +372,7 @@ static const struct a6xx_indexed_registers {
|
|||
u32 data;
|
||||
u32 count;
|
||||
} a6xx_indexed_reglist[] = {
|
||||
{ "CP_SEQ_STAT", REG_A6XX_CP_SQE_STAT_ADDR,
|
||||
{ "CP_SQE_STAT", REG_A6XX_CP_SQE_STAT_ADDR,
|
||||
REG_A6XX_CP_SQE_STAT_DATA, 0x33 },
|
||||
{ "CP_DRAW_STATE", REG_A6XX_CP_DRAW_STATE_ADDR,
|
||||
REG_A6XX_CP_DRAW_STATE_DATA, 0x100 },
|
||||
|
|
Loading…
Reference in New Issue
Block a user