[Bug 97594] [amdgpu SI] "drm/amd/amdgpu: Add GRBM lock to various SI functions" breaks amdgpu support for SI
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 7 12:05:09 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=97594
--- Comment #6 from Tom St Denis <tom.stdenis at amd.com> ---
The problem is a double lock. The grbm_idx_mutex lock is taken in
gfx_v6_0_get_cu_info() which then calls gfx_v6_0_get_cu_active_bitmap() which
also takes the lock.
The fix is to remove the lock and the select from the parent function. I'll
attach a patch momentarily.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160907/99392923/attachment.html>
More information about the dri-devel
mailing list