https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #84 from Pali Rohár pali.rohar@gmail.com --- Created attachment 104448 --> https://bugs.freedesktop.org/attachment.cgi?id=104448&action=edit diff between my patch and patch from comment #74
I commented lines
si_pm4_set_reg(pm4, GRBM_GFX_INDEX, SE_INDEX(i) | SH_BROADCAST_WRITES);
and
si_pm4_set_reg(pm4, GRBM_GFX_INDEX, SE_BROADCAST_WRITES);
in patch from comment #74 and my radeon hd 7730 started working :-) glamor and opengl3 working fine.
In attchment is diff between my patch and patch from comment #74.