From patchwork Thu Jun 25 16:35:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ezequiel Garcia X-Patchwork-Id: 64888 Received: from vger.kernel.org ([23.128.96.18]) by www.linuxtv.org with esmtp (Exim 4.92) (envelope-from ) id 1joUnC-0093ej-3Q; Thu, 25 Jun 2020 16:32:03 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404106AbgFYQgQ (ORCPT + 1 other); Thu, 25 Jun 2020 12:36:16 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:38396 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404064AbgFYQgP (ORCPT ); Thu, 25 Jun 2020 12:36:15 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: ezequiel) with ESMTPSA id 6C0BE2A572E From: Ezequiel Garcia To: linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Cc: kernel@collabora.com, Hans Verkuil , Philipp Zabel , Ezequiel Garcia Subject: [PATCH 0/6] Hantro low-hanging cleanups Date: Thu, 25 Jun 2020 13:35:19 -0300 Message-Id: <20200625163525.5119-1-ezequiel@collabora.com> X-Mailer: git-send-email 2.26.0.rc2 MIME-Version: 1.0 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-LSpam-Score: -2.4 (--) X-LSpam-Report: No, score=-2.4 required=5.0 tests=BAYES_00=-1.9,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no Tackle some low hanging items. There's not much to say here, see the patches for details. We'll be soon posting more interesting changes :) Thanks, Ezequiel Ezequiel Garcia (6): hantro: h264: Remove unused macro definition hantro: h264: Rename scaling list handling function hantro: Rework how encoder and decoder are identified hantro: Move hantro_enc_buf_finish to JPEG codec_ops.done hantro: Remove unused bytesused argument hantro: Make sure we don't use post-processor on an encoder drivers/staging/media/hantro/hantro.h | 9 +-- drivers/staging/media/hantro/hantro_drv.c | 60 ++++++------------- .../staging/media/hantro/hantro_h1_jpeg_enc.c | 17 ++++++ drivers/staging/media/hantro/hantro_h264.c | 6 +- drivers/staging/media/hantro/hantro_hw.h | 5 +- drivers/staging/media/hantro/imx8m_vpu_hw.c | 2 +- drivers/staging/media/hantro/rk3288_vpu_hw.c | 8 +-- drivers/staging/media/hantro/rk3399_vpu_hw.c | 7 +-- 8 files changed, 49 insertions(+), 65 deletions(-)