Re: [PATCH] drm/ci: update device type for volteer devices

2024-03-05 Thread David Heidelberg
Reviewed-by: David Heidelberg If possible, please merge this ASAP, because major move of most of the devices to type acer-cp514-2h-1130g7-volteer will happen tomorrow. Thank you On 05/03/2024 11:16, Vignesh Raman wrote: Volteer devices in the collabora lab are categorized under the asus

Re: [PATCH v2 1/2] dt-bindings: display/msm: gpu: Allow multiple digits for patchid

2024-02-10 Thread David Heidelberg
Reviewed-by: David Heidelberg

Re: [PATCH v2 2/2] drm/msm/adreno: Add A305B support

2024-02-10 Thread David Heidelberg
Reviewed-by: David Heidelberg

Re: [PATCH] dt-bindings: panel-simple-dsi: move LG 5" HD TFT LCD panel into DSI yaml

2023-12-12 Thread David Heidelberg
Good catch, thank you! Sent v2. David On 12/12/2023 20:41, Jessica Zhang wrote: On 12/12/2023 9:53 AM, David Heidelberg wrote: Originally was in the panel-simple, but belongs to panel-simple-dsi. See arch/arm/boot/dts/nvidia/tegra114-roth.dts for more details. Fixes: ``` arch/arm/boot/dts

[PATCH v2] dt-bindings: panel-simple-dsi: move LG 5" HD TFT LCD panel into DSI yaml

2023-12-12 Thread David Heidelberg
schema: Documentation/devicetree/bindings/display/panel/panel-simple.yaml ``` Fixes: 310abcea76e9 ("dt-bindings: display: convert simple lg panels to DT Schema") Signed-off-by: David Heidelberg --- v2: added Fixes tag (thx to Jessica) .../devicetree/bindings/display/panel/panel-simpl

[PATCH] dt-bindings: panel-simple-dsi: move LG 5" HD TFT LCD panel into DSI yaml

2023-12-12 Thread David Heidelberg
/devicetree/bindings/display/panel/panel-simple.yaml ``` Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/panel/panel-simple-dsi.yaml | 2 ++ .../devicetree/bindings/display/panel/panel-simple.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH 1/9] drm/ci: uprev mesa version - fix container build

2023-10-11 Thread David Heidelberg
Reviewed-by: David Heidelberg On 09/10/2023 02:49, Helen Koike wrote: When building containers, some rust packages were installed without locking the dependencies version, which got updated and started giving errors like: error: failed to compile `bindgen-cli v0.62.0`, intermediate artifacts

Re: [PATCH 4/6] drm: ci: Enable configs to fix mt8173 boot hang issue

2023-09-08 Thread David Heidelberg
kernel, I assume CONFIG_REGULATOR_DA9211=m should be added. David Regards, Vignesh -- David Heidelberg Consultant Software Engineer Collabora Ltd. Platinum Building, St John's Innovation Park, Cambridge CB4 0DS, UK Registered in England & Wales, no. 5513718 OpenPGP_0x69F567861C1EC014

[RESEND PATCH v2] drm/panel: JDI LT070ME05000 simplify with dev_err_probe()

2023-08-12 Thread David Heidelberg
Use the dev_err_probe() helper to simplify error handling during probe. This also handle scenario, when EDEFER is returned and useless error is printed. Fixes error: panel-jdi-lt070me05000 470.dsi.0: cannot get enable-gpio -517 Signed-off-by: David Heidelberg --- resend: - applies cleanly

[PATCH] drm/panel: JDI LT070ME05000 drop broken link

2023-08-12 Thread David Heidelberg
Link is no longer functional and web.archive.org doesn't provide PDF with detail information. Some informations can be found from web.archive.org here: https://web.archive.org/web/20170629205602/http://panelone.net/en/7-0-inch/JDI_LT070ME05000_7.0_inch-datasheet Signed-off-by: David Heidelberg

Re: [PATCH v10] drm: Add initial ci/ subdirectory

2023-08-02 Thread David Heidelberg
On 31/07/2023 10:38, Juan A. Suárez wrote: On Sat, 2023-07-29 at 12:08 +0300, David Heidelberg wrote: Hello Maira, Regarding the second question about V3D and V3DV: in the Mesa3D CI, we currently use downstream kernels, so we don't build the kernel for Raspberry Pi. BM_BOOTFS option can

[PATCH] dt-bindings: mxsfb: Exclude i.MX8MQ from power-domains requirement

2023-07-30 Thread David Heidelberg
i.MX8MQ uses as secondary compatible fsl,imx6sx-lcdif, which triggers requirement of power-domains, thou it's not required. Fixes: f62678a77d58 ("dt-bindings: mxsfb: Document i.MX8M/i.MX6SX/i.MX6SL power-domains property") Signed-off-by: David Heidelberg --- .../devicetree/bindin

Re: [PATCH] drm/msm/a6xx: don't set IO_PGTABLE_QUIRK_ARM_OUTER_WBWA with coherent SMMU

2023-04-10 Thread David Heidelberg
Thank you! Tested-by: David Heidelberg On 10/04/2023 20:52, Dmitry Baryshkov wrote: If the Adreno SMMU is dma-coherent, allocation will fail unless we disable IO_PGTABLE_QUIRK_ARM_OUTER_WBWA. Skip setting this quirk for the coherent SMMUs (like we have on sm8350 platform). Fixes

Re: [PATCH] dt-bindings: display: msm: sm8350-mdss: Fix DSI compatible

2023-04-09 Thread David Heidelberg
Reviewed-by: David Heidelberg

Re: [RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-27 Thread David Heidelberg
Thank you all! We'll drop this patch in next MesaCI kernel uprev without this patch! David On 27/02/2023 19:06, Vivek Goyal wrote: On Mon, Feb 27, 2023 at 10:53:45AM -0500, Stefan Hajnoczi wrote: On Fri, Feb 24, 2023 at 03:37:51PM +0100, David Heidelberg wrote: From: Stefan Hajnoczi Make

[RESEND v2 PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-24 Thread David Heidelberg
. This is convenient for testing and situations where manipulating disk image files is cumbersome. Reviewed-by: Helen Koike Signed-off-by: Stefan Hajnoczi Signed-off-by: David Heidelberg --- v2: added Reviewed-by and CCed everyone interested. We have used this option in Mesa3D CI for testing crosvm for more

[RESEND PATCH] init/do_mounts.c: add virtiofs root fs support

2023-02-24 Thread David Heidelberg
. This is convenient for testing and situations where manipulating disk image files is cumbersome. Signed-off-by: Stefan Hajnoczi Signed-off-by: David Heidelberg --- We have used this option in Mesa3D CI for testing crosvm for more than one years and it's proven to work reliably. We are working on effort

Re: [PATCH v8 0/3] mdss-dsi-ctrl binding and dts fixes

2023-01-17 Thread David Heidelberg
For the series: Acked-by: David Heidelberg

Re: [PATCH v2 01/12] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-08 Thread David Heidelberg
not documented PHY: - moved into phy/ directory - split into QMP and non-QMP PHY schemas Co-developed-by: David Heidelberg David also needs to SoB here. no problem, for this or any later version of patches developed by me: Signed-off-by: David Heidelberg Signed-off-by: Dmitry

Re: [PATCH v1 1/7] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-06-08 Thread David Heidelberg
Thank you for bringing it back to life! Reviewed-by: David Heidelberg On 07/06/2022 20:58, Dmitry Baryshkov wrote: Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Changes to schema: HDMI: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 PHY: - moved into phy

[PATCH v2] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node

2022-02-07 Thread David Heidelberg
Inherit valid properties from the dsi-controller. Reviewed-by: Dmitry Osipenko Signed-off-by: David Heidelberg --- v2: - added $ref ../dsi-controller.yaml# instead copying properties (Dmitry) - additionalProperties -> unevaluatedProperties (Dmitry) - example dsi-bridge@ -> dsi@ (

[PATCH v2] drm/panel: JDI LT070ME05000 simplify with dev_err_probe()

2022-02-06 Thread David Heidelberg
Use the dev_err_probe() helper to simplify error handling during probe. This also handle scenario, when EDEFER is returned and useless error is printed. Fixes error: panel-jdi-lt070me05000 470.dsi.0: cannot get enable-gpio -517 Signed-off-by: David Heidelberg --- v2: - original v1 patch

Re: [PATCH] drm/panel: JDI LT070ME05000 remove useless warning

2022-02-06 Thread David Heidelberg
On Sun, Feb 6 2022 at 20:26:50 +0100, Sam Ravnborg wrote: dev_err_probe Amazing, thanks I'll send fix right away. Davi

[PATCH] drm/panel: JDI LT070ME05000 remove useless warning

2022-02-06 Thread David Heidelberg
Do as most of panel and in case of deffered probe, don't print error. Fixes warning: panel-jdi-lt070me05000 470.dsi.0: cannot get enable-gpio -517 Signed-off-by: David Heidelberg --- drivers/gpu/drm/panel/panel-jdi-lt070me05000.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion

[PATCH] dt-bindings: msm/mdp4: convert to yaml format

2022-01-09 Thread David Heidelberg
Convert mdp4 binding into yaml format. Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/msm/mdp4.txt | 114 .../devicetree/bindings/display/msm/mdp4.yaml | 124 ++ 2 files changed, 124 insertions(+), 114 deletions(-) delete mode 100644

[PATCH v3] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-01-08 Thread David Heidelberg
Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Other changes: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 - phy part moved into phy/ directory Signed-off-by: David Heidelberg --- v2: - move phy into phy/ - added maxItems for gpios - simplified pinctrl-names

[WIP PATCH] dt-bindings: display: msm: dsi-controller-main: distinguish DSI versions

2022-01-08 Thread David Heidelberg
Update documentation compatible and checking to comprehend both V2 and 6G version bindings. Following this commit, there will be update for compatible string in chipsets dtsi. Additional changes: - switch to unevaluatedProperties Signed-off-by: David Heidelberg --- Rob, I know you mentioned

[PATCH v2] dt-bindings: display/msm: hdmi: split and convert to yaml

2022-01-08 Thread David Heidelberg
Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Other changes: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 - phy part moved into phy/ directory Signed-off-by: David Heidelberg --- v2: - move phy into phy/ - added maxItems for gpios - simplified pinctrl-names

[PATCH] Discussion: dt-bindings: display: msm: dsi-controller-main: fix the binding

2021-12-25 Thread David Heidelberg
This binding is not much validating the old DSI v2. Currently we don't differentiate old v2 from new versions, so we need to figure out how to validate them. I propose specific compatible depending on mdss version, but I would be glad, if someone with deeper knowledge proposed the names. I'm

[PATCH] dt-bindings: display: enable port jdi,lt070me05000

2021-12-24 Thread David Heidelberg
/panel/jdi,lt070me05000.yaml Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/panel/jdi,lt070me05000.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/jdi,lt070me05000.yaml b/Documentation/devicetree/bindings/display

[PATCH] drm/panel: JDI LT070ME05000 drop broken link

2021-12-24 Thread David Heidelberg
Link is no longer functional and web.archive.org doesn't provide PDF with detail information. Some informations can be found from web.archive.org here: https://web.archive.org/web/20170629205602/http://panelone.net/en/7-0-inch/JDI_LT070ME05000_7.0_inch-datasheet Signed-off-by: David Heidelberg

[PATCH] dt-bindings: display/msm: hdmi: split and convert to yaml

2021-12-24 Thread David Heidelberg
Convert Qualcomm HDMI binding into HDMI TX and PHY yaml bindings. Other changes: - fixed reg-names numbering to match 0..3 instead 0,1,3,4 Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/msm/hdmi.txt | 99 - .../bindings/display/msm/qcom,hdmi-phy.yaml | 119

[PATCH] dt-bindings: msm: disp: remove bus from dpu bindings

2021-12-20 Thread David Heidelberg
/msm/dpu-sdm845.yaml Ref: https://lore.kernel.org/all/20210803101657.1072358-1-dmitry.barysh...@linaro.org/ Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/msm/dpu-sdm845.yaml | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Documentation

[PATCH] dt-bindings: display: bridge: document Toshiba TC358768 cells and panel node

2021-12-15 Thread David Heidelberg
Properties #address-cells and #size-cells are valid. The bridge node can also contains panel node. Signed-off-by: David Heidelberg --- .../bindings/display/bridge/toshiba,tc358768.yaml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v2 2/2] dt-bindings: convert Rockchip DW MIPI DSI binding to YAML format

2021-12-11 Thread David Heidelberg
Convert into YAML format into format, which can be validated. Changes: - drop panel from example Signed-off-by: David Heidelberg --- v2: - rename patch - drop possibility for only one compatible string - add patch for adding compatible to the PX30 dtsi .../display/rockchip

[PATCH] dt-bindings: convert power domain node for rockchip DW MIPI DSI

2021-12-06 Thread David Heidelberg
Convert into YAML format into format, which can be validated. Changes: - drop panel from example Signed-off-by: David Heidelberg --- .../display/rockchip/dw_mipi_dsi_rockchip.txt | 93 .../rockchip/rockchip,dw-mipi-dsi.yaml| 200 ++ 2 files changed, 200

[PATCH] dt-bindings: display: sync formats with simplefb.h

2021-11-08 Thread David Heidelberg
Sync all formats from simplefb.h into documentation. Signed-off-by: David Heidelberg --- .../bindings/display/simple-framebuffer.yaml | 12 1 file changed, 12 insertions(+) diff --git a/Documentation/devicetree/bindings/display/simple-framebuffer.yaml b/Documentation

Re: [PATCH v6] dt-bindings: drm/msm/gpu: convert to YAML

2021-10-27 Thread David Heidelberg
Hello Rob, can this patch can go in? Thank you David On Mon, Oct 18 2021 at 08:48:23 -0500, Rob Herring wrote: On Sun, 17 Oct 2021 16:43:50 +0200, David Heidelberg wrote: Conversion of text binding for Adreno GPU to the YAML format. Signed-off-by: David Heidelberg --- v2: - added

[PATCH v6] dt-bindings: drm/msm/gpu: convert to YAML

2021-10-17 Thread David Heidelberg
Conversion of text binding for Adreno GPU to the YAML format. Signed-off-by: David Heidelberg --- v2: - added compatbile description from Rob Clark - dropped reg description - reg numbers increased to 3 (since we also have uncommon cx_dbgc) - specified interconnect-names items range

[PATCH] [v5] dt-bindings: drm/msm/gpu: convert to YAML

2021-10-10 Thread David Heidelberg
Conversion of text binding for Adreno GPU to the YAML format. Signed-off-by: David Heidelberg --- v2: - added compatbile description from Rob Clark - dropped reg description - reg numbers increased to 3 (since we also have uncommon cx_dbgc) - specified interconnect-names items range

[PATCH] dt-bindings: display: simple: hardware can use ddc-i2c-bus

2021-09-28 Thread David Heidelberg
/panel-simple.yaml Signed-off-by: David Heidelberg --- .../devicetree/bindings/display/panel/panel-simple.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation/devicetree/bindings/display/panel/panel

[PATCH] drm/msm: mdp4: drop vblank get/put from prepare/complete_commit

2021-07-15 Thread David Heidelberg
... Tested on Nexus 7 2013 (deb), LTS 5.10.50. Introduced by: 119ecb7fd3b5 ("drm/msm/mdp4: request vblank during modeset") Signed-off-by: David Heidelberg --- drivers/gpu/drm/msm/disp/mdp4/mdp4_kms.c | 13 - 1 file changed, 13 deletions(-) diff --git a/drivers/gpu/drm/msm