https://bugs.freedesktop.org/show_bug.cgi?id=97594
--- Comment #7 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/176e6f60/attachment.html>