Loading drivers/video/msm/mdss/mdss_mdp.c +1 −0 Original line number Diff line number Diff line Loading @@ -1032,6 +1032,7 @@ static int mdss_mdp_debug_init(struct platform_device *pdev, "qcom,regs-dump-names-mdp"); mdss_debug_register_io("vbif", &mdata->vbif_io, NULL); mdss_debug_register_io("vbif_nrt", &mdata->vbif_nrt_io, NULL); return 0; } Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -4381,6 +4381,7 @@ int mdss_mdp_display_commit(struct mdss_mdp_ctl *ctl, void *arg, sctl_flush_bits); sctl->flush_bits = 0; } MDSS_XLOG(ctl_flush_bits, sctl_flush_bits); wmb(); ctl->flush_reg_data = ctl_flush_bits; ctl->flush_bits = 0; Loading Loading
drivers/video/msm/mdss/mdss_mdp.c +1 −0 Original line number Diff line number Diff line Loading @@ -1032,6 +1032,7 @@ static int mdss_mdp_debug_init(struct platform_device *pdev, "qcom,regs-dump-names-mdp"); mdss_debug_register_io("vbif", &mdata->vbif_io, NULL); mdss_debug_register_io("vbif_nrt", &mdata->vbif_nrt_io, NULL); return 0; } Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +1 −0 Original line number Diff line number Diff line Loading @@ -4381,6 +4381,7 @@ int mdss_mdp_display_commit(struct mdss_mdp_ctl *ctl, void *arg, sctl_flush_bits); sctl->flush_bits = 0; } MDSS_XLOG(ctl_flush_bits, sctl_flush_bits); wmb(); ctl->flush_reg_data = ctl_flush_bits; ctl->flush_bits = 0; Loading