From patchwork Thu Sep 14 15:06:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nicolas Dufresne X-Patchwork-Id: 13385590 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 6DDB8EEAA50 for ; Thu, 14 Sep 2023 15:07:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=Y6OxgOkrLmHUeAMvyxI1/O0SFhdYxpp2+4dtCyptnl8=; b=uZmaiYVAQmi+EReJZaBOO8817k 0wMvK3owGVSR0DCrMEvVRBJxoeOCovFL5E62T2vfp1E6PhET2wVoLIlZ1NZPJ21t6D2oDV3AgdkiQ 4tF7W71UfAz0B8+ZCKCyUvrE1cISgQ+l4yCAMTDPKyPzfLCohHgS0OdGzT//T2M2jToaK2azbbsTY 98TH3zxx31Sd1Eh1zL8fUTSJItLbV5dKwZUlRLE8iNGduTXxJXirpWePwjqn+WnK2DPCH8Jg48qj1 l4VpHtRpIOS8rQgLkbVsN1VsHN5A86pwZZpXr9fNun3laYOes7BbqY5wO8L5PAZN+k6+BuPMmaueW tad/bAyw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qgnwh-008kVd-0w; Thu, 14 Sep 2023 15:07:55 +0000 Received: from madras.collabora.co.uk ([46.235.227.172]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qgnwa-008kQZ-17; Thu, 14 Sep 2023 15:07:53 +0000 Received: from whitebuilder.lan (unknown [IPv6:2606:6d00:15:bae9::c73]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: nicolas) by madras.collabora.co.uk (Postfix) with ESMTPSA id E9C0C6607350; Thu, 14 Sep 2023 16:07:42 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1694704063; bh=ao8j2hY/uvVAqc5YQyFLCkHMxnhVgdPAHv9piTh+AIo=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dPcmlqspShRimTuaAmdWP35ky3YjpecPZ/7y/YygwkBVp+aeUGyETNF5p3pueKU8d cmeoiezyk0zHch0rIIWHI1sFT6+JhB3CDJaRcFXKQbBB2yW58aK+82TIFK0sG+Bd+O c4D9l0wbjsQpFfKQRJ+/Mi21qtnztgOr4QaBHQTNY+b3A4PywxiMlytFysy93S1Hux AL8LG+ZnUt4/MBB+fEA5SBjv0wGvPeR6IusblRS7jEOq66yUn2rOAV1OkzseoGzBcR nsWItmJpl+Sa2tok+ZgtdwSdu0KX+oMVYQrLoykYFdKsvj5lXj5UIVngLv7vAUNUrJ GB0elrVOBiQNg== From: Nicolas Dufresne To: Mauro Carvalho Chehab , Matthias Brugger , AngeloGioacchino Del Regno Cc: kernel@collabora.com, Nicolas Dufresne , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org Subject: [PATCH v2 4/5] docs: uapi: media: Add a layout diagram for MT2110T Date: Thu, 14 Sep 2023 11:06:50 -0400 Message-Id: <20230914150651.3114134-5-nicolas.dufresne@collabora.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230914150651.3114134-1-nicolas.dufresne@collabora.com> References: <20230914150651.3114134-1-nicolas.dufresne@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230914_080748_647295_97BD31B2 X-CRM114-Status: GOOD ( 11.18 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org This diagram details the partitioning done in each tiles. Signed-off-by: Nicolas Dufresne --- .../userspace-api/media/v4l/mt2110t.svg | 315 ++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 Documentation/userspace-api/media/v4l/mt2110t.svg diff --git a/Documentation/userspace-api/media/v4l/mt2110t.svg b/Documentation/userspace-api/media/v4l/mt2110t.svg new file mode 100644 index 0000000000000..a6e82f2c73dff --- /dev/null +++ b/Documentation/userspace-api/media/v4l/mt2110t.svg @@ -0,0 +1,315 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 16 px + + + + + + + + + + + 32 px + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2bits + + + + + + + + + + + + + + + + + + + + 16 bytes + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + 4 rows of upper 8 bits + + + + + + + 4 rows of lower 2 bits + + + + + + + + + + + + + + + + + + + + 64 bytes + + + + + + + +