mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-25 09:20:30 +01:00
freedreno: Add missing break statement.
Reported-by: Coverity Scan
Fixes: 5a6beb6a24 ("freedreno: add adreno 650")
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5169>
This commit is contained in:
parent
f0e075ce6e
commit
1f33ca1fed
1 changed files with 1 additions and 0 deletions
|
|
@ -134,6 +134,7 @@ PC_UNKNOWN_9805:
|
|||
fd6_ctx->magic.RB_CCU_CNTL_bypass = A6XX_RB_CCU_CNTL_OFFSET(0x20000);
|
||||
fd6_ctx->magic.PC_UNKNOWN_9805 = 0x1;
|
||||
fd6_ctx->magic.SP_UNKNOWN_A0F8 = 0x1;
|
||||
break;
|
||||
case 650:
|
||||
fd6_ctx->magic.RB_UNKNOWN_8E04_blit = 0x04100000;
|
||||
fd6_ctx->magic.RB_CCU_CNTL_gmem = A6XX_RB_CCU_CNTL_OFFSET(0x114000) |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue