From 26e36810a6eac9233835071b0b118c6d4f879a0f Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Mon, 3 Apr 2023 10:19:33 +0000 Subject: [PATCH] linux (NXP iMX8): add missing include for dp-hmdi for 6.3 Needs to be reviewed further with: - https://github.com/torvalds/linux/commit/f9bfd326f57eb2a7d70b1045f75f1ad27ec70fa6 - v1 https://lore.kernel.org/linux-arm-kernel/cover.1590982881.git.Sandor.yu@nxp.com/ - v2 https://lore.kernel.org/linux-arm-kernel/cover.1667463263.git.Sandor.yu@nxp.com/ - v3 https://lore.kernel.org/linux-arm-kernel/cover.1667911321.git.Sandor.yu@nxp.com/ - v4 https://lore.kernel.org/linux-arm-kernel/cover.1669013346.git.Sandor.yu@nxp.com/ - v5 https://lore.kernel.org/linux-arm-kernel/cover.1669620155.git.Sandor.yu@nxp.com/ https://elixir.bootlin.com/linux/v6.1.25/A/ident/drm_encoder_helper_add https://github.com/nxp-imx/linux-imx/tree/lf-6.1.y/drivers/gpu/drm/imx/mhdp read at https://github.com/LibreELEC/LibreELEC.tv/pull/ xxx5269 --- ...hdp-dp-hdmi-add-missing-include-patch-for-6-3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 projects/NXP/devices/iMX8/patches/linux/0060-mhdp-dp-hdmi-add-missing-include-patch-for-6-3.patch diff --git a/projects/NXP/devices/iMX8/patches/linux/0060-mhdp-dp-hdmi-add-missing-include-patch-for-6-3.patch b/projects/NXP/devices/iMX8/patches/linux/0060-mhdp-dp-hdmi-add-missing-include-patch-for-6-3.patch new file mode 100644 index 0000000000..081fc3affa --- /dev/null +++ b/projects/NXP/devices/iMX8/patches/linux/0060-mhdp-dp-hdmi-add-missing-include-patch-for-6-3.patch @@ -0,0 +1,10 @@ +--- a/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c 2023-04-24 10:04:54.095068512 +0000 ++++ b/drivers/gpu/drm/imx/mhdp/cdns-mhdp-imxdrv.c 2023-04-25 13:35:44.405261313 +0000 +@@ -12,6 +12,7 @@ + #include + #include + #include ++#include + + #include +