summaryrefslogtreecommitdiff
path: root/projects/linux/mm/done
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-06-26 23:12:49 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-07-07 05:18:15 +0300
commit851daae4d5081c8356cb3943f86e74b3188aad6a (patch)
treedda3d5083648386fa5723e895b0f8b8a17eda28c /projects/linux/mm/done
parentf83476ae54336e07991ec9971a9b8b50aa3029d4 (diff)
projects: linux: mm: Abandon bsp51x_vin_support_userptr
USERPTR is considered deprecated upstream. Abandon the task. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Diffstat (limited to 'projects/linux/mm/done')
-rw-r--r--projects/linux/mm/done/bsp51x_vin_support_userptr.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/projects/linux/mm/done/bsp51x_vin_support_userptr.yaml b/projects/linux/mm/done/bsp51x_vin_support_userptr.yaml
new file mode 100644
index 0000000..4732542
--- /dev/null
+++ b/projects/linux/mm/done/bsp51x_vin_support_userptr.yaml
@@ -0,0 +1,17 @@
+title: "BSP 5.1.x upport support for VB_USERPTR"
+team: MM
+key: 523cb0b2-8366-11eb-978c-7f72806f0eed
+status: Abandoned
+
+bsp41x:
+ - 5bb00c5751ba0041df56bbdde86301959fffbeba # media: rcar-vin: Add memory type of VB_USERPTR support
+
+bsp51x:
+ - 6ee79c487c6621cb0ea228f179bad7bba19a53ab # media: rcar-vin: Add memory type of VB_USERPTR support
+
+comments:
+ - This have been discussed in the past, see wiki/Chat_log/20180405-mm-chatlog.
+ - The conclusion in 2018 was there are not many use-cases for this that are
+ not better served by DMABUF. We would like to know more about this use-case
+ before upporting this if possible.
+ - USERPTR is considered deprecated upstream, marking as abandoned.