From patchwork Tue Sep 6 11:25:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 12967323 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D6426ECAAD5 for ; Tue, 6 Sep 2022 11:25:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232934AbiIFLZb (ORCPT ); Tue, 6 Sep 2022 07:25:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43890 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232907AbiIFLZ2 (ORCPT ); Tue, 6 Sep 2022 07:25:28 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5A8BFD2C for ; Tue, 6 Sep 2022 04:25:27 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 727ED60C61 for ; Tue, 6 Sep 2022 11:25:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4A436C433D6; Tue, 6 Sep 2022 11:25:26 +0000 (UTC) Message-ID: Date: Tue, 6 Sep 2022 13:25:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Content-Language: en-US To: Linux Media Mailing List Cc: Benjamin Gaignard , Ezequiel Garcia From: Hans Verkuil Subject: [GIT PULL FOR v6.1] Enable 10bits bitstream for Hantro/G2 HEVC codec Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The following changes since commit fbb6c848dd89786fe24856ee6b5e773910ded29c: media: destage Hantro VPU driver (2022-08-31 10:23:50 +0200) are available in the Git repository at: git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.1m for you to fetch changes up to 30d8104febf18fcaa7030513f0206c0ea223e994: media: hantro: Allows luma and chroma depth to be different (2022-09-06 13:04:30 +0200) ---------------------------------------------------------------- Tag branch ---------------------------------------------------------------- Benjamin Gaignard (7): media: hantro: Store HEVC bit depth in context media: hantro: HEVC: Fix auxilary buffer size calculation media: hantro: HEVC: Fix chroma offset computation media: hantro: postproc: Configure output regs to support 10bit media: Hantro: HEVC: Allows 10-bit bitstream media: hantro: imx8m: Enable 10bit decoding media: hantro: Allows luma and chroma depth to be different drivers/media/platform/verisilicon/hantro_drv.c | 14 +++++++++----- drivers/media/platform/verisilicon/hantro_g2_hevc_dec.c | 4 +--- drivers/media/platform/verisilicon/hantro_hevc.c | 4 ++-- drivers/media/platform/verisilicon/hantro_postproc.c | 7 ++++++- drivers/media/platform/verisilicon/imx8m_vpu_hw.c | 27 +++++++++++++++++++++++++++ 5 files changed, 45 insertions(+), 11 deletions(-)