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

Commit f3ec53af 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: sde: remove hdr property setting error message"

parents e69141d2 6e658671
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -706,13 +706,14 @@ static void sde_connector_update_hdr_props(struct drm_connector *connector)
		  connector->hdr_avg_luminance;
		hdr_prop.hdr_min_luminance =
		  connector->hdr_min_luminance;
	}

		msm_property_set_blob(&c_conn->property_info,
				&c_conn->blob_hdr,
				&hdr_prop,
				sizeof(hdr_prop),
				CONNECTOR_PROP_HDR_INFO);
	}
}

static enum drm_connector_status
sde_connector_detect(struct drm_connector *connector, bool force)