Skip to content

Commit

Permalink
drm: msm: ignore esd irq handling
Browse files Browse the repository at this point in the history
A 'lazy' version of their implementation, instead of removing the code simply disable the node. It seems to speed up FOD unlock as suggested by UtsavisGreat <[email protected]> and Yaroslav Furman <[email protected]>
  • Loading branch information
penglezos committed Oct 1, 2020
1 parent e874865 commit 8077395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/msm/dsi-staging/dsi_panel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,7 @@ static int dsi_panel_parse_esd_config(struct dsi_panel *panel)
/* esd-err-flag method will be prefered */
esd_config->esd_err_irq_gpio = of_get_named_gpio_flags(
panel->panel_of_node,
"qcom,esd-err-irq-gpio",
"qcom,esd-err-irq-gpio-fake",
0,
(enum of_gpio_flags *)&(esd_config->esd_err_irq_flags));
if (gpio_is_valid(esd_config->esd_err_irq_gpio)) {
Expand Down

0 comments on commit 8077395

Please sign in to comment.