This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:

Subject: v4l2-compliance: Allow all the selection targets for subdevs
Author:  Ricardo Ribalda Delgado <riba...@kernel.org>
Date:    Fri Oct 25 10:56:17 2019 +0200

Subdev can also have non-active pixels, and using the _DEFAULT targets
we can capture only the active pixels.

Signed-off-by: Ricardo Ribalda Delgado <riba...@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-ci...@xs4all.nl>

 utils/v4l2-compliance/v4l2-test-subdevs.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=b9d56249d974296fd349a06563c8459d3b8ed645
diff --git a/utils/v4l2-compliance/v4l2-test-subdevs.cpp 
b/utils/v4l2-compliance/v4l2-test-subdevs.cpp
index 29987b310448..ec4b9512d115 100644
--- a/utils/v4l2-compliance/v4l2-test-subdevs.cpp
+++ b/utils/v4l2-compliance/v4l2-test-subdevs.cpp
@@ -395,7 +395,7 @@ struct target_info {
 
 static target_info targets[] = {
        { V4L2_SEL_TGT_CROP, true },
-       { V4L2_SEL_TGT_CROP_DEFAULT, false, true },
+       { V4L2_SEL_TGT_CROP_DEFAULT, true, true },
        { V4L2_SEL_TGT_CROP_BOUNDS, true, true },
        { V4L2_SEL_TGT_NATIVE_SIZE, true },
        { V4L2_SEL_TGT_COMPOSE, true },

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to