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

Commit 20b98d3c 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 the check to ignore extradata plane in dqbuf"

parents e8bf8e32 4a04e9e1
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -916,8 +916,7 @@ int msm_vidc_dqbuf(void *instance, struct v4l2_buffer *b)

	for (i = b->length - 1; i >= 0 ; i--) {
		if (EXTRADATA_IDX(b->length) &&
			(i == EXTRADATA_IDX(b->length)) &&
			!b->m.planes[i].m.userptr) {
			i == EXTRADATA_IDX(b->length)) {
			continue;
		}
		buffer_info = device_to_uvaddr(&inst->registeredbufs,