Commit 6a75443
fix: apply unified APU name fallback to get_gpu_info_amd_detailed()
The detailed GPU function still used `or "AMD Radeon"` for unified APUs
while get_gpu_info_amd() was updated to use get_gpu_tier(). This caused
/api/gpu/detailed to return "AMD Radeon" while /gpu returned "Strix Halo 90+".
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent ec58a8b commit 6a75443
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
503 | 503 | | |
504 | 504 | | |
505 | 505 | | |
506 | | - | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
507 | 513 | | |
508 | 514 | | |
509 | 515 | | |
| |||
0 commit comments