summaryrefslogtreecommitdiff
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
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>
-rw-r--r--projects/linux/mm/done/bsp51x_vin_support_userptr.yaml (renamed from projects/linux/mm/bsp51x_vin_support_userptr.yaml)7
1 files changed, 5 insertions, 2 deletions
diff --git a/projects/linux/mm/bsp51x_vin_support_userptr.yaml b/projects/linux/mm/done/bsp51x_vin_support_userptr.yaml
index 01027ed..4732542 100644
--- a/projects/linux/mm/bsp51x_vin_support_userptr.yaml
+++ b/projects/linux/mm/done/bsp51x_vin_support_userptr.yaml
@@ -1,7 +1,7 @@
title: "BSP 5.1.x upport support for VB_USERPTR"
team: MM
key: 523cb0b2-8366-11eb-978c-7f72806f0eed
-status: New
+status: Abandoned
bsp41x:
- 5bb00c5751ba0041df56bbdde86301959fffbeba # media: rcar-vin: Add memory type of VB_USERPTR support
@@ -11,4 +11,7 @@ bsp51x:
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.
+ - 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.