Skip to content

Commit 2870846

Browse files
committed
kboot_gpu: Fix core count for T8112
Oops... Signed-off-by: Asahi Lina <[email protected]>
1 parent e322312 commit 2870846

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/kboot_gpu.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ static int get_core_counts(u32 *count, u32 nclusters, u32 ncores)
5656
cores[1] = read32(base + 0xd01514);
5757
/* fallthrough */
5858
case T8103:
59+
case T8112:
5960
case T6000:
6061
case T6001:
6162
cores[0] = read32(base + 0xd01500);

0 commit comments

Comments
 (0)