mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-22 04:56:15 +00:00
8c405cdccc
The patches were generated from the RPi repo with the following command: git format-patch v6.6.34..rpi-6.1.y Some patches needed rebasing and, as usual, the applied and reverted, wireless drivers, Github workflows, READMEs and defconfigs patches were removed. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From c985f0aab8a954ad1148de47ef148a603e500bd3 Mon Sep 17 00:00:00 2001
|
|
From: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
Date: Fri, 17 Nov 2023 14:50:11 +0000
|
|
Subject: [PATCH 0739/1085] drm/bridge: display-connector: Select
|
|
DRM_KMS_HELPER
|
|
|
|
Commit 7cd70656d128 ("drm/bridge: display-connector: implement
|
|
bus fmts callbacks") added use of drm_atomic_helper_bridge_*
|
|
functions, but didn't select the dependency of DRM_KMS_HELPER.
|
|
If nothing else selected that dependency it resulted in a
|
|
build failure.
|
|
|
|
Select the missing dependency.
|
|
|
|
Fixes: 7cd70656d128 ("drm/bridge: display-connector: implement bus fmts callbacks")
|
|
Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.com>
|
|
---
|
|
drivers/gpu/drm/bridge/Kconfig | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/drivers/gpu/drm/bridge/Kconfig
|
|
+++ b/drivers/gpu/drm/bridge/Kconfig
|
|
@@ -56,6 +56,7 @@ config DRM_CROS_EC_ANX7688
|
|
config DRM_DISPLAY_CONNECTOR
|
|
tristate "Display connector support"
|
|
depends on OF
|
|
+ select DRM_KMS_HELPER
|
|
help
|
|
Driver for display connectors with support for DDC and hot-plug
|
|
detection. Most display controllers handle display connectors
|