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

Commit ca7fbd4d authored by Paras Nagda's avatar Paras Nagda Committed by Gerrit - the friendly Code Review server
Browse files

Revert "msm: vidc: Disable port reconfig for thumbnail session"



This reverts commit 5879c11c.

This is needed as there are issues in DPB management
in firmware.

Change-Id: I24fd37aade2133bad8319ef6e531f12a71b6664a
CRs-Fixed: 2118440
Signed-off-by: default avatarParas Nagda <pnagda@codeaurora.org>
parent c31b140f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1098,8 +1098,7 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
		rc = msm_comm_g_ctrl_for_id(inst,
			V4L2_CID_MPEG_VIDC_VIDEO_CONTINUE_DATA_TRANSFER);

		if ((!IS_ERR_VALUE(rc) && rc == true) ||
				is_thumbnail_session(inst)) {
		if (!IS_ERR_VALUE(rc) && rc == true) {
			event = V4L2_EVENT_SEQ_CHANGED_SUFFICIENT;

			if (msm_comm_get_stream_output_mode(inst) ==