ChanServ changed the topic of #etnaviv to: #etnaviv - the home of the reverse-engineered Vivante GPU driver - Logs https://oftc.irclog.whitequark.org/etnaviv
shoragan has quit [Quit: quit]
shoragan has joined #etnaviv
<marex> core:drivers/gpu/ipu-v3/ scanout:drivers/gpu/drm/imx/ipuv3/ input:drivers/staging/media/imx/
shoragan has quit [Read error: Network is unreachable]
<marex> it all works together
shoragan has joined #etnaviv
<sirspudd> ```drivers/gpu/imx/ipu-v3/ipu-common.c: { .compatible = "fsl,imx6q-ipu", .data = &ipu_type_imx6q, },
<sirspudd> drivers/mxc/ipu3/ipu_common.c: { .compatible = "fsl,imx6q-ipu", .data = &ipu_type_imx6q, },```
<sirspudd> drivers/staging/media/imx/imx-media-dev.c: { .compatible = "fsl,imx-capture-subsystem" },
<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
<marex> (incomplete as far as I can tell)
Emantor has quit [Quit: ZNC - http://znc.in]
Emantor has joined #etnaviv
Surkow|laptop has joined #etnaviv
chewitt has joined #etnaviv
chewitt has quit [Quit: Zzz..]
pcercuei has joined #etnaviv
sirspudd has quit [Quit: The Lounge - https://thelounge.github.io]
sirspudd has joined #etnaviv