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

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

Merge "drm/msm/sde: update 1.8G BW vote during cont-splash"

parents 92d87caf 08f42af4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3310,6 +3310,13 @@ static int sde_kms_hw_init(struct msm_kms *kms)
	if (rc)
		SDE_DEBUG("sde splash data fetch failed: %d\n", rc);

	for (i = 0; i < SDE_POWER_HANDLE_DBUS_ID_MAX; i++) {
		priv->phandle.data_bus_handle[i].ab_rt =
			SDE_POWER_HANDLE_CONT_SPLASH_BUS_AB_QUOTA;
		priv->phandle.data_bus_handle[i].ib_rt =
			SDE_POWER_HANDLE_CONT_SPLASH_BUS_IB_QUOTA;
	}

	rc = sde_power_resource_enable(&priv->phandle, sde_kms->core_client,
		true);
	if (rc) {