From patchwork Thu Aug 29 09:21:39 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 13782849 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5406818CC18 for ; Thu, 29 Aug 2024 09:23:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724923407; cv=none; b=PS0dTxX3uHnxlarGalosjABE/Y2262UCvs3OnhMXcDUSf6sywr7FqtAyCkYZ334E2+YURMlX3GvTmC+HYRkPG13zYzynshex5EjzCuFThYRMOCYcM/m+TliKX0Vi7VWCZ5Vb7Zt+Nxl4eZ6QJQH3uhpUr4PF9a6Ur/YSgN3d0oA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724923407; c=relaxed/simple; bh=QKvx4t08fLteIPM7Or+JePeORdGz6/uco0v5J8SX2LY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=WRUnVd9Zkw7VH29xDpFFghew4wH4O/oTypxoTf/4FPPQTIF7iJGeqPhlExSqPEGs8Gyiag1ImCyBzxaOgyWEwqaL/guQNXQS/PxLMmARaLb8EZTtpFBHDIylOWZL5rgZy/f4bVE/DiTjzL1vSwRdF5heULrGi4nwqo3A5V5VBCw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42516C4CEC1; Thu, 29 Aug 2024 09:23:26 +0000 (UTC) From: Hans Verkuil To: linux-media@vger.kernel.org Cc: Erling Ljunggren Subject: [PATCHv2 0/3] v4l-utils: add support for V4L2_CAP_EDID Date: Thu, 29 Aug 2024 11:21:39 +0200 Message-ID: X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 This series adds support for V4L2_CAP_EDID to v4l2-ctl and v4l2-compliance. This is for this series: https://patchwork.linuxtv.org/project/linux-media/list/?series=13364 Changes since v1: - Check in v4l2-compliance that CAP_EDID isn't mixed with other video caps (and vice versa) as suggested by Ricardo. Regards, Hans Hans Verkuil (3): videodev2.h: add CAP_EDID (DO NOT COMMIT) utils/common: add V4L2_CAP_EDID support v4l2-compliance: add support for V4L2_CAP_EDID include/linux/videodev2.h | 1 + utils/common/v4l2-info.cpp | 2 ++ utils/v4l2-compliance/v4l2-compliance.cpp | 23 ++++++++++++++++--- utils/v4l2-compliance/v4l2-test-io-config.cpp | 4 +++- 4 files changed, 26 insertions(+), 4 deletions(-)