From: daniel@ffwll.ch (Daniel Vetter)
To: linux-snps-arc@lists.infradead.org
Subject: [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms
Date: Mon, 13 Jun 2016 16:09:30 +0200 [thread overview]
Message-ID: <20160613140930.GV3363@phenom.ffwll.local> (raw)
In-Reply-To: <1465822003.4130.22.camel@synopsys.com>
On Mon, Jun 13, 2016@12:47:33PM +0000, Alexey Brodkin wrote:
> Hi Daniel,
>
> On Fri, 2016-06-10@17:29 +0300, Alexey Brodkin wrote:
> > From: Ruud Derwig <rderwig at synopsys.com>
> >
> > In case of simulation there's no real encoder/transmitter device
> > because in the model's virtual LCD??we're rendering whatever
> > appears in frame-buffer memory.
> >
> > Signed-off-by: Ruud Derwig <rderwig at synopsys.com>
> > Signed-off-by: Alexey Brodkin <abrodkin at synopsys.com>
> > ---
> >
> > Changes v1 -> v2:
> > ?* Got rid of dummy arcpgu_drm_encoder_helper_funcs and now rely on default
> > ???best encoder
>
> If that version looks good to you could you please provide your Ack?
I just do drive-by comments on driver submissions, review/merge rules are
up to each driver maintainer mostly. But for the warm and fuzzy feeling
I'm happy to ack ;-)
Acked-by: Daniel Vetter <daniel.vetter at ffwll.ch>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
WARNING: multiple messages have this Message-ID (diff)
From: Daniel Vetter <daniel@ffwll.ch>
To: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Ruud Derwig <Ruud.Derwig@synopsys.com>,
"airlied@redhat.com" <airlied@redhat.com>,
"linux-snps-arc@lists.infradead.org"
<linux-snps-arc@lists.infradead.org>
Subject: Re: [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms
Date: Mon, 13 Jun 2016 16:09:30 +0200 [thread overview]
Message-ID: <20160613140930.GV3363@phenom.ffwll.local> (raw)
In-Reply-To: <1465822003.4130.22.camel@synopsys.com>
On Mon, Jun 13, 2016 at 12:47:33PM +0000, Alexey Brodkin wrote:
> Hi Daniel,
>
> On Fri, 2016-06-10 at 17:29 +0300, Alexey Brodkin wrote:
> > From: Ruud Derwig <rderwig@synopsys.com>
> >
> > In case of simulation there's no real encoder/transmitter device
> > because in the model's virtual LCD we're rendering whatever
> > appears in frame-buffer memory.
> >
> > Signed-off-by: Ruud Derwig <rderwig@synopsys.com>
> > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> > ---
> >
> > Changes v1 -> v2:
> > * Got rid of dummy arcpgu_drm_encoder_helper_funcs and now rely on default
> > best encoder
>
> If that version looks good to you could you please provide your Ack?
I just do drive-by comments on driver submissions, review/merge rules are
up to each driver maintainer mostly. But for the warm and fuzzy feeling
I'm happy to ack ;-)
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
_______________________________________________
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: Daniel Vetter <daniel@ffwll.ch>
To: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Cc: "daniel@ffwll.ch" <daniel@ffwll.ch>,
"airlied@redhat.com" <airlied@redhat.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Ruud Derwig <Ruud.Derwig@synopsys.com>,
"airlied@linux.ie" <airlied@linux.ie>,
"linux-snps-arc@lists.infradead.org"
<linux-snps-arc@lists.infradead.org>
Subject: Re: [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms
Date: Mon, 13 Jun 2016 16:09:30 +0200 [thread overview]
Message-ID: <20160613140930.GV3363@phenom.ffwll.local> (raw)
In-Reply-To: <1465822003.4130.22.camel@synopsys.com>
On Mon, Jun 13, 2016 at 12:47:33PM +0000, Alexey Brodkin wrote:
> Hi Daniel,
>
> On Fri, 2016-06-10 at 17:29 +0300, Alexey Brodkin wrote:
> > From: Ruud Derwig <rderwig@synopsys.com>
> >
> > In case of simulation there's no real encoder/transmitter device
> > because in the model's virtual LCD we're rendering whatever
> > appears in frame-buffer memory.
> >
> > Signed-off-by: Ruud Derwig <rderwig@synopsys.com>
> > Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
> > ---
> >
> > Changes v1 -> v2:
> > * Got rid of dummy arcpgu_drm_encoder_helper_funcs and now rely on default
> > best encoder
>
> If that version looks good to you could you please provide your Ack?
I just do drive-by comments on driver submissions, review/merge rules are
up to each driver maintainer mostly. But for the warm and fuzzy feeling
I'm happy to ack ;-)
Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
--
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
next prev parent reply other threads:[~2016-06-13 14:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-10 14:29 [PATCH 0/3 v2] Make ARC PGU usable on sim platforms Alexey Brodkin
2016-06-10 14:29 ` Alexey Brodkin
2016-06-10 14:29 ` [PATCH 1/3 v2] drm/arcpgu: Make ARC PGU usable on simulation platforms Alexey Brodkin
2016-06-10 14:29 ` Alexey Brodkin
2016-06-10 14:29 ` Alexey Brodkin
2016-06-13 12:47 ` Alexey Brodkin
2016-06-13 12:47 ` Alexey Brodkin
2016-06-13 14:09 ` Daniel Vetter [this message]
2016-06-13 14:09 ` Daniel Vetter
2016-06-13 14:09 ` Daniel Vetter
2016-06-10 14:29 ` [PATCH 2/3 v2] ARCv2: [vdk] Enable ARC PGU on HS38 VDK Alexey Brodkin
2016-06-10 14:29 ` Alexey Brodkin
2016-06-10 14:29 ` [PATCH 3/3] ARC: [nsimosci] Enable ARC PGU on nSIM OSCI virtual platforms Alexey Brodkin
2016-06-10 14:29 ` Alexey Brodkin
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=20160613140930.GV3363@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=linux-snps-arc@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.