mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
linux (NXP iMX8): rebase patches for linux 6.4-rc1
This commit is contained in:
parent
6e9e25eeca
commit
3547955ccb
@ -36,18 +36,18 @@ index 6231048aa5aa..4af2f575f04b 100644
|
||||
--- a/drivers/gpu/drm/imx/Kconfig
|
||||
+++ b/drivers/gpu/drm/imx/Kconfig
|
||||
@@ -2,3 +2,4 @@ config DRM_IMX_HDMI
|
||||
|
||||
source "drivers/gpu/drm/imx/dcss/Kconfig"
|
||||
source "drivers/gpu/drm/imx/ipuv3/Kconfig"
|
||||
source "drivers/gpu/drm/imx/lcdc/Kconfig"
|
||||
+source "drivers/gpu/drm/imx/mhdp/Kconfig"
|
||||
diff --git a/drivers/gpu/drm/imx/Makefile b/drivers/gpu/drm/imx/Makefile
|
||||
index b644deffe948..0b46c46b19a8 100644
|
||||
--- a/drivers/gpu/drm/imx/Makefile
|
||||
+++ b/drivers/gpu/drm/imx/Makefile
|
||||
@@ -2,3 +2,4 @@ obj-$(CONFIG_DRM_IMX_LDB) += imx-ldb.o
|
||||
|
||||
obj-$(CONFIG_DRM_IMX_DCSS) += dcss/
|
||||
obj-$(CONFIG_DRM_IMX) += ipuv3/
|
||||
obj-$(CONFIG_DRM_IMX_LCDC) += lcdc/
|
||||
+obj-$(CONFIG_DRM_IMX_CDNS_MHDP) += mhdp/
|
||||
diff --git a/drivers/gpu/drm/imx/mhdp/Kconfig b/drivers/gpu/drm/imx/mhdp/Kconfig
|
||||
new file mode 100644
|
||||
|
Loading…
x
Reference in New Issue
Block a user