mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
ANDROID: BUILD.bazel: db845c: Fix up modules_out for drm_dp_helper -> drm_display_helper change
In commit1e0f66420b("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 commitf5d0164492("drm/msm: select DRM_DP_AUX_BUS for the AUX bus support") added a dependency on the drm_dp_aux_bus module. Fixes: 1a016dd7ce28 ("Merge2518f226c6("Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drm") into android-mainline") Reported-by: Greg Kroah-Hartman <gregkh@google.com> Signed-off-by: John Stultz <jstultz@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I5b0695c92e9627d3b5f3ac38b32ee7240a8a894b
This commit is contained in:
parent
1e2455d05b
commit
7d10ec0559
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user