I am using Ubuntu GNOME 16.04 and I would like to know if there is a way to get amdgpu-pro driver to properly vsync. I have tried modifying the xorg file to look like:
Section "OutputClass"
Identifier "amdgpu-pro"
MatchDriver "amdgpu"
Driver "amdgpu"
Option "TearFree" "on"
EndSection
but all that managed to do is break the graphics part all together (gdm crashed or was stuck during next boot).