Loading drivers/gpu/drm/msm/dp/dp_display.c +4 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,10 @@ static int dp_display_send_hpd_notification(struct dp_display_private *dp, if (!dp_display_framework_ready(dp)) { pr_err("%s: dp display framework not ready\n", __func__); if (!dp->dp_display.is_bootsplash_en) { dp->dp_display.is_bootsplash_en = true; drm_client_dev_register(dp->dp_display.drm_dev); } return ret; } Loading drivers/gpu/drm/msm/dp/dp_display.h +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2021, 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 @@ -28,6 +28,7 @@ struct dp_display { bool is_primary; u32 max_pclk_khz; bool yuv_support; bool is_bootsplash_en; int (*enable)(struct dp_display *dp_display); int (*post_enable)(struct dp_display *dp_display); Loading Loading
drivers/gpu/drm/msm/dp/dp_display.c +4 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,10 @@ static int dp_display_send_hpd_notification(struct dp_display_private *dp, if (!dp_display_framework_ready(dp)) { pr_err("%s: dp display framework not ready\n", __func__); if (!dp->dp_display.is_bootsplash_en) { dp->dp_display.is_bootsplash_en = true; drm_client_dev_register(dp->dp_display.drm_dev); } return ret; } Loading
drivers/gpu/drm/msm/dp/dp_display.h +2 −1 Original line number Diff line number Diff line /* * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved. * Copyright (c) 2017-2021, 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 @@ -28,6 +28,7 @@ struct dp_display { bool is_primary; u32 max_pclk_khz; bool yuv_support; bool is_bootsplash_en; int (*enable)(struct dp_display *dp_display); int (*post_enable)(struct dp_display *dp_display); Loading