summaryrefslogtreecommitdiff
path: root/wiki
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-05 14:20:03 +0900
committerKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2019-12-09 11:46:02 +0900
commit2c730e35f837957acebc29e67dc3a96691da3b68 (patch)
treefc26a8d5c705bf3086e4d0e11a777406c8f1325f /wiki
parented3811a2f8620687c75dc640f54e47311a395038 (diff)
wiki: Porting Ongoing Multimedia Development
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Diffstat (limited to 'wiki')
-rw-r--r--wiki/Ongoing_Multimedia_Development.wiki39
1 files changed, 39 insertions, 0 deletions
diff --git a/wiki/Ongoing_Multimedia_Development.wiki b/wiki/Ongoing_Multimedia_Development.wiki
new file mode 100644
index 0000000..e40496b
--- /dev/null
+++ b/wiki/Ongoing_Multimedia_Development.wiki
@@ -0,0 +1,39 @@
+h1. Ongoing Multimedia Development
+
+h2. Small Tasks Candidates
+
+When completing a task from this list please mark it as complete and mention your name and the patch series that addresses it.
+
+* Fix MEDIA_ENT_F_VID_IF_BRIDGE documentation
+ MEDIA_ENT_F_VID_IF_BRIDGE is documented in Documentation/media/uapi/mediactl/media-types.rst as follows.
+** Video interface bridge. A video interface bridge entity must have at least one sink pad and at least one source pad. It receives video frames on its sink pad from an input video bus of one type (HDMI, eDP, MIPI CSI-2, ...), and outputs them on its source pad to an output video bus of another type (eDP, MIPI CSI-2, parallel, ...).
+** The second and third sentences are incoherent regarding the number of pads. Fix them.
+
+* Fix media_entity_get_fwnode_pad() typo
+** In include/media/media-entity.h, s/dose/does/.
+
+* Make i2c_new_secondary_device() return an error pointer
+** To be meaningful that requires i2c_new_dummy() to return an error pointer too.
+
+* Fix "warning: Function parameter or member 'foo' not described in 'bar'" warnings when compiling kernel documentation
+
+* Fix the DU ESCR handling (DU channels that have a DPLL don't have ESCR dividers)
+
+* Fix vsp-test failures on H3 ES1.1
+** The following tests fail:
+*** UDS scaling (vsp-unit-test-0003.sh)
+*** CLU/LUT (vsp-unit-test-0010.sh)
+*** Runtime H/V flip (vsp-unit-test-0012.sh)
+*** SRU scaling (vsp-unit-test-0015.sh)
+*** HGT (vsp-unit-test-0023.sh)
+
+* Support MEDIA_BUS_FMT_UYVY8_1X16 in VIN and MEDIA_BUS_FMT_YUYV8_1X16 in CSI-2
+
+h2. Completed tasks
+
+* Fix the VSPD memory regions in r8a7795.dtsi and r8a7796.dtsi
+
+* The memory regions should include the RPF OSD-CLUT tables.
+** [PATCH v3 3/5] arm64: dts: renesas: r8a7795-es1: Fix register mappings on VSPs
+** [PATCH v3 4/5] arm64: dts: renesas: r8a7795: Fix register mappings on VSPs
+** [PATCH v3 5/5] arm64: dts: renesas: r8a7796: Fix register mappings on VSPs