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

Commit a020f1c4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: Update resolution change when OPB DPB is split"

parents 4460094d dbb4456c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -916,8 +916,6 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
		inst->in_reconfig = true;
	} else {
		dprintk(VIDC_DBG, "V4L2_EVENT_SEQ_CHANGED_SUFFICIENT\n");
		if (msm_comm_get_stream_output_mode(inst) !=
				HAL_VIDEO_DECODER_SECONDARY) {
			dprintk(VIDC_DBG,
					"event_notify->height = %d event_notify->width = %d\n",
					event_notify->height,
@@ -927,7 +925,6 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
			inst->prop.height[OUTPUT_PORT] = event_notify->height;
			inst->prop.width[OUTPUT_PORT] = event_notify->width;
	}
	}

	if (inst->session_type == MSM_VIDC_DECODER)
		msm_dcvs_init_load(inst);