Loading drivers/gpu/drm/msm/dp/dp_display.c +1 −0 Original line number Diff line number Diff line Loading @@ -1984,6 +1984,7 @@ static struct platform_driver dp_display_driver = { .driver = { .name = "msm-dp-display", .of_match_table = dp_dt_match, .suppress_bind_attrs = true, }, }; Loading drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.c +1 −0 Original line number Diff line number Diff line Loading @@ -1776,6 +1776,7 @@ static struct platform_driver dsi_ctrl_driver = { .driver = { .name = "drm_dsi_ctrl", .of_match_table = msm_dsi_of_match, .suppress_bind_attrs = true, }, }; Loading drivers/gpu/drm/msm/dsi-staging/dsi_display.c +1 −0 Original line number Diff line number Diff line Loading @@ -4518,6 +4518,7 @@ static struct platform_driver dsi_display_driver = { .driver = { .name = "msm-dsi-display", .of_match_table = dsi_display_dt_match, .suppress_bind_attrs = true, }, }; Loading drivers/gpu/drm/msm/dsi/dsi.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015, The Linux Foundation. All rights reserved. * Copyright (c) 2015, 2018 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 @@ -172,6 +172,7 @@ static struct platform_driver dsi_driver = { .name = "msm_dsi", .of_match_table = dt_match, .pm = &dsi_pm_ops, .suppress_bind_attrs = true, }, }; Loading drivers/gpu/drm/msm/edp/edp.c +1 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,7 @@ static struct platform_driver edp_driver = { .driver = { .name = "msm_edp", .of_match_table = dt_match, .suppress_bind_attrs = true, }, }; Loading Loading
drivers/gpu/drm/msm/dp/dp_display.c +1 −0 Original line number Diff line number Diff line Loading @@ -1984,6 +1984,7 @@ static struct platform_driver dp_display_driver = { .driver = { .name = "msm-dp-display", .of_match_table = dp_dt_match, .suppress_bind_attrs = true, }, }; Loading
drivers/gpu/drm/msm/dsi-staging/dsi_ctrl.c +1 −0 Original line number Diff line number Diff line Loading @@ -1776,6 +1776,7 @@ static struct platform_driver dsi_ctrl_driver = { .driver = { .name = "drm_dsi_ctrl", .of_match_table = msm_dsi_of_match, .suppress_bind_attrs = true, }, }; Loading
drivers/gpu/drm/msm/dsi-staging/dsi_display.c +1 −0 Original line number Diff line number Diff line Loading @@ -4518,6 +4518,7 @@ static struct platform_driver dsi_display_driver = { .driver = { .name = "msm-dsi-display", .of_match_table = dsi_display_dt_match, .suppress_bind_attrs = true, }, }; Loading
drivers/gpu/drm/msm/dsi/dsi.c +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2015, The Linux Foundation. All rights reserved. * Copyright (c) 2015, 2018 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 @@ -172,6 +172,7 @@ static struct platform_driver dsi_driver = { .name = "msm_dsi", .of_match_table = dt_match, .pm = &dsi_pm_ops, .suppress_bind_attrs = true, }, }; Loading
drivers/gpu/drm/msm/edp/edp.c +1 −0 Original line number Diff line number Diff line Loading @@ -128,6 +128,7 @@ static struct platform_driver edp_driver = { .driver = { .name = "msm_edp", .of_match_table = dt_match, .suppress_bind_attrs = true, }, }; Loading