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

Commit 7e5c67e9 authored by Govindaraj Rajagopal's avatar Govindaraj Rajagopal
Browse files

Revert "msm: vidc: handle qbuf failure in decode batching usecase"

This reverts commit eb19e74f.
parent 5796124e
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -4765,7 +4765,6 @@ int msm_comm_qbufs_batch(struct msm_vidc_inst *inst,
{
	int rc = 0;
	struct msm_vidc_buffer *buf;
	struct vb2_buffer *vb2;
	int do_bw_calc = 0;

	do_bw_calc = mbuf ? mbuf->vvb.vb2_buf.type == INPUT_MPLANE : 0;
@@ -4790,11 +4789,6 @@ int msm_comm_qbufs_batch(struct msm_vidc_inst *inst,
		if (rc) {
			s_vpr_e(inst->sid, "%s: Failed batch qbuf to hfi: %d\n",
				__func__, rc);
			if (buf != mbuf) {
				vb2 = &buf->vvb.vb2_buf;
				vb2_buffer_done(vb2, VB2_BUF_STATE_DONE);
				msm_vidc_queue_v4l2_event(inst, V4L2_EVENT_MSM_VIDC_SYS_ERROR);
			}
			break;
		}
loop_end: