From: Heiko Stuebner <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>
Cc: Johan Jonker <jbx6244@gmail.com>,
hjc@rock-chips.com, airlied@linux.ie, mark.rutland@arm.com,
mturquette@baylibre.com, sboyd@kernel.org,
dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-clk@vger.kernel.org
Subject: Re: [PATCH v2 3/7] drm: rockchip: vop: add rk3066 vop definitions
Date: Sat, 12 Jan 2019 19:53:37 +0100 [thread overview]
Message-ID: <2938788.qBnkOikdhP@phil> (raw)
In-Reply-To: <20190111145424.GA21604@bogus>
Am Freitag, 11. Januar 2019, 15:54:24 CET schrieb Rob Herring:
> On Sun, Dec 30, 2018 at 06:22:00PM +0100, Heiko Stuebner wrote:
> > Hi Johan,
> >
> > Am Samstag, 29. Dezember 2018, 14:33:14 CET schrieb Johan Jonker:
> > > From: Mark Yao <mark.yao@rock-chips.com>
> > >
> > > This patch adds the rk3066 VOP definitions.
> > >
> > > The VOP or LCD Controller serves as interface between
> > > framebuffer memory and a display device (LCD panel or TV set).
> > >
> > > This SOC has two symmetrical LCDC's for a dual panel application.
> > >
> > > A LCDC has 5 display layers.
> > > Only 3 are used here.
> > >
> > > - Video layer 0 (Win0)
> > > - Video layer 1 (Win1)
> > > - OSD layer (Win2)
> >
> > Patch itself looks good, we'll need to wait a bit to give Rob a chance
> > to look at the (simple) dt-binding change and I'll drop the paragraph
> > about the display layers when applying.
>
> Don't wait on me for simple oneline compatible additions.
This more or less was the fault of the year change :-D ... most of
the time I'd apply a simple new compatible earlier and possibly
without Ack ;-) .
And I've applied the patch to drm-misc-next now (for 5.1).
Heiko
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
linux-rockchip@lists.infradead.org, airlied@linux.ie,
mturquette@baylibre.com, dri-devel@lists.freedesktop.org,
linux-kernel@vger.kernel.org, sboyd@kernel.org,
Johan Jonker <jbx6244@gmail.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/7] drm: rockchip: vop: add rk3066 vop definitions
Date: Sat, 12 Jan 2019 19:53:37 +0100 [thread overview]
Message-ID: <2938788.qBnkOikdhP@phil> (raw)
In-Reply-To: <20190111145424.GA21604@bogus>
Am Freitag, 11. Januar 2019, 15:54:24 CET schrieb Rob Herring:
> On Sun, Dec 30, 2018 at 06:22:00PM +0100, Heiko Stuebner wrote:
> > Hi Johan,
> >
> > Am Samstag, 29. Dezember 2018, 14:33:14 CET schrieb Johan Jonker:
> > > From: Mark Yao <mark.yao@rock-chips.com>
> > >
> > > This patch adds the rk3066 VOP definitions.
> > >
> > > The VOP or LCD Controller serves as interface between
> > > framebuffer memory and a display device (LCD panel or TV set).
> > >
> > > This SOC has two symmetrical LCDC's for a dual panel application.
> > >
> > > A LCDC has 5 display layers.
> > > Only 3 are used here.
> > >
> > > - Video layer 0 (Win0)
> > > - Video layer 1 (Win1)
> > > - OSD layer (Win2)
> >
> > Patch itself looks good, we'll need to wait a bit to give Rob a chance
> > to look at the (simple) dt-binding change and I'll drop the paragraph
> > about the display layers when applying.
>
> Don't wait on me for simple oneline compatible additions.
This more or less was the fault of the year change :-D ... most of
the time I'd apply a simple new compatible earlier and possibly
without Ack ;-) .
And I've applied the patch to drm-misc-next now (for 5.1).
Heiko
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>
Cc: mark.rutland@arm.com, devicetree@vger.kernel.org,
linux-rockchip@lists.infradead.org, airlied@linux.ie,
mturquette@baylibre.com, hjc@rock-chips.com,
dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
sboyd@kernel.org, Johan Jonker <jbx6244@gmail.com>,
linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 3/7] drm: rockchip: vop: add rk3066 vop definitions
Date: Sat, 12 Jan 2019 19:53:37 +0100 [thread overview]
Message-ID: <2938788.qBnkOikdhP@phil> (raw)
In-Reply-To: <20190111145424.GA21604@bogus>
Am Freitag, 11. Januar 2019, 15:54:24 CET schrieb Rob Herring:
> On Sun, Dec 30, 2018 at 06:22:00PM +0100, Heiko Stuebner wrote:
> > Hi Johan,
> >
> > Am Samstag, 29. Dezember 2018, 14:33:14 CET schrieb Johan Jonker:
> > > From: Mark Yao <mark.yao@rock-chips.com>
> > >
> > > This patch adds the rk3066 VOP definitions.
> > >
> > > The VOP or LCD Controller serves as interface between
> > > framebuffer memory and a display device (LCD panel or TV set).
> > >
> > > This SOC has two symmetrical LCDC's for a dual panel application.
> > >
> > > A LCDC has 5 display layers.
> > > Only 3 are used here.
> > >
> > > - Video layer 0 (Win0)
> > > - Video layer 1 (Win1)
> > > - OSD layer (Win2)
> >
> > Patch itself looks good, we'll need to wait a bit to give Rob a chance
> > to look at the (simple) dt-binding change and I'll drop the paragraph
> > about the display layers when applying.
>
> Don't wait on me for simple oneline compatible additions.
This more or less was the fault of the year change :-D ... most of
the time I'd apply a simple new compatible earlier and possibly
without Ack ;-) .
And I've applied the patch to drm-misc-next now (for 5.1).
Heiko
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2019-01-12 18:53 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-29 13:33 [PATCH v2 0/7] Enable rk3066 VOP and HDMI for MK808 Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2018-12-29 13:33 ` [PATCH v2 1/7] ARM: dts: rockchip: rk3066: add HCLK_HDMI to pmu node Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2018-12-30 14:03 ` Heiko Stuebner
2018-12-30 14:03 ` Heiko Stuebner
2018-12-30 14:03 ` Heiko Stuebner
2018-12-29 13:33 ` [PATCH v2 2/7] clk: rockchip: rk3188: add CLK_SET_RATE_PARENT for lcdc dclk Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2018-12-30 17:05 ` Heiko Stuebner
2018-12-30 17:05 ` Heiko Stuebner
2018-12-30 17:05 ` Heiko Stuebner
2018-12-29 13:33 ` [PATCH v2 3/7] drm: rockchip: vop: add rk3066 vop definitions Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2018-12-30 17:22 ` Heiko Stuebner
2018-12-30 17:22 ` Heiko Stuebner
2018-12-30 17:22 ` Heiko Stuebner
2019-01-11 14:54 ` Rob Herring
2019-01-11 14:54 ` Rob Herring
2019-01-12 18:53 ` Heiko Stuebner [this message]
2019-01-12 18:53 ` Heiko Stuebner
2019-01-12 18:53 ` Heiko Stuebner
2018-12-29 13:33 ` [PATCH v2 4/7] drm: rockchip: introduce rk3066 hdmi Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2019-02-01 14:25 ` Johan Jonker
2019-02-01 14:25 ` Johan Jonker
2018-12-29 13:33 ` [PATCH v2 5/7] ARM: dts: rockchip: add rk3066 vop display nodes Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2019-01-12 19:24 ` Heiko Stuebner
2019-01-12 19:24 ` Heiko Stuebner
2019-01-12 19:24 ` Heiko Stuebner
2018-12-29 13:33 ` [PATCH v2 6/7] ARM: dts: rockchip: add rk3066 hdmi nodes Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2018-12-29 13:33 ` [PATCH v2 7/7] ARM: dts: rockchip: rk3066a-mk808: enable vop0 and " Johan Jonker
2018-12-29 13:33 ` Johan Jonker
2019-02-01 12:32 ` [PATCH] dt-bindings: display: rockchip: add document for rk3066 hdmi Johan Jonker
2019-02-01 12:32 ` Johan Jonker
2019-02-25 16:59 ` Rob Herring
2019-02-25 16:59 ` Rob Herring
2019-02-27 18:04 ` Johan Jonker
2019-02-27 18:04 ` Johan Jonker
2019-02-27 19:06 ` Rob Herring
2019-02-27 19:06 ` Rob Herring
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=2938788.qBnkOikdhP@phil \
--to=heiko@sntech.de \
--cc=airlied@linux.ie \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=hjc@rock-chips.com \
--cc=jbx6244@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=mark.rutland@arm.com \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.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.