disp: msm: dsi: fix parsing of display name from boot name
Change fixes parsing of software TE tag added to the display name from bootloader. Change-Id: I4747cc6eff43d681477150d6cad7a737963bf11c Signed-off-by: Satya Rama Aditya Pinapala <psraditya30@codeaurora.org>
This commit is contained in:
@@ -2160,7 +2160,7 @@ static void dsi_display_parse_cmdline_topology(struct dsi_display *display,
|
|||||||
else
|
else
|
||||||
boot_str = dsi_display_secondary;
|
boot_str = dsi_display_secondary;
|
||||||
|
|
||||||
sw_te = strnstr(boot_str, ":swte", strlen(boot_str));
|
sw_te = strnstr(boot_str, ":sim-swte", strlen(boot_str));
|
||||||
if (sw_te)
|
if (sw_te)
|
||||||
display->sw_te_using_wd = true;
|
display->sw_te_using_wd = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user