[Mesa-dev] [Bug 111302] radv assertion failed on SI cards `reg >= SI_CONTEXT_REG_OFFSET && reg < SI_CONFIG_REG_END'
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Aug 6 09:38:50 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111302
Bug ID: 111302
Summary: radv assertion failed on SI cards `reg >=
SI_CONTEXT_REG_OFFSET && reg < SI_CONFIG_REG_END'
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component: Drivers/Vulkan/radeon
Assignee: mesa-dev at lists.freedesktop.org
Reporter: turo.lamminen at alternativegames.net
QA Contact: mesa-dev at lists.freedesktop.org
Created attachment 144953
--> https://bugs.freedesktop.org/attachment.cgi?id=144953&action=edit
Backtrace
Running any Vulkan program which creates pipelines (vulkaninfo works, crash
info from vkcube) triggers an assertion:
../src/amd/vulkan/radv_cs.h:45: radeon_set_config_reg_seq: Assertion `reg >=
SI_CONTEXT_REG_OFFSET && reg < SI_CONFIG_REG_END' failed.
Bisected to:
219d6939df8070bdc6e5054e71985a9d6d668da4 is the first bad commit
commit 219d6939df8070bdc6e5054e71985a9d6d668da4
Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date: Fri Jul 12 11:12:57 2019 +0200
radv: add more assertions to make sure packets are correctly emitted
Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
GPU: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI]
Curacao PRO [Radeon R7 370 / R9 270/370 OEM]
Kernel: 4.19.0-5-amd64 #1 SMP Debian 4.19.37-5 (2019-06-19) x86_64 GNU/Linux
LLVM: 9.0 SVN revision 366059 from apt.llvm.org
No errors in dmesg
Commenting out the assert allows it to proceed and seems to work but I doubt
it's the right thing.
This should probably be a release blocker.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20190806/f142e12c/attachment.html>
More information about the mesa-dev
mailing list