<sirspudd>
so the fb pulls in imx6q-ipu from drivers/gpu/imx/ipu-v3/ipu-common, and then later, the capture-subsystem attempts to pull in imx6q-ipu from drivers/mxc/ipu3/ipu_common and complains, because imx6q-ipu is already inserted, but does not have the requisite symbols
<marex>
sirspudd: there is no drivers/mxc/
<marex>
sirspudd: at least not in mainline
<sirspudd>
good show, is the mainline recommended?
<sirspudd>
I have been using linux-fslc
<sirspudd>
both linux-fslc and linux-imx have drivers/mxc
<sirspudd>
there is also no mxc_ipuv3_fb in the mainline, which is the only driver I have seen correctly create /dev/fb0 on an imx6 :D
<marex>
fbdev is poorly/unmaintained for like 15 years , you should've switched to drm/kms by now with all software
<marex>
there is fbdev emulation on top of drm/kms though