All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: "Dave Airlie" <airlied@linux.ie>, "Chen-Yu Tsai" <wens@csie.org>,
	"Emilio López" <emilio@elopez.com.ar>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	"Michael Turquette" <mturquette@baylibre.com>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org, linux-clk@vger.kernel.org
Subject: Re: [PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2
Date: Tue, 2 Feb 2016 17:26:13 +0000	[thread overview]
Message-ID: <56B0E6B5.5040708@arm.com> (raw)
In-Reply-To: <20160202181949.d59e84a040a980abcdd69d32@free.fr>

Hi,

On 02/02/16 17:19, Jean-Francois Moine wrote:
> On Wed, 20 Jan 2016 11:14:38 +0000
> Andre Przywara <andre.przywara@arm.com> wrote:
> 
>> I haven't looked at it in detail yet, I just tried to compile it for
>> ARM64 to prepare for a test on the Allwinner A64.
>>
>> So just two things I spotted below:
> 
> Hi André,
> 
> I fixed them in the v3 patch request.

Thanks for that.

> Have you succeeded to get video on the A64?

No, but I haven't tried yet. I am tempted to give it a go, though. I
guess this "headless Linux" term has scared some backers, who had more
associations with Sleepy Hollow than with a serial terminal ;-)

Can you sketch (or point me to) what I need to do? Just a
simple-framebuffer DT node?
I take it that the driver does not depend on any kind of U-Boot
initialisation, but instead takes care of this itself?

And would this pave the way for fbturbo also?

Please excuse my probably silly questions, I am more of a headless
horseman ;-)

Cheers,
Andre.

WARNING: multiple messages have this Message-ID (diff)
From: andre.przywara@arm.com (Andre Przywara)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2
Date: Tue, 2 Feb 2016 17:26:13 +0000	[thread overview]
Message-ID: <56B0E6B5.5040708@arm.com> (raw)
In-Reply-To: <20160202181949.d59e84a040a980abcdd69d32@free.fr>

Hi,

On 02/02/16 17:19, Jean-Francois Moine wrote:
> On Wed, 20 Jan 2016 11:14:38 +0000
> Andre Przywara <andre.przywara@arm.com> wrote:
> 
>> I haven't looked at it in detail yet, I just tried to compile it for
>> ARM64 to prepare for a test on the Allwinner A64.
>>
>> So just two things I spotted below:
> 
> Hi Andr?,
> 
> I fixed them in the v3 patch request.

Thanks for that.

> Have you succeeded to get video on the A64?

No, but I haven't tried yet. I am tempted to give it a go, though. I
guess this "headless Linux" term has scared some backers, who had more
associations with Sleepy Hollow than with a serial terminal ;-)

Can you sketch (or point me to) what I need to do? Just a
simple-framebuffer DT node?
I take it that the driver does not depend on any kind of U-Boot
initialisation, but instead takes care of this itself?

And would this pave the way for fbturbo also?

Please excuse my probably silly questions, I am more of a headless
horseman ;-)

Cheers,
Andre.

WARNING: multiple messages have this Message-ID (diff)
From: Andre Przywara <andre.przywara@arm.com>
To: Jean-Francois Moine <moinejf@free.fr>
Cc: "Michael Turquette" <mturquette@baylibre.com>,
	"Stephen Boyd" <sboyd@codeaurora.org>,
	dri-devel@lists.freedesktop.org,
	"Emilio López" <emilio@elopez.com.ar>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Maxime Ripard" <maxime.ripard@free-electrons.com>,
	linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2
Date: Tue, 2 Feb 2016 17:26:13 +0000	[thread overview]
Message-ID: <56B0E6B5.5040708@arm.com> (raw)
In-Reply-To: <20160202181949.d59e84a040a980abcdd69d32@free.fr>

Hi,

On 02/02/16 17:19, Jean-Francois Moine wrote:
> On Wed, 20 Jan 2016 11:14:38 +0000
> Andre Przywara <andre.przywara@arm.com> wrote:
> 
>> I haven't looked at it in detail yet, I just tried to compile it for
>> ARM64 to prepare for a test on the Allwinner A64.
>>
>> So just two things I spotted below:
> 
> Hi André,
> 
> I fixed them in the v3 patch request.

Thanks for that.

> Have you succeeded to get video on the A64?

No, but I haven't tried yet. I am tempted to give it a go, though. I
guess this "headless Linux" term has scared some backers, who had more
associations with Sleepy Hollow than with a serial terminal ;-)

Can you sketch (or point me to) what I need to do? Just a
simple-framebuffer DT node?
I take it that the driver does not depend on any kind of U-Boot
initialisation, but instead takes care of this itself?

And would this pave the way for fbturbo also?

Please excuse my probably silly questions, I am more of a headless
horseman ;-)

Cheers,
Andre.
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

  reply	other threads:[~2016-02-02 17:26 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15 16:48 [PATCH v2 0/2] Add a DRM display driver to the Allwinner H3 Jean-Francois Moine
2016-01-15 16:48 ` Jean-Francois Moine
2016-01-15 16:48 ` Jean-Francois Moine
2016-01-15 15:41 ` [PATCH v2 1/2] clk: sunxi: Add sun6i/8i video support Jean-Francois Moine
2016-01-15 15:41   ` Jean-Francois Moine
2016-01-15 15:41   ` Jean-Francois Moine
2016-01-15 15:54 ` [PATCH v2 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2 Jean-Francois Moine
2016-01-15 15:54   ` Jean-Francois Moine
2016-01-15 15:54   ` Jean-Francois Moine
2016-01-20 11:14   ` Andre Przywara
2016-01-20 11:14     ` Andre Przywara
2016-02-02 17:19     ` Jean-Francois Moine
2016-02-02 17:19       ` Jean-Francois Moine
2016-02-02 17:19       ` Jean-Francois Moine
2016-02-02 17:26       ` Andre Przywara [this message]
2016-02-02 17:26         ` Andre Przywara
2016-02-02 17:26         ` Andre Przywara
2016-02-02 19:02         ` Jean-Francois Moine
2016-02-02 19:02           ` Jean-Francois Moine
2016-02-02 19:02           ` Jean-Francois Moine

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=56B0E6B5.5040708@arm.com \
    --to=andre.przywara@arm.com \
    --cc=airlied@linux.ie \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=emilio@elopez.com.ar \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-clk@vger.kernel.org \
    --cc=maxime.ripard@free-electrons.com \
    --cc=moinejf@free.fr \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.org \
    --cc=wens@csie.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.