Loading drivers/gpu/drm/msm/dp/dp_parser.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, 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 Loading Loading @@ -457,7 +457,7 @@ static int dp_parser_regulator(struct dp_parser *parser) struct platform_device *pdev = parser->pdev; /* Parse the regulator information */ for (i = DP_CORE_PM; i < DP_MAX_PM; i++) { for (i = DP_CORE_PM; i <= DP_PHY_PM; i++) { rc = dp_parser_get_vreg(parser, i); if (rc) { pr_err("get_dt_vreg_data failed for %s. rc=%d\n", Loading drivers/gpu/drm/msm/dsi-staging/dsi_panel.c +1 −1 Original line number Diff line number Diff line Loading @@ -3289,7 +3289,7 @@ struct dsi_panel *dsi_panel_get(struct device *parent, rc = dsi_panel_parse_qsync_caps(panel, of_node); if (rc) pr_err("failed to parse qsync features, rc=%d\n", rc); pr_debug("failed to parse qsync features, rc=%d\n", rc); /* allow qsync support only if DFPS is with VFP approach */ if ((panel->dfps_caps.dfps_support) && Loading Loading
drivers/gpu/drm/msm/dp/dp_parser.c +2 −2 Original line number Diff line number Diff line /* * Copyright (c) 2012-2019, The Linux Foundation. All rights reserved. * Copyright (c) 2012-2020, 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 Loading Loading @@ -457,7 +457,7 @@ static int dp_parser_regulator(struct dp_parser *parser) struct platform_device *pdev = parser->pdev; /* Parse the regulator information */ for (i = DP_CORE_PM; i < DP_MAX_PM; i++) { for (i = DP_CORE_PM; i <= DP_PHY_PM; i++) { rc = dp_parser_get_vreg(parser, i); if (rc) { pr_err("get_dt_vreg_data failed for %s. rc=%d\n", Loading
drivers/gpu/drm/msm/dsi-staging/dsi_panel.c +1 −1 Original line number Diff line number Diff line Loading @@ -3289,7 +3289,7 @@ struct dsi_panel *dsi_panel_get(struct device *parent, rc = dsi_panel_parse_qsync_caps(panel, of_node); if (rc) pr_err("failed to parse qsync features, rc=%d\n", rc); pr_debug("failed to parse qsync features, rc=%d\n", rc); /* allow qsync support only if DFPS is with VFP approach */ if ((panel->dfps_caps.dfps_support) && Loading