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

Commit 17019f7f authored by Linux Build Service Account's avatar Linux Build Service Account 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 dda59f8d d4f86c72
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1462,6 +1462,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;
}