From patchwork Wed Sep 16 10:00:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen-chien Jesse Sung X-Patchwork-Id: 1365130 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BrwZX46cRz9sTS; Wed, 16 Sep 2020 20:00:20 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1kIUEW-0004io-Uq; Wed, 16 Sep 2020 10:00:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kIUEV-0004ig-K1 for kernel-team@lists.ubuntu.com; Wed, 16 Sep 2020 10:00:11 +0000 Received: from 114-34-116-233.hinet-ip.hinet.net ([114.34.116.233] helo=cola.voip.idv.tw) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kIUEU-00012o-R6; Wed, 16 Sep 2020 10:00:11 +0000 From: Wen-chien Jesse Sung To: kernel-team@lists.ubuntu.com Subject: [SRU][B][PATCH 0/2] uvcvideo: add mapping for HEVC payloads Date: Wed, 16 Sep 2020 18:00:03 +0800 Message-Id: <20200916100005.1879670-1-jesse.sung@canonical.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://launchpad.net/bugs/1895803 These two patches add mapping for HEVC so that uvcvideo can support the format. The first patch is already in mainline, while the second one is in the maintainer tree waiting for the next merging window. * https://patchwork.kernel.org/patch/11577395/ * https://git.linuxtv.org/media_tree.git/commit/?id=40b222b56ea81aa636a4aa7a84939786369e726b The risk of regression is low since these patches only add a new format. Dmitry Buzdyk (1): UBUNTU: SAUCE: media: uvcvideo: Add mapping for HEVC payloads Smitha T Murthy (1): media: videodev2.h: Add v4l2 definition for HEVC drivers/media/usb/uvc/uvc_driver.c | 5 +++++ drivers/media/usb/uvc/uvcvideo.h | 3 +++ include/uapi/linux/videodev2.h | 1 + 3 files changed, 9 insertions(+) Acked-by: Stefan Bader Acked-by: Marcelo Henrique Cerri