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

Commit 9529c84b authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drm/msm/dp: return number of displays as 0 if dp node is disabled"

parents 95e9fa51 683d46d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2058,6 +2058,9 @@ int dp_display_get_displays(void **displays, int count)

int dp_display_get_num_of_displays(void)
{
	if (!g_dp_display)
		return 0;

	return 1;
}