From: icenowy@aosc.xyz (Icenowy Zheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] drm/sun4i: Introduce A33 display driver
Date: Fri, 02 Sep 2016 09:30:05 +0800 [thread overview]
Message-ID: <18951472779805@web6g.yandex.ru> (raw)
In-Reply-To: <20160901153204.11217-1-maxime.ripard@free-electrons.com>
01.09.2016, 23:40, "Maxime Ripard" <maxime.ripard@free-electrons.com>:
> Hi everyone,
>
> This serie introduces the support in the sun4i-drm driver for the A33.
>
> Beside the new IPs and special cases for the A33 new IPs, there's
> nothing really outstanding, and is now at feature parity with the A13.
How can the driver be modified to support LVDS screen?
I have an A33 tablet with a 1024x768 LVDS panel. (iNet D978 Rev2 board,
which I pushed a dt a few days ago)
>
> This serie is based on my A33 CCU patches posted earlier today here:
> http://lists.infradead.org/pipermail/linux-arm-kernel/2016-September/453208.html
>
> Let me know what you think,
> Maxime
>
> Maxime Ripard (7):
> ??drm/sun4i: support TCONs without channel 1
> ??drm/sun4i: support A33 tcon
> ??drm/sun4i: Add SAT and DRC drivers
> ??drm/panel: Add Sinlinx SinA33 7" panel
> ??ARM: sun8i: a33: Add display pipeline
> ??ARM: sun8i: a33: Add RGB666 pins
> ??ARM: sun8i: sina33: Enable display
>
> ?.../bindings/display/sunxi/sun4i-drm.txt | 44 ++++-
> ?arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 34 ++++
> ?arch/arm/boot/dts/sun8i-a33.dtsi | 194 +++++++++++++++++++++
> ?drivers/gpu/drm/panel/panel-simple.c | 26 +++
> ?drivers/gpu/drm/sun4i/Makefile | 3 +-
> ?drivers/gpu/drm/sun4i/sun4i_backend.c | 1 +
> ?drivers/gpu/drm/sun4i/sun4i_drv.c | 8 +-
> ?drivers/gpu/drm/sun4i/sun4i_tcon.c | 42 +++--
> ?drivers/gpu/drm/sun4i/sun4i_tcon.h | 2 +
> ?drivers/gpu/drm/sun4i/sun6i_drc.c | 117 +++++++++++++
> ?drivers/gpu/drm/sun4i/sun8i_sat.c | 105 +++++++++++
> ?11 files changed, 557 insertions(+), 19 deletions(-)
> ?create mode 100644 drivers/gpu/drm/sun4i/sun6i_drc.c
> ?create mode 100644 drivers/gpu/drm/sun4i/sun8i_sat.c
>
> --
> 2.9.2
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Icenowy Zheng <icenowy-ymACFijhrKM@public.gmane.org>
To: Maxime Ripard
<maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
Daniel Vetter
<daniel.vetter-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
David Airlie <airlied-cv59FeDIM0c@public.gmane.org>,
Thierry Reding
<thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Chen-Yu Tsai <wens-jdAy2FN1RRM@public.gmane.org>
Cc: Thomas Petazzoni
<thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
"dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org"
<dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
"linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org"
<linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
"linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
<linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org>
Subject: Re: [PATCH 0/7] drm/sun4i: Introduce A33 display driver
Date: Fri, 02 Sep 2016 09:30:05 +0800 [thread overview]
Message-ID: <18951472779805@web6g.yandex.ru> (raw)
In-Reply-To: <20160901153204.11217-1-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
01.09.2016, 23:40, "Maxime Ripard" <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>:
> Hi everyone,
>
> This serie introduces the support in the sun4i-drm driver for the A33.
>
> Beside the new IPs and special cases for the A33 new IPs, there's
> nothing really outstanding, and is now at feature parity with the A13.
How can the driver be modified to support LVDS screen?
I have an A33 tablet with a 1024x768 LVDS panel. (iNet D978 Rev2 board,
which I pushed a dt a few days ago)
>
> This serie is based on my A33 CCU patches posted earlier today here:
> http://lists.infradead.org/pipermail/linux-arm-kernel/2016-September/453208.html
>
> Let me know what you think,
> Maxime
>
> Maxime Ripard (7):
> drm/sun4i: support TCONs without channel 1
> drm/sun4i: support A33 tcon
> drm/sun4i: Add SAT and DRC drivers
> drm/panel: Add Sinlinx SinA33 7" panel
> ARM: sun8i: a33: Add display pipeline
> ARM: sun8i: a33: Add RGB666 pins
> ARM: sun8i: sina33: Enable display
>
> .../bindings/display/sunxi/sun4i-drm.txt | 44 ++++-
> arch/arm/boot/dts/sun8i-a33-sinlinx-sina33.dts | 34 ++++
> arch/arm/boot/dts/sun8i-a33.dtsi | 194 +++++++++++++++++++++
> drivers/gpu/drm/panel/panel-simple.c | 26 +++
> drivers/gpu/drm/sun4i/Makefile | 3 +-
> drivers/gpu/drm/sun4i/sun4i_backend.c | 1 +
> drivers/gpu/drm/sun4i/sun4i_drv.c | 8 +-
> drivers/gpu/drm/sun4i/sun4i_tcon.c | 42 +++--
> drivers/gpu/drm/sun4i/sun4i_tcon.h | 2 +
> drivers/gpu/drm/sun4i/sun6i_drc.c | 117 +++++++++++++
> drivers/gpu/drm/sun4i/sun8i_sat.c | 105 +++++++++++
> 11 files changed, 557 insertions(+), 19 deletions(-)
> create mode 100644 drivers/gpu/drm/sun4i/sun6i_drc.c
> create mode 100644 drivers/gpu/drm/sun4i/sun8i_sat.c
>
> --
> 2.9.2
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
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.
next prev parent reply other threads:[~2016-09-02 1:30 UTC|newest]
Thread overview: 96+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-01 15:31 [PATCH 0/7] drm/sun4i: Introduce A33 display driver Maxime Ripard
2016-09-01 15:31 ` Maxime Ripard
2016-09-01 15:31 ` Maxime Ripard
2016-09-01 15:31 ` [PATCH 1/7] drm/sun4i: support TCONs without channel 1 Maxime Ripard
2016-09-01 15:31 ` Maxime Ripard
2016-09-01 15:31 ` Maxime Ripard
2016-09-02 1:47 ` Chen-Yu Tsai
2016-09-02 1:47 ` Chen-Yu Tsai
2016-09-02 1:47 ` Chen-Yu Tsai
2016-09-01 15:31 ` [PATCH 2/7] drm/sun4i: support A33 tcon Maxime Ripard
2016-09-01 15:31 ` Maxime Ripard
2016-09-01 15:31 ` Maxime Ripard
2016-09-02 6:02 ` Chen-Yu Tsai
2016-09-02 6:02 ` Chen-Yu Tsai
2016-09-02 6:02 ` Chen-Yu Tsai
2016-09-05 20:22 ` Maxime Ripard
2016-09-05 20:22 ` Maxime Ripard
2016-09-05 20:22 ` Maxime Ripard
2016-09-01 15:32 ` [PATCH 3/7] drm/sun4i: Add SAT and DRC drivers Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-02 6:45 ` Chen-Yu Tsai
2016-09-02 6:45 ` Chen-Yu Tsai
2016-09-02 6:45 ` Chen-Yu Tsai
2016-09-05 20:27 ` Maxime Ripard
2016-09-05 20:27 ` Maxime Ripard
2016-09-05 20:27 ` Maxime Ripard
2016-09-04 20:03 ` [linux-sunxi] " Peter Korsgaard
2016-09-04 20:03 ` Peter Korsgaard
2016-09-04 20:03 ` Peter Korsgaard
2016-09-06 13:59 ` [linux-sunxi] " Maxime Ripard
2016-09-06 13:59 ` Maxime Ripard
2016-09-06 13:59 ` Maxime Ripard
2016-09-01 15:32 ` [PATCH 4/7] drm/panel: Add Sinlinx SinA33 7" panel Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-02 7:01 ` Chen-Yu Tsai
2016-09-02 7:01 ` Chen-Yu Tsai
2016-09-04 17:03 ` Icenowy Zheng
2016-09-04 17:03 ` Icenowy Zheng
2016-09-05 20:02 ` Maxime Ripard
2016-09-05 20:02 ` Maxime Ripard
2016-09-05 20:02 ` Maxime Ripard
2016-09-06 2:53 ` Chen-Yu Tsai
2016-09-06 2:53 ` Chen-Yu Tsai
2016-09-06 2:53 ` Chen-Yu Tsai
2016-09-06 9:12 ` Thierry Reding
2016-09-06 9:12 ` Thierry Reding
2016-09-06 9:12 ` Thierry Reding
2016-09-06 14:33 ` Maxime Ripard
2016-09-06 14:33 ` Maxime Ripard
2016-09-06 14:33 ` Maxime Ripard
2016-09-01 15:32 ` [PATCH 5/7] ARM: sun8i: a33: Add display pipeline Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-02 6:28 ` Chen-Yu Tsai
2016-09-02 6:28 ` Chen-Yu Tsai
2016-09-02 6:28 ` Chen-Yu Tsai
2016-09-05 20:21 ` Maxime Ripard
2016-09-05 20:21 ` Maxime Ripard
2016-09-05 20:21 ` Maxime Ripard
2016-09-06 2:51 ` Chen-Yu Tsai
2016-09-06 2:51 ` Chen-Yu Tsai
2016-09-06 2:51 ` Chen-Yu Tsai
2016-09-01 15:32 ` [PATCH 6/7] ARM: sun8i: a33: Add RGB666 pins Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-02 1:44 ` [linux-sunxi] " Chen-Yu Tsai
2016-09-02 1:44 ` Chen-Yu Tsai
2016-09-02 1:44 ` Chen-Yu Tsai
2016-09-01 15:32 ` [PATCH 7/7] ARM: sun8i: sina33: Enable display Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-01 15:32 ` Maxime Ripard
2016-09-02 1:30 ` Icenowy Zheng [this message]
2016-09-02 1:30 ` [PATCH 0/7] drm/sun4i: Introduce A33 display driver Icenowy Zheng
2016-09-02 19:06 ` Maxime Ripard
2016-09-02 19:06 ` Maxime Ripard
2016-09-02 19:06 ` Maxime Ripard
2016-09-03 1:43 ` Chen-Yu Tsai
2016-09-03 1:43 ` Chen-Yu Tsai
2016-09-03 1:43 ` Chen-Yu Tsai
2016-09-05 20:37 ` Maxime Ripard
2016-09-05 20:37 ` Maxime Ripard
2016-09-05 20:37 ` Maxime Ripard
2016-09-06 2:50 ` Chen-Yu Tsai
2016-09-06 2:50 ` Chen-Yu Tsai
2016-09-06 2:50 ` Chen-Yu Tsai
2016-09-06 18:54 ` Maxime Ripard
2016-09-06 18:54 ` Maxime Ripard
2016-09-06 18:54 ` Maxime Ripard
2016-09-07 4:49 ` Chen-Yu Tsai
2016-09-07 4:49 ` Chen-Yu Tsai
2016-09-07 4:49 ` Chen-Yu Tsai
2016-09-12 9:56 ` Maxime Ripard
2016-09-12 9:56 ` Maxime Ripard
2016-09-12 9:56 ` 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=18951472779805@web6g.yandex.ru \
--to=icenowy@aosc.xyz \
--cc=linux-arm-kernel@lists.infradead.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.