summaryrefslogtreecommitdiff
path: root/projects/linux/mm
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-05-13 09:28:51 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-05-13 09:28:51 +0300
commit393ee0c6bd23e29178aec8ec0066fb2fb1db3a25 (patch)
tree1c28bb2ec9d87dbeb4237be6f3dd7c72d779d773 /projects/linux/mm
parent1d83e3d48f8871df8f365100322b208fbde97f93 (diff)
projects: linux: mm: Add VSP task to support data_offset
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'projects/linux/mm')
-rw-r--r--projects/linux/mm/vsp_support_data_offset.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/projects/linux/mm/vsp_support_data_offset.yaml b/projects/linux/mm/vsp_support_data_offset.yaml
new file mode 100644
index 0000000..bb4b012
--- /dev/null
+++ b/projects/linux/mm/vsp_support_data_offset.yaml
@@ -0,0 +1,14 @@
+title: "VSP: Add support for the V4L2 data_offset field"
+team: MM
+key: d0a83e9d-90f4-4d11-92d1-2639f0d65775
+status: New
+
+relationships:
+
+bsp-commits:
+
+upstream:
+
+comments:
+ - "data_offset is set by drivers for capture devices and by applications for output devices.
+ It thus needs to be supported by the driver for output devices."