https://bugzilla.kernel.org/show_bug.cgi?id=106271 --- Comment #6 from Alex Deucher <alexdeucher@xxxxxxxxx> --- (In reply to Aneroid from comment #5) > Yes, I try to do that. > > xrandr --listproviders > Providers: number : 2 > Provider 0: id: 0x7e cap: 0xf, Source Output, Sink Output, Source Offload, > Sink Offload crtcs: 4 outputs: 4 associated providers: 0 name:radeon > Provider 1: id: 0x46 cap: 0xf, Source Output, Sink Output, Source Offload, > Sink Offload crtcs: 6 outputs: 1 associated providers: 0 name:radeon > > xrandr --setprovideroffloadsink 0x7e 0x46 You've got the arguments reversed; the first is the offload device, the second is the display device. Try: xrandr --setprovideroffloadsink 0x46 0x7e > > And it ruined my xorg completely. X fall out in to the shell without any > errors. Can you attach your dmesg output and xorg log when you do that? Does adding amdgpu.runpm=0 to the kernel command line in grub help? -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel