summaryrefslogtreecommitdiff
path: root/projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml
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
commit5d0e783d5a7becbf67ccab2a008345b164fea1f1 (patch)
treef2d3695a85bf8eb8c02d08f7f9d9332f0e2f3d5f /projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml
parent851daae4d5081c8356cb3943f86e74b3188aad6a (diff)
projects: linux: mm: Update bsp41x_vsp-Improve-debugging.yaml
Add a link to a proposed upstream patch, and rename the task to move it from BSP 4.1.x to BSP 5.1.x. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Diffstat (limited to 'projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml')
-rw-r--r--projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml b/projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml
new file mode 100644
index 0000000..529dc9d
--- /dev/null
+++ b/projects/linux/mm/bsp51x_vsp-Improve-debugging.yaml
@@ -0,0 +1,22 @@
+title: "BSP 5.1.x upport: vsp: Improve debugging"
+team: MM
+key: 56a3f5f7-7d5b-4e31-8d96-e8793f87e5bc
+status: New
+
+bsp41x:
+ - 3024d2ee349f6a0ee59ad271253e4a0128a0fffe # v4l: vsp1: Add underrun debug messege option
+
+bsp51x:
+ - 25c2a9f1bbcb82f305fc9063f4a98321db12b0b2 # v4l: vsp1: Add underrun debug messege option
+
+upstream:
+ - lore: 1651584010-10156-1-git-send-email-erosca@de.adit-jv.com # media: renesas: vsp1: Add VSPD underrun detection & tracing
+
+comments:
+ - While the BSP commit isn't applicable as-is, improving the VSP debugging
+ infrastructure is useful.
+ - This could involve, among other ideas:
+ - More error logging, controlled through dynamic debug
+ - Counting errors and logging them when stopping the VSP, or exposing the
+ counters through sysfs
+ - Upstream patch proposal goes in the right direction but needs some more work