All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
To: Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org>
Cc: Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>,
	Michael Turquette
	<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
	Stephen Boyd <sboyd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
	linux-arm-kernel
	<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>,
	linux-clk <linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	linux-kernel
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	dri-devel
	<dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
	Michael Trimarchi
	<michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>,
	linux-sunxi <linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>,
	linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org
Subject: Re: [PATCH v5 07/17] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay
Date: Wed, 9 Jan 2019 18:57:57 +0530	[thread overview]
Message-ID: <CAMty3ZC9OQtwT-iH=S1LhHsBPc_jFKGAnCYYeR9nuKuDWSKLQw@mail.gmail.com> (raw)
In-Reply-To: <20190108085829.clianbtjovu3oieq@flea>

[-- Attachment #1: Type: text/plain, Size: 3881 bytes --]

On Tue, Jan 8, 2019 at 2:28 PM Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote:
>
> On Mon, Jan 07, 2019 at 08:48:21PM +0530, Jagan Teki wrote:
> > On Mon, Jan 7, 2019 at 7:42 PM Maxime Ripard <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote:
> > >
> > > On Fri, Dec 21, 2018 at 02:26:11AM +0530, Jagan Teki wrote:
> > > > On Tue, Dec 11, 2018 at 10:19 PM Maxime Ripard
> > > > <maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org> wrote:
> > > > >
> > > > > On Mon, Dec 10, 2018 at 09:47:19PM +0530, Jagan Teki wrote:
> > > > > > Video start delay can be computed by subtracting total vertical
> > > > > > timing with front porch timing and with adding 1 delay line for TCON.
> > > > > >
> > > > > > BSP code form BPI-M64-bsp is computing video start delay as
> > > > > > (from linux-sunxi/
> > > > > > drivers/video/sunxi/disp2/disp/de/lowlevel_sun50iw1/de_dsi.c)
> > > > > >
> > > > > > u32 vfp = panel->lcd_vt - panel->lcd_y - panel->lcd_vbp;
> > > > > > => (panel->lcd_vt) - panel->lcd_y - (panel->lcd_vbp)
> > > > > > => (timmings->ver_front_porch + panel->lcd_vbp + panel->lcd_y)
> > > > > >    - panel->lcd_y - (panel->lcd_vbp)
> > > > > > => timmings->ver_front_porch + panel->lcd_vbp + panel->lcd_y
> > > > > >                            - panel->lcd_y - panel->lcd_vbp
> > > > > > => timmings->ver_front_porch
> > > > > >
> > > > > > So, update the start delay computation accordingly.
> > > > > >
> > > > > > Signed-off-by: Jagan Teki <jagan-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org>
> > > > >
> > > > > Even though it's a bit better now on my A33 board and I don't have the
> > > > > white stripes on the bottom of the display, there's still some
> > > > > flickering with your patches applied.
> > > > >
> > > > > Bisecting it seems to point at that patch, but reverting it doesn't
> > > > > make the issue go away, so it's not really clear which one exactly is
> > > > > at fault.
> > > >
> > > > Is reverting this patch, work fine or not?
> > >
> > > As I was saying, it doesn't.
> > >
> > > > This patch is trying to make use of front porch instead of existing
> > > > back porch to compute the delay. Since we revert the VBP fix patch[1]
> > > > to assume VBP as VFP value look like your setup would also require to
> > > > revert this change. But as per BSP or drm_mode details all of my
> > > > displays even work with and w/o reverting these two.
> > >
> > > Again, I cannot help you without the datasheet for the panels you're
> > > trying to submit.
> >
> > The panel bound with Sitronix ST7701 IC
> > http://www.startek-lcd.com/res/starteklcd/pdres/201705/20170512144242904.pdf
>
> It's the controller, not the panel

As I said before, the datasheet of that panel doesn't have any
information except electrical characteristics and used IC which is
ST7701.

I have one more panel, which is from Bananapi, S070WV20-CT16 ICN621
please find the attachment for the same.

Here is some more details of the same.

https://github.com/yesnoandor/x300/blob/master/kernel/arch/arm/boot/dts/erobbing/x300/x300.dtsi#L81
https://github.com/wxzed/Raspberry_5MIPI_Display/blob/master/I2C_Slave/USER/main.c#L15

https://github.com/eliot-shao/qcom/blob/master/icn6211_cxn0102/kernel/drivers/video/msm/mdss/mdss_i2c_interface.c#L152
matches timings for
https://github.com/eliot-shao/qcom/blob/master/icn6211_cxn0102/kernel/arch/arm/boot/dts/qcom/dsi-mipi-2-rgb_1280p_video.dtsi#L20

https://github.com/zestroly/micromat/blob/master/test/raspberry/ICN6211.cpp#L169

Let me know for any more details.

Jagan.

-- 
You received this message because you are subscribed to the Google Groups "linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email to linux-sunxi+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
For more options, visit https://groups.google.com/d/optout.

[-- Attachment #2: Banana Pi 7.0 LCD Datesheet.pdf --]
[-- Type: application/pdf, Size: 925270 bytes --]

  reply	other threads:[~2019-01-09 13:27 UTC|newest]

Thread overview: 121+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 16:17 [PATCH v5 00/17] drm/sun4i: Allwinner A64 MIPI-DSI support Jagan Teki
2018-12-10 16:17 ` Jagan Teki
2018-12-10 16:17 ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 01/17] clk: sunxi-ng: Add check for minimal rate to NKM PLLs Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 02/17] drm/sun4i: sun6i_mipi_dsi: Add has_mod_clk quirk Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 03/17] drm/sun4i: sun6i_mipi_dsi: Add Allwinner A64 MIPI DSI support Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 04/17] dt-bindings: sun6i-dsi: Add compatible for A64 MIPI DSI Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 05/17] drm/sun4i: sun6i_mipi_dsi: Add DSI Generic short write 2 param transfer Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 06/17] drm/sun4i: sun6i_mipi_dsi: Fix TCON DRQ set bits Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 07/17] drm/sun4i: sun6i_mipi_dsi: Refactor vertical video start delay Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-11 16:49   ` Maxime Ripard
2018-12-11 16:49     ` Maxime Ripard
2018-12-11 16:49     ` Maxime Ripard
2018-12-11 17:00     ` Jagan Teki
2018-12-11 17:00       ` Jagan Teki
2018-12-11 17:00       ` Jagan Teki
2018-12-12 19:43       ` Jagan Teki
2018-12-12 19:43         ` Jagan Teki
2018-12-12 19:43         ` Jagan Teki
2018-12-19 15:50       ` Maxime Ripard
2018-12-19 15:50         ` Maxime Ripard
2018-12-19 15:50         ` Maxime Ripard
2018-12-20 20:56     ` Jagan Teki
2018-12-20 20:56       ` Jagan Teki
2018-12-20 20:56       ` Jagan Teki
2019-01-06 16:29       ` Jagan Teki
2019-01-06 16:29         ` Jagan Teki
2019-01-06 16:29         ` Jagan Teki
2019-01-07 14:11       ` Maxime Ripard
2019-01-07 14:11         ` Maxime Ripard
2019-01-07 14:11         ` Maxime Ripard
2019-01-07 15:18         ` Jagan Teki
2019-01-07 15:18           ` Jagan Teki
2019-01-07 15:18           ` Jagan Teki
2019-01-08  8:58           ` Maxime Ripard
2019-01-08  8:58             ` Maxime Ripard
2019-01-08  8:58             ` Maxime Ripard
2019-01-09 13:27             ` Jagan Teki [this message]
2019-01-12 16:43               ` Maxime Ripard
2019-01-12 16:43                 ` Maxime Ripard
2019-01-12 16:43                 ` Maxime Ripard
2019-01-12 19:37                 ` Jagan Teki
2019-01-12 19:37                   ` Jagan Teki
2019-01-12 19:37                   ` Jagan Teki
2019-01-16 19:17                   ` Maxime Ripard
2019-01-16 19:17                     ` Maxime Ripard
2019-01-16 19:17                     ` Maxime Ripard
2019-01-17  4:32                     ` Jagan Teki
2019-01-17  4:32                       ` Jagan Teki
2019-01-17  4:32                       ` Jagan Teki
2019-01-18 15:44                       ` Jagan Teki
2019-01-18 15:44                         ` Jagan Teki
2019-01-18 15:44                         ` Jagan Teki
2019-01-22 11:11                         ` Maxime Ripard
2019-01-22 11:11                           ` Maxime Ripard
2019-01-22 11:11                           ` Maxime Ripard
2019-01-22 11:51                           ` Jagan Teki
2019-01-22 11:51                             ` Jagan Teki
2019-01-22 11:51                             ` Jagan Teki
2019-01-25 21:21                             ` Maxime Ripard
2019-01-25 21:21                               ` Maxime Ripard
2019-01-25 21:21                               ` Maxime Ripard
2019-01-22 11:14                       ` Maxime Ripard
2019-01-22 11:14                         ` Maxime Ripard
2019-01-22 11:14                         ` Maxime Ripard
2018-12-10 16:17 ` [PATCH v5 08/17] drm/sun4i: sun6i_mipi_dsi: Fix DSI hbp timing value Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 09/17] drm/sun4i: sun6i_mipi_dsi: Fix DSI hblk timing calculation Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 10/17] drm/sun4i: sun6i_mipi_dsi: Add DSI hblk packet overhead Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 11/17] drm/sun4i: sun6i_mipi_dsi: Fix DSI hfp timing value Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 12/17] drm/sun4i: sun6i_mipi_dsi: Set proper vblk timing calculation Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 13/17] drm/sun4i: sun6i_mipi_dsi: Add support for VCC-DSI voltage regulator Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 14/17] dt-bindings: sun6i-dsi: Add VCC-DSI supply property Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 15/17] clk: sunxi-ng: a64: Add minimum rate for PLL_MIPI Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-11 16:32   ` Maxime Ripard
2018-12-11 16:32     ` Maxime Ripard
2018-12-11 16:32     ` Maxime Ripard
2018-12-11 16:35     ` [linux-sunxi] " Jagan Teki
2018-12-11 16:35       ` Jagan Teki
2018-12-11 16:35       ` [linux-sunxi] " Jagan Teki
2018-12-11 16:50       ` Maxime Ripard
2018-12-11 16:50         ` Maxime Ripard
2018-12-11 16:50         ` [linux-sunxi] " Maxime Ripard
2018-12-10 16:17 ` [PATCH v5 16/17] dt-bindings: sun6i-dsi: Add A64 DPHY compatible (w/ A31 fallback) Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17 ` [PATCH v5 17/17] arm64: dts: allwinner: a64: Add DSI pipeline Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-10 16:17   ` Jagan Teki
2018-12-11 16:34   ` Maxime Ripard
2018-12-11 16:34     ` Maxime Ripard
2018-12-11 16:34     ` Maxime Ripard

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='CAMty3ZC9OQtwT-iH=S1LhHsBPc_jFKGAnCYYeR9nuKuDWSKLQw@mail.gmail.com' \
    --to=jagan-dyjbcgdgk7pe9whmmfpqlfatqe2ktcn/@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=linux-amarula-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org \
    --cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
    --cc=linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org \
    --cc=maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org \
    --cc=michael-dyjBcgdgk7Pe9wHmmfpqLFaTQe2KTcn/@public.gmane.org \
    --cc=mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
    --cc=sboyd-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
    --cc=wens-jdAy2FN1RRM@public.gmane.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.