Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#15153 closed bug (fixed)

AMD 'Ryzen 7' used for all AMD Ryzen cpu family types

Reported by: cocobean Owned by: nobody
Priority: normal Milestone: R1/beta2
Component: Applications/AboutSystem Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Currently, 'Ryzen 7' is shown for all AMD Ryzen family processors.

Quick Improvement: Show 'AMD Ryzen' for all AMD Ryzen 3/5/7/9/Threadripper and PRO products within same family.

headers/private/shared/cpu_type.h

} else if (family == 0x8f)
return "Ryzen 7";

Attachments (2)

zen-model-name.diff (746 bytes ) - added by calvinb 5 years ago.
Haiku amd64-2019-07-20-12-33-08.png (176.5 KB ) - added by calvinb 5 years ago.
fixed AboutSystem versus unfixed Pulse

Download all attachments as: .zip

Change History (5)

by calvinb, 5 years ago

Attachment: zen-model-name.diff added

comment:1 by calvinb, 5 years ago

I've attached a patch to fix the behaviour of this and use the parse_amd behaviour, which works better for how Zen-based processors identify themself.

by calvinb, 5 years ago

fixed AboutSystem versus unfixed Pulse

comment:2 by waddlesplash, 5 years ago

Resolution: fixed
Status: newclosed

Fix merged in hrev53282

comment:3 by nielx, 4 years ago

Milestone: UnscheduledR1/beta2

Assign tickets with status=closed and resolution=fixed within the R1/beta2 development window to the R1/beta2 Milestone

Note: See TracTickets for help on using tickets.