From b004ca177631584619e5579e4fda3138e5525445 Mon Sep 17 00:00:00 2001 From: Rudi Heitbaum Date: Sun, 26 Jan 2025 15:43:30 +0000 Subject: [PATCH] linux (Allwinner): rebase patches for 6.13 --- .../0049-drm-sun4i-dw-hdmi-Switch-to-bridge-functions.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Allwinner/patches/linux/0049-drm-sun4i-dw-hdmi-Switch-to-bridge-functions.patch b/projects/Allwinner/patches/linux/0049-drm-sun4i-dw-hdmi-Switch-to-bridge-functions.patch index 25280bc945..2b06a32663 100644 --- a/projects/Allwinner/patches/linux/0049-drm-sun4i-dw-hdmi-Switch-to-bridge-functions.patch +++ b/projects/Allwinner/patches/linux/0049-drm-sun4i-dw-hdmi-Switch-to-bridge-functions.patch @@ -25,9 +25,9 @@ diff --git a/drivers/gpu/drm/sun4i/Kconfig b/drivers/gpu/drm/sun4i/Kconfig depends on DRM && COMMON_CLK depends on ARCH_SUNXI || COMPILE_TEST + select DRM_BRIDGE_CONNECTOR + select DRM_CLIENT_SELECTION select DRM_GEM_DMA_HELPER select DRM_KMS_HELPER - select DRM_PANEL diff --git a/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c b/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c index 8f8d3bdba5ce..93831cdf1917 100644 --- a/drivers/gpu/drm/sun4i/sun8i_dw_hdmi.c