Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Oct 2018 18:39:15 +0300
From:      Yuri Pankov <yuripv@yuripv.net>
To:        freebsd-x11 <freebsd-x11@freebsd.org>
Subject:   drm-devel-kmod: amdgpu: symbol __kfifo_in_r undefined
Message-ID:  <6c100c08-5974-bb17-7cfa-cc79ea8409ab@yuripv.net>

next in thread | raw e-mail | index | archive | help
Hi,

12.0-ALPHA8 #1 r339021, drm-devel-kmod 4.16.g20180927.

Trying to `kldload amdgpu` fails with:

anon_inodefs registered
debugfs registered
link_elf_obj: symbol __kfifo_in_r undefined
debugfs unregistered
anon_inodefs unregistered
Warning: memory type linux leaked memory on destroy (514 allocations, 
65680 bytes leaked).
linker_load_file: /boot/modules/amdgpu.ko - unsupported file type

kfifo_put() macro used in drivers/gpu/drm/amd/amdgpu/vega10_ih.c has the 
__kfifo_in_r, the prototype is declared in 
linuxkpi/gplv2/include/linux/kfifo.h, but the definition is nowhere to 
be found (guess the same is true for kfifo_get()).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6c100c08-5974-bb17-7cfa-cc79ea8409ab>