Loading drivers/video/msm/mdss/mdss_fb.c +2 −2 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ static ssize_t mdss_fb_get_panel_info(struct device *dev, "min_w=%d\nmin_h=%d\nroi_merge=%d\ndyn_fps_en=%d\n" "min_fps=%d\nmax_fps=%d\npanel_name=%s\n" "primary_panel=%d\nis_pluggable=%d\ndisplay_id=%s\n" "is_cec_supported=%d\n", "is_cec_supported=%d\nis_pingpong_split=%d\n", pinfo->partial_update_enabled, pinfo->xstart_pix_align, pinfo->width_pix_align, pinfo->ystart_pix_align, pinfo->height_pix_align, pinfo->min_width, Loading @@ -558,7 +558,7 @@ static ssize_t mdss_fb_get_panel_info(struct device *dev, pinfo->dynamic_fps, pinfo->min_fps, pinfo->max_fps, pinfo->panel_name, pinfo->is_prim_panel, pinfo->is_pluggable, pinfo->display_id, pinfo->is_cec_supported); pinfo->is_cec_supported, is_pingpong_split(mfd)); return ret; } Loading Loading
drivers/video/msm/mdss/mdss_fb.c +2 −2 Original line number Diff line number Diff line Loading @@ -550,7 +550,7 @@ static ssize_t mdss_fb_get_panel_info(struct device *dev, "min_w=%d\nmin_h=%d\nroi_merge=%d\ndyn_fps_en=%d\n" "min_fps=%d\nmax_fps=%d\npanel_name=%s\n" "primary_panel=%d\nis_pluggable=%d\ndisplay_id=%s\n" "is_cec_supported=%d\n", "is_cec_supported=%d\nis_pingpong_split=%d\n", pinfo->partial_update_enabled, pinfo->xstart_pix_align, pinfo->width_pix_align, pinfo->ystart_pix_align, pinfo->height_pix_align, pinfo->min_width, Loading @@ -558,7 +558,7 @@ static ssize_t mdss_fb_get_panel_info(struct device *dev, pinfo->dynamic_fps, pinfo->min_fps, pinfo->max_fps, pinfo->panel_name, pinfo->is_prim_panel, pinfo->is_pluggable, pinfo->display_id, pinfo->is_cec_supported); pinfo->is_cec_supported, is_pingpong_split(mfd)); return ret; } Loading