Summary: | radeonsi cache format changed, causes mesa crash on startup | ||
---|---|---|---|
Product: | Mesa | Reporter: | Daniel Drake <dan> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED FIXED | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | CC: | maraeo |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Daniel Drake
2018-12-11 07:48:30 UTC
The on-disk cache format change was introduced by radeonsi: move max_simd_waves computation into a separate function https://github.com/mesa3d/mesa/commit/c02c9ee550d137fbea3ed105131d621d6af5813b Your driver uses timestamps that are normally different with every build. The cache always ignores entries with different timestamps. It looks like your distro removes the timestamps, so it always gets a cache hit. This should be fixed in Mesa 18.3. https://cgit.freedesktop.org/mesa/mesa/commit/?id=83ea8dd99bb16e5d9bb880e64cd2047abc536b70 Marek Got it. Thanks! |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.