Merge "msm: mdss: assign block_id for INTF_3"
This commit is contained in:
commit
9c9f59ad52
1 changed files with 4 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue