From 47e6acb39da6692a70fec0d50012c214b02f8209 Mon Sep 17 00:00:00 2001 From: Krishna Manikandan Date: Mon, 13 Jul 2020 11:03:39 +0530 Subject: [PATCH] disp: msm: dp: fix compilation issues for dp Add required changes to fix compilation errors when dp driver is disabled. Change-Id: I84de1268e5f9a892d838f35e27773566dc82ef03 Signed-off-by: Krishna Manikandan --- msm/dp/dp_drm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/msm/dp/dp_drm.h b/msm/dp/dp_drm.h index 0ff7a67f52..5e3fdf19a3 100644 --- a/msm/dp/dp_drm.h +++ b/msm/dp/dp_drm.h @@ -225,7 +225,8 @@ static inline void dp_connector_post_open(struct drm_connector *connector, { } -static inline int dp_drm_bridge_init(void *display, struct drm_encoder *encoder) +static inline int dp_drm_bridge_init(void *display, struct drm_encoder *encoder, + u32 max_mixer_count, u32 max_dsc_count) { return 0; }