On Sun, 30 Sep 2018 20:37:07 +0000 Johannes Dieterich <dieterich.joh at gmail.com> wrote:> > finishing device. [TTM] Memory type 2 has not been initialized > > device_attach: drmn0 attach returned 22 > Just to make sure, the gpu-firmware port is installed > and /boot/modules contains these files the load is looking for? Which > drm port gets installed if you use the new graphics/drm-kmod > metaport? If it is next, could you try with that?# pkg version -v | grep gpu gpu-firmware-kmod-g20180825 = up-to-date with index xf86-video-amdgpu-1.3.0_3 = up-to-date with index # pkg version -v | grep kmod drm-stable-kmod-g20180822 = up-to-date with index gpu-firmware-kmod-g20180825 = up-to-date with index # ls /boot/modules/ | grep carrizo -r-xr-xr-x 1 root wheel 13K Aug 26 21:20:06 2018 amdgpu_carrizo_ce_bin.ko* -r-xr-xr-x 1 root wheel 21K Aug 26 21:20:06 2018 amdgpu_carrizo_me_bin.ko* -r-xr-xr-x 1 root wheel 261K Aug 26 21:20:06 2018 amdgpu_carrizo_mec_bin.ko* -r-xr-xr-x 1 root wheel 261K Aug 26 21:20:06 2018 amdgpu_carrizo_mec2_bin.ko* -r-xr-xr-x 1 root wheel 21K Aug 26 21:20:06 2018 amdgpu_carrizo_pfp_bin.ko* -r-xr-xr-x 1 root wheel 23K Aug 26 21:20:06 2018 amdgpu_carrizo_rlc_bin.ko* -r-xr-xr-x 1 root wheel 15K Aug 26 21:20:06 2018 amdgpu_carrizo_sdma_bin.ko* -r-xr-xr-x 1 root wheel 15K Aug 26 21:20:06 2018 amdgpu_carrizo_sdma1_bin.ko* -r-xr-xr-x 1 root wheel 270K Aug 26 21:20:06 2018 amdgpu_carrizo_uvd_bin.ko* -r-xr-xr-x 1 root wheel 176K Aug 26 21:20:06 2018 amdgpu_carrizo_vce_bin.ko* drm-next requires FreeBSD 12, I do not try it yet.
* Rozhuk Ivan <rozhuk.im at gmail.com> [180930 23:15]:> On Sun, 30 Sep 2018 20:37:07 +0000 > Johannes Dieterich <dieterich.joh at gmail.com> wrote: > [..] >> Just to make sure, the gpu-firmware port is installed >> and /boot/modules contains these files the load is looking for? Which >> drm port gets installed if you use the new graphics/drm-kmod >> metaport? If it is next, could you try with that?> [..]> drm-next requires FreeBSD 12, I do not try it yet.that is no longer true; drm-next requires at least FreeBSD 11.2 now Wolfgang
On Sunday, September 30, 2018, Rozhuk Ivan wrote:> On Sun, 30 Sep 2018 20:37:07 +0000 > Johannes Dieterich <dieterich.joh at gmail.com> wrote: > > > > finishing device. [TTM] Memory type 2 has not been initialized > > > device_attach: drmn0 attach returned 22 > > Just to make sure, the gpu-firmware port is installed > > and /boot/modules contains these files the load is looking for? Which > > drm port gets installed if you use the new graphics/drm-kmod > > metaport? If it is next, could you try with that? > > > # pkg version -v | grep gpu > gpu-firmware-kmod-g20180825 = up-to-date with index > xf86-video-amdgpu-1.3.0_3 = up-to-date with index > > # pkg version -v | grep kmod > drm-stable-kmod-g20180822 = up-to-date with index > gpu-firmware-kmod-g20180825 = up-to-date with index > > # ls /boot/modules/ | grep carrizo > -r-xr-xr-x 1 root wheel 13K Aug 26 21:20:06 2018 amdgpu_carrizo_ce_bin.ko* > -r-xr-xr-x 1 root wheel 21K Aug 26 21:20:06 2018 amdgpu_carrizo_me_bin.ko* > -r-xr-xr-x 1 root wheel 261K Aug 26 21:20:06 2018 amdgpu_carrizo_mec_bin.ko* > -r-xr-xr-x 1 root wheel 261K Aug 26 21:20:06 2018 amdgpu_carrizo_mec2_bin.ko* > -r-xr-xr-x 1 root wheel 21K Aug 26 21:20:06 2018 amdgpu_carrizo_pfp_bin.ko* > -r-xr-xr-x 1 root wheel 23K Aug 26 21:20:06 2018 amdgpu_carrizo_rlc_bin.ko* > -r-xr-xr-x 1 root wheel 15K Aug 26 21:20:06 2018 amdgpu_carrizo_sdma_bin.ko* > -r-xr-xr-x 1 root wheel 15K Aug 26 21:20:06 2018 amdgpu_carrizo_sdma1_bin.ko* > -r-xr-xr-x 1 root wheel 270K Aug 26 21:20:06 2018 amdgpu_carrizo_uvd_bin.ko* > -r-xr-xr-x 1 root wheel 176K Aug 26 21:20:06 2018 amdgpu_carrizo_vce_bin.ko*Ok, this looks good. It may be that Bristol is not well supported on DRM 4.9 yet, I need to check that.> > drm-next requires FreeBSD 12, I do not try it yet.It requires a FreeBSD version equal or higher than 1101511, could you provide sysctl kern.osrelease? Johannes