From: pawel.mikolaj.chmiel@gmail.com (Paweł Chmiel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] drm/exynos: fimd: Add support for S5PV210 FIMD variant
Date: Sat, 21 Apr 2018 19:30:12 +0200 [thread overview]
Message-ID: <4230005.Q0ymWkG0nD@acerlaptop> (raw)
In-Reply-To: <CAJKOXPcv2A8po8-8ZVic8KX2xURPZsRBkS6My3qMhefRQk-fRQ@mail.gmail.com>
On Saturday, April 21, 2018 6:55:17 PM CEST Krzysztof Kozlowski wrote:
> On Fri, Apr 20, 2018 at 6:32 PM, Pawe? Chmiel
> <pawel.mikolaj.chmiel@gmail.com> wrote:
> > From: Tomasz Figa <tomasz.figa@gmail.com>
> >
> > This patch adds support for FIMD variant found on S5PV210 SoC.
> > Except CLKSEL bit availability, it is identical to Exynos4210.
> >
> > Tested-by: Pawe? Chmiel <pawel.mikolaj.chmiel@gmail.com>
> > Signed-off-by: Tomasz Figa <tomasz.figa@gmail.com>
>
> You need to add your Signed-off-by here as well. It is necessary every
> time you touch a patch (and sending it is also a "touch" action).
Hi
Thanks for feedback, i've send a v2 version of this patchset with this issue fixed.
>
> Best regards,
> Krzysztof
>
> > ---
> > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> > index d42ae2bc3e56..01b1570d0c3a 100644
> > --- a/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> > +++ b/drivers/gpu/drm/exynos/exynos_drm_fimd.c
> > @@ -121,6 +121,12 @@ static struct fimd_driver_data s3c64xx_fimd_driver_data = {
> > .has_limited_fmt = 1,
> > };
> >
> > +static struct fimd_driver_data s5pv210_fimd_driver_data = {
> > + .timing_base = 0x0,
> > + .has_shadowcon = 1,
> > + .has_clksel = 1,
> > +};
> > +
> > static struct fimd_driver_data exynos3_fimd_driver_data = {
> > .timing_base = 0x20000,
> > .lcdblk_offset = 0x210,
> > @@ -193,6 +199,8 @@ struct fimd_context {
> > static const struct of_device_id fimd_driver_dt_match[] = {
> > { .compatible = "samsung,s3c6400-fimd",
> > .data = &s3c64xx_fimd_driver_data },
> > + { .compatible = "samsung,s5pv210-fimd",
> > + .data = &s5pv210_fimd_driver_data },
> > { .compatible = "samsung,exynos3250-fimd",
> > .data = &exynos3_fimd_driver_data },
> > { .compatible = "samsung,exynos4210-fimd",
> > --
> > 2.7.4
> >
>
next prev parent reply other threads:[~2018-04-21 17:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-20 16:32 [PATCH 0/2] drm/exynos: fimd: Add support for S5PV210 Paweł Chmiel
2018-04-20 16:32 ` [PATCH 1/2] drm/exynos: fimd: Add support for S5PV210 FIMD variant Paweł Chmiel
2018-04-21 16:55 ` Krzysztof Kozlowski
2018-04-21 17:30 ` Paweł Chmiel [this message]
2018-04-20 16:32 ` [PATCH 2/2] drm/exynos: Allow DRM_EXYNOS on s5pv210 Paweł Chmiel
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=4230005.Q0ymWkG0nD@acerlaptop \
--to=pawel.mikolaj.chmiel@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox