[PATCH v3 1/2] drm/bridge: imx: fix mixed module-builtin object

rfoss at kernel.org rfoss at kernel.org
Mon Jun 5 14:01:46 UTC 2023


From: Robert Foss <rfoss at kernel.org>

On Mon, 5 Jun 2023 21:00:20 +0900, Masahiro Yamada wrote:
> With CONFIG_DRM_IMX8QM_LDB=m and CONFIG_DRM_IMX8QXP_LDB=y (or vice
> versa), imx-ldb-helper.o is linked to a module and also to vmlinux
> even though the expected CFLAGS are different between builtins and
> modules.
> 
> This is the same situation as fixed by commit 637a642f5ca5 ("zstd:
> Fixing mixed module-builtin objects").
> 
> [...]

Applied, thanks!

[1/2] drm/bridge: imx: fix mixed module-builtin object
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=a272cadbd883
[2/2] drm/bridge: imx: turn imx8{qm,qxp}-ldb into single-object modules
      https://cgit.freedesktop.org/drm/drm-misc/commit/?id=013413cdfeec



Rob



More information about the dri-devel mailing list