dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Jagan Teki <jagan@amarulasolutions.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>,
	linux-amarula@amarulasolutions.com,
	dri-devel@lists.freedesktop.org,
	Robert Foss <robert.foss@linaro.org>,
	Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	Michael Nazzareno Trimarchi <michael@amarulasolutions.com>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: Re: [PATCH v3 0/7] drm: exynos: dsi: Convert drm bridge
Date: Mon, 13 Dec 2021 18:01:00 +0530	[thread overview]
Message-ID: <CAMty3ZAsmMd0Vou0GhM=PbHF7=bDztbR6TV8QfQ95WESum9QQQ@mail.gmail.com> (raw)
In-Reply-To: <2b5810d5-8af7-f960-94fb-bd08188a9ae8@samsung.com>

Hi Marek,

On Mon, Dec 13, 2021 at 5:42 PM Marek Szyprowski
<m.szyprowski@samsung.com> wrote:
>
> Hi Jagan,
>
> On 13.12.2021 13:08, Jagan Teki wrote:
> > On Mon, Dec 13, 2021 at 5:34 PM Marek Szyprowski
> > <m.szyprowski@samsung.com> wrote:
> >> On 12.12.2021 19:14, Jagan Teki wrote:
> >>> Updated series about drm bridge conversion of exynos dsi.
> >>>
> >>> Patch 1: panel checker
> >>>
> >>> Patch 2: panel_bridge API
> >>>
> >>> Patch 3: Bridge conversion
> >>>
> >>> Patch 4: pree_enable, post_disable
> >>>
> >>> Patch 5: Atomic functions
> >>>
> >>> Patch 6: atomic_set
> >>>
> >>> Patch 7: DSI init in enable
> >>>
> >>> [1] https://patchwork.kernel.org/project/dri-devel/cover/20211210191922.2367979-1-jagan@amarulasolutions.com/
> >>>
> >>> Any inputs?
> >> I've checked this patchset on Exynos based Trats2 board (the one with
> >> simplest display pipeline: Exynos FIMD -> Exynos DSI -> s6e8aa0 DSI
> >> panel). DRM stops working after the 2nd patch ("[PATCH v3 2/7] drm:
> >> exynos: dsi: Use drm panel_bridge API"):
> >>
> >> # dmesg | grep drm
> >> [    2.511893] [drm] Exynos DRM: using 11c00000.fimd device for DMA
> >> mapping operations
> >> [    2.518653] exynos-drm exynos-drm: bound 11c00000.fimd (ops
> >> fimd_component_ops)
> >> [    2.535699] exynos-drm exynos-drm: bound 11c80000.dsi (ops
> >> exynos_dsi_component_ops)
> >> [    2.543912] exynos-drm exynos-drm: [drm] Cannot find any crtc or sizes
> >> [    2.556107] [drm] Initialized exynos 1.1.0 20180330 for exynos-drm on
> >> minor 0
> >> [    2.573212] exynos-dsi 11c80000.dsi: [drm:exynos_dsi_host_attach]
> >> *ERROR* failed to find the bridge: -19
> > Look like you have missed to apply the Child lookup patch. is it so?
> >
> > Let me send it, I will CC you as well. And I will also send tc358764
> > panel_bridge conversion.
>
> The above log is from Trats2 board, which uses only the s6e8aa0 DSI
> panel. I've also checked the Arndale board, which has tc358764 bridge
> and it also doesn't work. Which patches I have to apply for the tests?

[PATCH v2] drm: of: Lookup if child node has panel or bridge
[PATCH] drm: bridge: tc358764: Use drm panel_bridge API

Thanks,
Jagan.

  reply	other threads:[~2021-12-13 12:31 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20211212181442eucas1p2fe9d69d619f7f68be4473b79ddd136b0@eucas1p2.samsung.com>
2021-12-12 18:14 ` [PATCH v3 0/7] drm: exynos: dsi: Convert drm bridge Jagan Teki
2021-12-12 18:14   ` [PATCH v3 1/7] drm: exynos: dsi: Check panel for panel helpers Jagan Teki
2021-12-12 18:14   ` [PATCH v3 2/7] drm: exynos: dsi: Use drm panel_bridge API Jagan Teki
2021-12-13  9:08     ` Andrzej Hajda
2021-12-13  9:14       ` Jagan Teki
2021-12-12 18:14   ` [PATCH v3 3/7] drm: exynos: dsi: Convert to bridge driver Jagan Teki
2021-12-13  9:34     ` Andrzej Hajda
2021-12-12 18:14   ` [PATCH v3 4/7] drm: exynos: dsi: Separate pre_enable, post_disable code Jagan Teki
2021-12-13  9:57     ` Andrzej Hajda
2021-12-14 19:01       ` Jagan Teki
2021-12-12 18:14   ` [PATCH v3 5/7] drm: exynos: dsi: Switch to atomic funcs Jagan Teki
2021-12-12 18:14   ` [PATCH v3 6/7] drm: exynos: dsi: Get the mode from bridge Jagan Teki
2021-12-12 18:14   ` [PATCH v3 7/7] drm: exynos: dsi: Move DSI init in bridge enable Jagan Teki
2021-12-13 12:04   ` [PATCH v3 0/7] drm: exynos: dsi: Convert drm bridge Marek Szyprowski
2021-12-13 12:08     ` Jagan Teki
2021-12-13 12:12       ` Marek Szyprowski
2021-12-13 12:31         ` Jagan Teki [this message]
2021-12-13 13:21           ` Marek Szyprowski
2021-12-13 13:56             ` Jagan Teki
2021-12-13 14:12               ` Marek Szyprowski
2021-12-14 10:47                 ` Jagan Teki
2021-12-15  6:09                   ` Marek Szyprowski
2021-12-15  6:28                     ` Jagan Teki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMty3ZAsmMd0Vou0GhM=PbHF7=bDztbR6TV8QfQ95WESum9QQQ@mail.gmail.com' \
    --to=jagan@amarulasolutions.com \
    --cc=andrzej.hajda@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-amarula@amarulasolutions.com \
    --cc=m.szyprowski@samsung.com \
    --cc=michael@amarulasolutions.com \
    --cc=narmstrong@baylibre.com \
    --cc=robert.foss@linaro.org \
    --cc=sam@ravnborg.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).