https://bugs.freedesktop.org/show_bug.cgi?id=100892
Bug ID: 100892 Summary: Polaris 12: winsys init bad switch (missing break) initializing addrlib Product: Mesa Version: git Hardware: All OS: All Status: NEW Severity: blocker Priority: medium Component: Drivers/Gallium/radeonsi Assignee: dri-devel@lists.freedesktop.org Reporter: gwhite@kupulau.com QA Contact: dri-devel@lists.freedesktop.org
Created attachment 131162 --> https://bugs.freedesktop.org/attachment.cgi?id=131162&action=edit Fix bad fallthough.
Polaris 12 is missing a break and falls through to Vega initialization.
Patch which fixes the problem is attached.
https://bugs.freedesktop.org/show_bug.cgi?id=100892
--- Comment #1 from Greg White gwhite@kupulau.com --- Should add: everything seems fine on Polaris 12 once that break is inserted.
https://bugs.freedesktop.org/show_bug.cgi?id=100892
Greg White gwhite@kupulau.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Priority|medium |highest
https://bugs.freedesktop.org/show_bug.cgi?id=100892
Marek Olšák maraeo@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from Marek Olšák maraeo@gmail.com --- Thanks. I pushed the fix to master.
dri-devel@lists.freedesktop.org