[PATCH 1/1] drm: panel: Set connector type for Armadeus ST0700 Adapt panel

2023-01-12 Thread Sébastien Szymanski
The Armadeus ST0700 Adapt is a DPI panel, set the connector type accordingly. Signed-off-by: Sébastien Szymanski --- drivers/gpu/drm/panel/panel-simple.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index

Re: [PATCH v7 00/10] drm: bridge: Add Samsung MIPI DSIM bridge

2022-10-28 Thread Sébastien Szymanski
- include/drm/bridge/samsung-dsim.h | 115 + 8 files changed, 2108 insertions(+), 1653 deletions(-) create mode 100644 drivers/gpu/drm/bridge/samsung-dsim.c create mode 100644 include/drm/bridge/samsung-dsim.h -- Sébastien Szymanski, Armadeus Systems Software engineer

[PATCH 1/3] drm: mxsfb: add i.MX6UL/i.MX6ULL to the list of supported SoCs in Kconfig

2020-12-20 Thread Sébastien Szymanski
The eLCDIF controller is also present on i.MX6UL/i.MX6ULL SoCs so add them in the Kconfig option description. Signed-off-by: Sébastien Szymanski --- drivers/gpu/drm/mxsfb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mxsfb/Kconfig b/drivers/gpu/drm

[PATCH 3/3] dt-bindings: mxsfb: add compatible for i.MX6UL/i.MX6ULL

2020-12-20 Thread Sébastien Szymanski
i.MX6UL/i.MX6ULL have eLCDIF controller, too. Signed-off-by: Sébastien Szymanski --- Documentation/devicetree/bindings/display/mxsfb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt

[PATCH 2/3] drm: mxsfb: add alpha plane support on i.MX6UL/i.MX6ULL

2020-12-20 Thread Sébastien Szymanski
The eLCDIF controller on i.MX6UL/i.MX6ULL supports the alpha plane too. Enable it on these SoCs. Signed-off-by: Sébastien Szymanski --- While testing, I have noticed that the alpha plane works but sometimes the framebuffer is shiftted to the right. I tested with the following modetest command

[PATCH 1/1] drm: mxsfb: add i.MX6UL in Kconfig

2019-07-30 Thread Sébastien Szymanski
This controller is also found on i.MX6UL and i.MX6ULL so update Kconfig accordingly. Signed-off-by: Sébastien Szymanski --- drivers/gpu/drm/mxsfb/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/mxsfb/Kconfig b/drivers/gpu/drm/mxsfb/Kconfig index

Re: [PATCH RE-RESEND 1/2] drm/panel: Add support for Armadeus ST0700 Adapt

2019-05-22 Thread Sébastien Szymanski
evam wrote: >>>> [Adding Sam, who is helping to review/collect panel-simple patches] >>>> >>>> On Tue, May 7, 2019 at 12:27 PM Sébastien Szymanski >>>> wrote: >>>>> >>>>> This patch adds support for the Armadeus ST0700 Adapt.

[PATCH RE-RESEND 2/2] ARM: dts: opos6uldev: use OF graph to describe the display

2019-05-08 Thread Sébastien Szymanski
To make use of the new eLCDIF DRM driver OF graph description is required. Describe the display using OF graph nodes. Cc: sta...@vger.kernel.org # v4.19 Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul-opos6uldev.dts | 37 +++-- 1 file changed, 16 insertions

[PATCH RE-RESEND 1/2] drm/panel: Add support for Armadeus ST0700 Adapt

2019-05-08 Thread Sébastien Szymanski
This patch adds support for the Armadeus ST0700 Adapt. It comes with a Santek ST0700I5Y-RBSLW 7.0" WVGA (800x480) TFT and an adapter board so that it can be connected on the TFT header of Armadeus Dev boards. Cc: sta...@vger.kernel.org # v4.19 Reviewed-by: Rob Herring Signed-off-by: Séba

[RESEND PATCH 1/2] drm/panel: Add support for Armadeus ST0700 Adapt

2018-10-24 Thread Sébastien Szymanski
This patch adds support for the Armadeus ST0700 Adapt. It comes with a Santek ST0700I5Y-RBSLW 7.0" WVGA (800x480) TFT and an adapter board so that it can be connected on the TFT header of Armadeus Dev boards. Signed-off-by: Sébastien Szymanski --- .../display/panel/armadeus,st0700-adap

[RESEND PATCH 2/2] ARM: dts: opos6uldev: use OF graph to describe the display

2018-10-24 Thread Sébastien Szymanski
To make use of the new eLCDIF DRM driver OF graph description is required. Describe the display using OF graph nodes. Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul-opos6uldev.dts | 37 ++--- 1 file changed, 16 insertions(+), 21 deletions(-) diff

Re: [PATCH 1/2] drm/panel: Add support for Armadeus ST0700 Adapt

2018-07-19 Thread Sébastien Szymanski
Hi Fabio, On 07/17/2018 02:28 PM, Fabio Estevam wrote: > Hi Sébastien, > > On Tue, Jul 17, 2018 at 4:23 AM, Sébastien Szymanski > wrote: >> This patch adds support for the Armadeus ST0700 Adapt. It comes with a >> Santek ST0700I5Y-RBSLW 7.0" WVGA (800x480) TFT and a

[PATCH 1/2] drm/panel: Add support for Armadeus ST0700 Adapt

2018-07-18 Thread Sébastien Szymanski
This patch adds support for the Armadeus ST0700 Adapt. It comes with a Santek ST0700I5Y-RBSLW 7.0" WVGA (800x480) TFT and an adapter board so that it can be connected on the TFT header of Armadeus Dev boards. Signed-off-by: Sébastien Szymanski --- .../display/panel/armadeus,st0700-adap

[PATCH 2/2] ARM: dts: opos6uldev: use OF graph to describe the display

2018-07-17 Thread Sébastien Szymanski
To make use of the new eLCDIF DRM driver OF graph description is required. Describe the display using OF graph nodes. Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul-opos6uldev.dts | 37 ++--- 1 file changed, 16 insertions(+), 21 deletions(-) diff

[PATCH 2/2] imx-drm: ipuv3-crtc: Use DRM mode flags to configure pixel clock polarity

2015-03-16 Thread Sébastien Szymanski
From: Steve Longerbeam Previously, pixel clock polarity was hardcoded and wasn't configurable. This patch adds support to configure the pixel clock polarity from the DRM mode flags. [Sébastien - rebase] Signed-off-by: Mohsin Kazmi Signed-off-by: Steve Longerbeam Signed-off-by: Sébastien Szy

[PATCH 1/2] drm_modes: videomode: add pos/neg pixel clock polarity flag

2015-03-16 Thread Sébastien Szymanski
From: Steve Longerbeam [Sébastien - rebase, update drm_display_mode_to_videomode function] Signed-off-by: Steve Longerbeam Signed-off-by: Sébastien Szymanski --- drivers/gpu/drm/drm_modes.c | 8 include/uapi/drm/drm_mode.h | 4 2 files changed, 12 insertions(+) diff --git a/d