make delete-old: missing some files?

2019-10-18 Thread Alexey Dokuchaev
hi there, i've made my -CURRENT world and installed, but "make delete-old" tells me it cannot remove some directories: >>> Removing old directories rmdir: /usr/share/dtrace: Directory not empty rmdir: /usr/lib/dtrace: Directory not empty rmdir: /usr/lib/debug/usr/tests/libexec/rtld-elf:

Re: Problems with AMDGPU and two grafic cards

2019-10-18 Thread mms.vanbreukelin...@gmail.com
Hi Pete,  did BIOS update,  has been critical.  in the meantime with lot o'luck I got the scfb-driver to work but only in 1024x76 (but the bios-logo starting in 1920x1280) and with 'dbus-launch kstart5 plasmashell' I have a root-login to plasmashell.  I guess I can add further video-modes to

r353072 > r353427 > r353709

2019-10-18 Thread Clay Daniels Jr.
r353072 from 4 Oct worked great! r353427 from 11 Oct last week did not. It had some drm-kmod problems and I quickly dumped it and reloaded r353072 as I was hot to work on a project of my own. That only bought me a week, did not solve the problem. r353709 of today 18 Oct has only gone down hill.

Re: DRM-current-kmod is still a problem at r353339

2019-10-18 Thread Masachika ISHIZUKA
>> Another (semi-fixed!) data point -- I can confirm that with if >> (vm_page_sleep_if_busy(page, "linuxkpi")) >> -> if (!vm_page_busy_acquire(page, VM_ALLOC_WAITFAIL)) change and >> mjg@'s earlier patch at >> https://people.freebsd.org/~mjg/pmap-fict-invl.diff (please commit it) , >> the latest

Re: Problems with AMDGPU and two grafic cards

2019-10-18 Thread Pete Wright
On 10/18/19 3:07 PM, mms.vanbreukelin...@gmail.com wrote: Hi Pete, did BIOS update,  has been critical.  in the meantime with lot o'luck I got the scfb-driver to work but only in 1024x76 (but the bios-logo starting in 1920x1280) and with 'dbus-launch kstart5 plasmashell' I have a

Re: DRM-current-kmod is still a problem at r353339

2019-10-18 Thread Xin LI
Have you patched with mjg@'s pmap-fict-invl.diff? The panic seems to be similar... Cheers, On Fri, Oct 18, 2019 at 2:01 AM Neel Chauhan wrote: > This still panicks for me, but with a different error. > > https://i.postimg.cc/K8nxF57G/IMG-20191018-045338.jpg > > I really sho

Re: DRM-current-kmod is still a problem at r353339

2019-10-18 Thread Masachika ISHIZUKA
> Another (semi-fixed!) data point -- I can confirm that with if > (vm_page_sleep_if_busy(page, "linuxkpi")) > -> if (!vm_page_busy_acquire(page, VM_ALLOC_WAITFAIL)) change and > mjg@'s earlier patch at > https://people.freebsd.org/~mjg/pmap-fict-invl.diff (please commit it) , > the latest

Re: DRM-current-kmod is still a problem at r353339

2019-10-18 Thread Evilham
Hey, thanks for the patch and the CC, coincidentally I had some time to look into this again. On dj., oct. 17 2019, ma...@freebsd.org wrote: I believe it was the recent work on the vm page busy state, r353539 specifically. This patch should fix it; we don't yet have a __FreeBSD_version

Re: DRM-current-kmod is still a problem at r353339

2019-10-18 Thread Neel Chauhan
This still panicks for me, but with a different error. https://i.postimg.cc/K8nxF57G/IMG-20191018-045338.jpg I really should be sleeping but can't because I have to use an older kernel to have working graphics. Thanks, Netflix for making my life harder. -Neel On 2019-10-18 01:01, Xin Li