From 6666379ae0e62b5990b46ab01f8da32107a79601 Mon Sep 17 00:00:00 2001 From: Narender Ankam Date: Thu, 16 May 2019 19:30:37 +0530 Subject: [PATCH] msm: mdss: assign block_id for INTF_3 As part of destination scalar on HDMI, INTF3 will be configured as dual LM single display for higher video timings. Assign block_id for HDMI INTF. Change-Id: I09f5eb4136c4a8248f3dc9a36e2d94110419112d Signed-off-by: Narender Ankam --- drivers/video/fbdev/msm/mdss_debug.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/video/fbdev/msm/mdss_debug.c b/drivers/video/fbdev/msm/mdss_debug.c index e9989fbdd2ba..9ccd290ba2a6 100644 --- a/drivers/video/fbdev/msm/mdss_debug.c +++ b/drivers/video/fbdev/msm/mdss_debug.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2018, The Linux Foundation. All rights reserved. +/* Copyright (c) 2009-2019, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -1450,6 +1450,9 @@ static inline struct mdss_mdp_misr_map *mdss_misr_get_map(u32 block_id, case MDSS_MDP_INTF2: block_id = DISPLAY_MISR_DSI1; break; + case MDSS_MDP_INTF3: + block_id = DISPLAY_MISR_HDMI; + break; default: pr_err("Unmatch INTF for Dual LM single display configuration, INTF:%d\n", ctl->intf_num);