I removed the global env R600_DEBUG=nodma before this test, didn't seem to matter anyway... On 2016-06-18 13:36, Nicolai Hähnle wrote: > A sanity check is `grep radeonsi /proc/$pid/maps` -- if something shows > up, the driver was loaded into the process. dolphin has pid 560: $ grep radeonsi /proc/560/maps 7f7e70906000-7f7e7100a000 r-xp 00000000 00:0e 2125313 /usr/lib64/mesa/radeonsi_dri.so 7f7e7100a000-7f7e71043000 rw-p 00703000 00:0e 2125313 /usr/lib64/mesa/radeonsi_dri.so So that's something, I guess... So, newly compiled mesa from git with assertions/debug enabled: $ XAUTHORITY=.Xauthority DISPLAY=:0 LIBGL_DEBUG=verbose dolphin libGL: pci id for fd 9: 1002:9874, driver radeonsi libGL: OpenDriver: trying /usr/lib64/dri/tls/radeonsi_dri.so libGL: OpenDriver: trying /usr/lib64/dri/radeonsi_dri.so libGL: Using DRI3 for screen 0 Trying to convert empty KLocalizedString to QString. Cannot creat accessible child interface for object: PlacesView(0xb7adc0) index: 4 QPixmap::scaled: Pixmap is a null pixmap QPixmap::scaled: Pixmap is a null pixmap (... repeating a few times, guessing there's missing icons in the themeset or something. dolphin itself does not crash...) dmesg: [ 78.873577] amdgpu 0000:00:01.0: GPU fault detected: 146 0x08e2b714 [ 78.873590] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0010151C [ 78.873592] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D0B7014 [ 78.873595] VM fault (0x14, vmid 6) at page 1053980, write from 'SDM0' (0x53444d30) (183) [ 78.873598] amdgpu 0000:00:01.0: GPU fault detected: 146 0x08eab714 [ 78.873600] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0010151C [ 78.873602] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D0B7014 [ 78.873604] VM fault (0x14, vmid 6) at page 1053980, write from 'SDM0' (0x53444d30) (183) [ 78.874141] amdgpu 0000:00:01.0: GPU fault detected: 146 0x08e2b714 [ 78.874148] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0010151C [ 78.874150] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D0B7014 [ 78.874154] VM fault (0x14, vmid 6) at page 1053980, write from 'SDM0' (0x53444d30) (183) [ 78.874158] amdgpu 0000:00:01.0: GPU fault detected: 146 0x08eab714 [ 78.874160] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x0010151C [ 78.874162] amdgpu 0000:00:01.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x0D0B7014 [ 78.874164] VM fault (0x14, vmid 6) at page 1053980, write from 'SDM0' (0x53444d30) (183) - Mads