Skip to content

Commit 867f915

Browse files
committed
Fix Mali-G310 config reporting
- Config 1 reverted back to 2 pix/cy
1 parent 798a116 commit 867f915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/libgpuinfo.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,15 @@ static uint32_t get_num_pix_g510(
149149
uint32_t thread_features
150150
) {
151151
// This returns min(blend, pixel)
152+
// Also limits to 2 for single engine configs
152153
uint32_t variant = core_features & 0xF;
153154
switch(variant)
154155
{
155156
case 0:
157+
case 1:
156158
case 5:
157159
case 6:
158160
return 2;
159-
case 1:
160161
case 2:
161162
case 3:
162163
case 4:

0 commit comments

Comments
 (0)