Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8022db4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: expose pingpong split info via sysfs"

parents 1a970af7 a5164143
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,
@@ -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;
}