From patchwork Mon Aug 19 11:45:41 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 820808 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 12687166F36 for ; Mon, 19 Aug 2024 11:47:50 +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=1724068071; cv=none; b=E1wpCu35U43Qs1LCiNMvZmPwl5+8lA8R0rkkQlH0vLa3f9gBOF8DAxfYPckMRKjcZj6CCEZFdz5UuShWgK+5UQBt/IpSfZATjQ8nhRtSMoli9DPYFH8JEI63E3cbxEOsYJdeXr5PIvRYHBkFAZ/0/4hK9kaT4R2AkG7WYMwr4YU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724068071; c=relaxed/simple; bh=1iP86zE5blX2TpuBG1cexeitUPS5IZ/yX34pDzlEHA0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=RzxFjK7KEJCI0jeytXVErKLiIWsvZPUgzp0rOx5ZRta2lDcm2YQ6TnBanLSAaHIfejDnvVrLLNWb8m5kEGR+AeMYI9dZ8Putit21eTg63WMnba2RBohqNjAPE08TQM0GkmH02loPfJ8Y855vsf7bK5a2z714FZOPae/QR4cgXBQ= 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 EE692C32782; Mon, 19 Aug 2024 11:47:49 +0000 (UTC) From: Hans Verkuil To: linux-media@vger.kernel.org Cc: Erling Ljunggren Subject: [PATCH 0/3] v4l-utils: add support for V4L2_CAP_EDID Date: Mon, 19 Aug 2024 13:45:41 +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 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 | 17 ++++++++++++++--- utils/v4l2-compliance/v4l2-test-io-config.cpp | 4 +++- 4 files changed, 20 insertions(+), 4 deletions(-)