#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)
Change History (5)
by , 5 years ago
Attachment: | zen-model-name.diff added |
---|
comment:1 by , 5 years ago
by , 5 years ago
Attachment: | Haiku amd64-2019-07-20-12-33-08.png added |
---|
fixed AboutSystem versus unfixed Pulse
comment:3 by , 5 years ago
Milestone: | Unscheduled → R1/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.
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.