From patchwork Tue Dec 4 15:51:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10712129 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 04F4E109C for ; Tue, 4 Dec 2018 15:51:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E7B4C2C1D1 for ; Tue, 4 Dec 2018 15:51:55 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E597D2C1E6; Tue, 4 Dec 2018 15:51:55 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5D1C42C1E5 for ; Tue, 4 Dec 2018 15:51:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726226AbeLDPvy (ORCPT ); Tue, 4 Dec 2018 10:51:54 -0500 Received: from perceval.ideasonboard.com ([213.167.242.64]:33612 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726152AbeLDPvy (ORCPT ); Tue, 4 Dec 2018 10:51:54 -0500 Received: from localhost.localdomain (cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 240AE553; Tue, 4 Dec 2018 16:51:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1543938711; bh=Uul+eJBXo5q5JDgJflbvLIVi1sqY+HIJ9fvU6OaytHo=; h=From:To:Cc:Subject:Date:From; b=brPeMfi5y/Ck7djDMCRgj8ha7ocx2b3j5YOIpksFyAwY68BFXK8Yh/wHxqXhlZc4J 5dr7UCWG8CykkOi/joAPkvkLxU2ccGJ5AA0fRVxgesSM+oW4j7DvAIWcmOVcucBZfW Who56QtG2hU+T9FREKew9wvbiwhD9U+skIfM/gqI= From: Kieran Bingham To: Laurent Pinchart Cc: Kieran Bingham , linux-renesas-soc@vger.kernel.org, Kieran Bingham Subject: [VSP-Tests PATCH 0/7] Reset controls and unloved patches Date: Tue, 4 Dec 2018 15:51:39 +0000 Message-Id: <20181204155146.9726-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Update the VSP-Test suite library to use yavta's (new) --reset-controls feature to ensure each test starts with a clean environment. This prevents tests being affected by previous settings to controls such as rotate or flip. Also, the series reposts other unloved patches which have gone either un-reviewed or are still not yet integrated. Kieran Bingham (7): tests: add pseudo platform test tests: Provide copy test to validate 1xN streams vsp-lib: Provide command line argument parsing vsp-lib: trivial: Fix spelling of Reference vsp-lib: Allow forcing pixel perfect comparisons vsp-lib: Support late queuing of buffers in yavta vsp-lib: Reset controls to defaults on each test run scripts/vsp-lib.sh | 62 +++++++++++++++++++++++++++++++++++-- tests/vsp-unit-test-0000.sh | 20 ++++++++++++ tests/vsp-unit-test-0025.sh | 45 +++++++++++++++++++++++++++ 3 files changed, 125 insertions(+), 2 deletions(-) create mode 100755 tests/vsp-unit-test-0000.sh create mode 100755 tests/vsp-unit-test-0025.sh