Loading drivers/video/msm/mdss/mdss_mdp_ctl.c +3 −1 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ int mdss_mdp_get_panel_params(struct mdss_mdp_pipe *pipe, *v_total = mixer->height; *xres = mixer->width; *h_total = mixer->width; *fps = DEFAULT_FRAME_RATE; } return 0; Loading @@ -714,7 +715,8 @@ int mdss_mdp_get_pipe_overlap_bw(struct mdss_mdp_pipe *pipe, struct mdss_data_type *mdata = mdss_mdp_get_mdata(); struct mdss_mdp_mixer *mixer = pipe->mixer_left; struct mdss_rect src, dst; u32 v_total, fps, h_total, xres, src_h; u32 v_total = 0, h_total = 0, xres = 0, src_h = 0; u32 fps = DEFAULT_FRAME_RATE; *quota = 0; *quota_nocr = 0; Loading Loading
drivers/video/msm/mdss/mdss_mdp_ctl.c +3 −1 Original line number Diff line number Diff line Loading @@ -703,6 +703,7 @@ int mdss_mdp_get_panel_params(struct mdss_mdp_pipe *pipe, *v_total = mixer->height; *xres = mixer->width; *h_total = mixer->width; *fps = DEFAULT_FRAME_RATE; } return 0; Loading @@ -714,7 +715,8 @@ int mdss_mdp_get_pipe_overlap_bw(struct mdss_mdp_pipe *pipe, struct mdss_data_type *mdata = mdss_mdp_get_mdata(); struct mdss_mdp_mixer *mixer = pipe->mixer_left; struct mdss_rect src, dst; u32 v_total, fps, h_total, xres, src_h; u32 v_total = 0, h_total = 0, xres = 0, src_h = 0; u32 fps = DEFAULT_FRAME_RATE; *quota = 0; *quota_nocr = 0; Loading