From patchwork Mon Nov 9 16:22:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Link Mauve X-Patchwork-Id: 11891987 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 12F9B6A2 for ; Mon, 9 Nov 2020 17:23:44 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E40782083B for ; Mon, 9 Nov 2020 17:23:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WWacMtaV" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E40782083B Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linkmauve.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=09gLgqsKCGRtpi+UqKOpQ6R1N39lNemD82SXGTDB/FE=; b=WWacMtaVX6snoPQIOqXMZ2m7bp R47HT7Y91OdM+YwJPhKyYbKDwWNf8y0y6KliYRUylUKbeBPyW8O6Ap13QADD5lqNF1MBiCmj/rN45 wiQJMzmZyl/0yrGW0LA1+43cLHHlOZmOwFZQSiiHtl+3WnLMS0Y5lfSDrK944vuT3wTkJe9Hqlw+S XNkej2+QpGrOGg+7yRmYY9Pt4gPC63es0mbn3onopuFhDAga/2L17RRnQcbWI2yfybjUL2lBjPKWD ZueCnp7O3waCaFoQsEhNHluvmnv5VuQvYQWYMqX6ytuakx63u1AOd/mPWT50Yk/lQB/JXb/n+xaYr Ml5X76Ag==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcAtC-0002yJ-MF; Mon, 09 Nov 2020 17:23:34 +0000 Received: from [2a01:e0a:828:c7c0:49:5ff:fe41:d261] (helo=luna.linkmauve.fr) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kcAtA-0002xQ-0B for linux-rockchip@lists.infradead.org; Mon, 09 Nov 2020 17:23:33 +0000 Received: by luna.linkmauve.fr (Postfix, from userid 1000) id E06F2F4158B; Mon, 9 Nov 2020 17:23:06 +0100 (CET) From: Emmanuel Gil Peyrot To: Ezequiel Garcia , Philipp Zabel , Mauro Carvalho Chehab , Greg Kroah-Hartman , linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [RESEND PATCH 0/2] media: uapi: Expose VP8 probability lengths as defines Date: Mon, 9 Nov 2020 17:22:42 +0100 Message-Id: <20201109162244.16531-1-linkmauve@linkmauve.fr> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201109_122332_187259_460A1B6A X-CRM114-Status: UNSURE ( 9.01 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 1.3 (+) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (1.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Emmanuel Gil Peyrot Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org These values will be used by various drivers implementing the VP8 stateless API. This had been suggested by Ezequiel Garcia for the Cedrus VP8 driver. The only driver using this API (until now) has also been updated to use these new defines. This is a resend because I forgot to include most maintainers, sorry for that. It’s my very first patch to the kernel, I didn’t know about scripts/get_maintainers.pl Emmanuel Gil Peyrot (2): media: uapi: Expose probability lengths as defines media: hantro: Use VP8 lengths defined in uapi drivers/staging/media/hantro/hantro_vp8.c | 4 ++-- include/media/vp8-ctrls.h | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-)