From patchwork Wed Mar 18 21:31:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 11446107 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 25AD713B1 for ; Wed, 18 Mar 2020 21:31:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0FA8220772 for ; Wed, 18 Mar 2020 21:31:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727056AbgCRVbZ (ORCPT ); Wed, 18 Mar 2020 17:31:25 -0400 Received: from bin-mail-out-06.binero.net ([195.74.38.229]:39372 "EHLO bin-mail-out-06.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726747AbgCRVbZ (ORCPT ); Wed, 18 Mar 2020 17:31:25 -0400 X-Halon-ID: bb4ee6e9-695f-11ea-9f40-0050569116f7 Authorized-sender: niklas@soderlund.pp.se Received: from bismarck.berto.se (p4fca2392.dip0.t-ipconnect.de [79.202.35.146]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id bb4ee6e9-695f-11ea-9f40-0050569116f7; Wed, 18 Mar 2020 22:30:50 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: Hans Verkuil , Laurent Pinchart , linux-media@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, =?utf-8?q?Niklas_S=C3=B6derlund?= Subject: [PATCH 0/2] v4l-utils: media-ctl: Print media graph completes if available Date: Wed, 18 Mar 2020 22:31:13 +0100 Message-Id: <20200318213115.3201107-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi, This series adds the option to print the media graphs completes if its available. This series is intended as a demo of the use-case for the patches posted to the media mailing list in [1]. The series is based on-top of latest v4l-utils master branch. Patch 1/2 is not meant for consumption but to ease testing of patch 2/2. Patch 1/2 should be replaced with a proper header after [1] is picked up up in Linux. 1. [RFC 0/5] media-device: Report if graph is complete or not Niklas Söderlund (2): [DNI] v4l-utils: Add flags filed to media_device_info in media.h media-ctl: Print media graph completes if available include/linux/media.h | 6 +++++- utils/media-ctl/media-ctl.c | 15 +++++++++++++-- 2 files changed, 18 insertions(+), 3 deletions(-)