Merge "video: driver: Update interlace metadata UAPI"

This commit is contained in:
qctecmdr
2021-01-22 18:04:51 -08:00
committed by Gerrit - the friendly Code Review server
2 changed files with 10 additions and 2 deletions

View File

@@ -1452,8 +1452,7 @@ int msm_vidc_queue_buffer(struct msm_vidc_inst *inst, struct vb2_buffer *vb2)
if (buf->type == MSM_VIDC_BUF_INPUT_META ||
buf->type == MSM_VIDC_BUF_OUTPUT_META) {
buf->attr |= MSM_VIDC_ATTR_DEFERRED;
s_vpr_l(inst->sid, "metabuf fd %3d daddr %#x deferred\n",
buf->fd, buf->device_addr);
print_vidc_buffer(VIDC_HIGH, "qbuf deferred", inst, buf);
return 0;
}