Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp2731279imj; Mon, 11 Feb 2019 07:39:15 -0800 (PST) X-Google-Smtp-Source: AHgI3IbQtm3snrNKPIMY+TXek4npdXbSHg51AyUsEumzIpWmQQ8XYSkhUv8fnBxmwhyyKfuv/dVL X-Received: by 2002:a63:c946:: with SMTP id y6mr5416689pgg.109.1549899555810; Mon, 11 Feb 2019 07:39:15 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549899555; cv=none; d=google.com; s=arc-20160816; b=EFsxy66J7sAvioIA0HE4VvTtQPNxgY9PQd5qlGOhSoGYiHVhTEa3bw36D14lL88YeS N056Agvfrvbqg+tsmsB8fjCJcBb5mT0ov+M9PonkvJe2Fg2y+yHCtn4O0iPNTKdDrIu5 v0FyVR+zsY8EERhP7C1EXPFZbkTof0TgLb2tQEiqNv7uMCgA6vba0Dg+jH0zswLHu6Ig hFlrdfbYjrQiHpFv2g/Zr0iSeBgjlVXrpWEzWS+yEAcIc8b0/VcWyYizukF27aHsaBEx FYQKbtGH4fqLyVp3Pxg9VLgfBHdzLVdiuKiyHV7wnosR9HLIY4wNa6UjmlKHYKa5tj4K pvNw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=hk45nQXrOR1PTFENO+JlsQ07eKs3mXDE51KXGOvjJyw=; b=I3wJS6j8vGtPfFQMLVHbeYitx0Gesd7O3vshxTgFLxP7UrLKpP+Sy9OKDj6xWqixhg Z3fm4xnWFAkP9UM33CLBqhQ6zzqkhxPHfMIODOA7N9Wh0KzhsHZkraEEkvnc6AwQF2YK +oPCGwBcBsKnmO6nMlZoBJEM4VnEFcnSJVqQHh+E1wBYMa/hG1B0EFhhFc+pCf2xLIwd Wq22stsBL7zYoVBylx0BAXlbP2W7sBUt+zhVXR2BxUW6mXwGUd12AtlMPzWO7gM9KSUq viG9YX0HtXBP4WQzyvuwUUzu7m2Sfej6URbbpFBw1TeXBZ+19Xa0ii7yQ62Vc4jYd2kv c7sg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id l81si3889541pfj.230.2019.02.11.07.38.59; Mon, 11 Feb 2019 07:39:15 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389045AbfBKPgx (ORCPT + 99 others); Mon, 11 Feb 2019 10:36:53 -0500 Received: from mslow2.mail.gandi.net ([217.70.178.242]:51580 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388282AbfBKOve (ORCPT ); Mon, 11 Feb 2019 09:51:34 -0500 Received: from relay9-d.mail.gandi.net (unknown [217.70.183.199]) by mslow2.mail.gandi.net (Postfix) with ESMTP id 6B28B3A115B; Mon, 11 Feb 2019 15:39:10 +0100 (CET) X-Originating-IP: 185.94.189.187 Received: from localhost (unknown [185.94.189.187]) (Authenticated sender: maxime.ripard@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 90400FF811; Mon, 11 Feb 2019 14:39:05 +0000 (UTC) From: Maxime Ripard To: hans.verkuil@cisco.com, acourbot@chromium.org, sakari.ailus@linux.intel.com, Laurent Pinchart Cc: tfiga@chromium.org, posciak@chromium.org, Paul Kocialkowski , Chen-Yu Tsai , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org, nicolas.dufresne@collabora.com, jenskuske@gmail.com, jernej.skrabec@gmail.com, jonas@kwiboo.se, ezequiel@collabora.com, linux-sunxi@googlegroups.com, Thomas Petazzoni , Maxime Ripard Subject: [PATCH v3 0/2] media: cedrus: Add H264 decoding support Date: Mon, 11 Feb 2019 15:39:01 +0100 Message-Id: X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Here is a new version of the H264 decoding support in the cedrus driver. As you might already know, the cedrus driver relies on the Request API, and is a reverse engineered driver for the video decoding engine found on the Allwinner SoCs. This work has been possible thanks to the work done by the people behind libvdpau-sunxi found here: https://github.com/linux-sunxi/libvdpau-sunxi/ I've tested the various ABI using this gdb script: http://code.bulix.org/jl4se4-505620?raw And this test script: http://code.bulix.org/8zle4s-505623?raw The application compiled is quite trivial: http://code.bulix.org/e34zp8-505624?raw The output is: arm: builds/arm-test-v4l2-h264-structures SHA1: 88cbf7485ba81831fc3b93772b215599b3b38318 x86: builds/x86-test-v4l2-h264-structures SHA1: 88cbf7485ba81831fc3b93772b215599b3b38318 x64: builds/x64-test-v4l2-h264-structures SHA1: 88cbf7485ba81831fc3b93772b215599b3b38318 arm64: builds/arm64-test-v4l2-h264-structures SHA1: 88cbf7485ba81831fc3b93772b215599b3b38318 Let me know if there's any flaw using that test setup, or if you have any comments on the patches. Maxime Changes from v2: - Simplified _cedrus_write_ref_list as suggested by Jernej - Set whether the frame is used as reference using nal_ref_idc - Respect chroma_format_idc - Fixes for the scaling list and prediction tables - Wrote the documentation for the flags - Added a bunch of defines to the driver bit fields - Reworded the controls and data format descriptions as suggested by Hans - Reworked the controls' structure field size to avoid padding - Removed the long term reference flag - Reintroduced the neighbor info buffer - Removed the ref_pic_list_p0/b0/b1 arrays that are redundant with the one in the DPB - used the timestamps instead of tags - Rebased on 5.0-rc1 Changes from v1: - Rebased on 4.20 - Did the documentation for the userspace API - Used the tags instead of buffer IDs - Added a comment to explain why we still needed the swdec trigger - Reworked the MV col buffer in order to have one slot per frame - Removed the unused neighbor info buffer - Made sure to have the same structure offset and alignments across 32 bits and 64 bits architecture Maxime Ripard (1): media: cedrus: Add H264 decoding support Pawel Osciak (1): media: uapi: Add H264 low-level decoder API compound controls. Documentation/media/uapi/v4l/biblio.rst | 9 +- Documentation/media/uapi/v4l/extended-controls.rst | 530 +++++++++++++- Documentation/media/uapi/v4l/pixfmt-compressed.rst | 20 +- Documentation/media/uapi/v4l/vidioc-queryctrl.rst | 30 +- Documentation/media/videodev2.h.rst.exceptions | 5 +- drivers/media/v4l2-core/v4l2-ctrls.c | 42 +- drivers/media/v4l2-core/v4l2-ioctl.c | 1 +- drivers/staging/media/sunxi/cedrus/Makefile | 3 +- drivers/staging/media/sunxi/cedrus/cedrus.c | 31 +- drivers/staging/media/sunxi/cedrus/cedrus.h | 38 +- drivers/staging/media/sunxi/cedrus/cedrus_dec.c | 15 +- drivers/staging/media/sunxi/cedrus/cedrus_h264.c | 589 ++++++++++++++- drivers/staging/media/sunxi/cedrus/cedrus_hw.c | 4 +- drivers/staging/media/sunxi/cedrus/cedrus_regs.h | 91 ++- drivers/staging/media/sunxi/cedrus/cedrus_video.c | 9 +- include/media/h264-ctrls.h | 179 ++++- include/media/v4l2-ctrls.h | 13 +- include/uapi/linux/videodev2.h | 1 +- 18 files changed, 1607 insertions(+), 3 deletions(-) create mode 100644 drivers/staging/media/sunxi/cedrus/cedrus_h264.c create mode 100644 include/media/h264-ctrls.h base-commit: e7552cc33320523b660dd1891bceb616ced7b47c -- git-series 0.9.1