From 7d10ec0559d7986d1c581f00001cf6d3d20faa7b Mon Sep 17 00:00:00 2001 From: John Stultz Date: Wed, 8 Jun 2022 18:32:16 +0000 Subject: [PATCH] ANDROID: BUILD.bazel: db845c: Fix up modules_out for drm_dp_helper -> drm_display_helper change In commit 1e0f66420b13 ("drm/display: Introduce a DRM display-helper module") the generated module file names were changed. This patch updates the BUILD.bazel db845c section to update it with the new module names. Additionally commit f5d01644921b ("drm/msm: select DRM_DP_AUX_BUS for the AUX bus support") added a dependency on the drm_dp_aux_bus module. Fixes: 1a016dd7ce28 ("Merge 2518f226c60d ("Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm") into android-mainline") Reported-by: Greg Kroah-Hartman Signed-off-by: John Stultz Signed-off-by: Greg Kroah-Hartman Change-Id: I5b0695c92e9627d3b5f3ac38b32ee7240a8a894b --- BUILD.bazel | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BUILD.bazel b/BUILD.bazel index 90c4dd359a90..9d1aa6147a6f 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -72,7 +72,8 @@ define_db845c( "drivers/gpu/drm/bridge/display-connector.ko", "drivers/gpu/drm/bridge/lontium-lt9611.ko", "drivers/gpu/drm/bridge/lontium-lt9611uxc.ko", - "drivers/gpu/drm/dp/drm_dp_helper.ko", + "drivers/gpu/drm/display/drm_display_helper.ko", + "drivers/gpu/drm/display/drm_dp_aux_bus.ko", "drivers/gpu/drm/msm/msm.ko", "drivers/gpu/drm/scheduler/gpu-sched.ko", "drivers/hwspinlock/qcom_hwspinlock.ko",