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

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

Merge "Revert "msm: vidc: Overwrite max mbs per frame value in driver""

parents cae9324f e2732b47
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -998,12 +998,6 @@ static void handle_session_init_done(enum hal_command_response cmd, void *data)
	}
	inst->capability.pixelprocess_capabilities =
		call_hfi_op(hdev, get_core_capabilities, hdev->hfi_device_data);
	if (!(inst->fmts[OUTPUT_PORT]->fourcc == V4L2_PIX_FMT_VP9)) {
		dprintk(VIDC_DBG,
			"Updaing the mbs per frame value from %d to %d\n",
			inst->capability.mbs_per_frame.max, 32400);
		inst->capability.mbs_per_frame.max = 32400;
	}

	dprintk(VIDC_DBG,
		"Capability type : min      max      step size\n");