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

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

Merge "drm/msm/dp: do not validate streams for HDR"

parents 38520626 dfe73d70
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -1329,11 +1329,6 @@ static int dp_panel_setup_hdr(struct dp_panel *dp_panel,
		goto end;
	}

	if (dp_panel->stream_id >= DP_STREAM_MAX) {
		pr_err("invalid stream id:%d\n", dp_panel->stream_id);
		return -EINVAL;
	}

	panel = container_of(dp_panel, struct dp_panel_private, dp_panel);
	hdr = &panel->catalog->hdr_data;