From f0e3d4dc84c13e332c6bbe7dc5d37c9f3211185a Mon Sep 17 00:00:00 2001 From: Jacopo Mondi Date: Mon, 15 Mar 2021 11:08:57 +0100 Subject: linux: mm: Move bsp39x 'Done' tasks to done/ Move all the bsp392x MM tasks marked as 'Done' and 'Abandoned' in the 'done/' subdirectory. Reviewed-by: Laurent Pinchart Signed-off-by: Jacopo Mondi --- .../mm/done/bsp392_validate-max-vga-dot-clock.yaml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 projects/linux/mm/done/bsp392_validate-max-vga-dot-clock.yaml (limited to 'projects/linux/mm/done/bsp392_validate-max-vga-dot-clock.yaml') diff --git a/projects/linux/mm/done/bsp392_validate-max-vga-dot-clock.yaml b/projects/linux/mm/done/bsp392_validate-max-vga-dot-clock.yaml new file mode 100644 index 0000000..de3d1e8 --- /dev/null +++ b/projects/linux/mm/done/bsp392_validate-max-vga-dot-clock.yaml @@ -0,0 +1,29 @@ +title: "Validate max VGA dot clock" +team: MM +key: c2bfaee0-0695-4119-805a-085158941815 +status: Abandoned +assignee: Simon + +relationships: + +bsp39x: + - 6c59e13ad0dbc11c40e0120104eb2c80ecea3b52 # arm64: dts: r8a77995-draak: Set max dot clock for vga + - ab99897bb0960d6988ae72ce156379e7187fce2a # arm64: dts: salvator-common: Set max dot clock for vga + - 27aafebfab0452e2025ad480e6cbc206473c1c78 # arm64: dts: r8a77990-ebisu: Set max dot clock for vga + - 59c65194d7306634450c5cabe7f615e4c96a42b8 # drm/brdige: dumb-vga-dac: Add dot clock valid check + +comments: + - These patches are not suitable for upstream in their current form + + The maximum dot clock frequency isn't a property of the VGA connector, + rather, it is a property of the DU and/or the LVDS encoders. It seems + most appropriate to make it a property of the DU in which case it + should not be specified in DT, but rather be included in the driver in + the crtc .mode_valid() operation. + + Furthermore, the values in the BSP seem quite low and it is suggested + that they are validated against the hardware limits derived from the DU. + And as discuss the results of the investigation with the BSP team + as necessary. + + - Above text is derived from a conversation with Laurent. -- cgit v1.2.3