Merge "disp: msm: sde: check all dirty properties during plane update"

This commit is contained in:
qctecmdr
2019-10-31 22:54:19 -07:00
committad av Gerrit - the friendly Code Review server
förälder bd355c786d 4de15bb6ef
incheckning 46ec8687c0
4 ändrade filer med 9 tillägg och 6 borttagningar

Visa fil

@@ -701,6 +701,7 @@ static int _sde_connector_update_dirty_properties(
c_conn = to_sde_connector(connector);
c_state = to_sde_connector_state(connector->state);
mutex_lock(&c_conn->property_info.property_lock);
while ((idx = msm_property_pop_dirty(&c_conn->property_info,
&c_state->property_state)) >= 0) {
switch (idx) {
@@ -723,6 +724,7 @@ static int _sde_connector_update_dirty_properties(
break;
}
}
mutex_unlock(&c_conn->property_info.property_lock);
/* if colorspace needs to be updated do it first */
if (c_conn->colorspace_updated) {