All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Russell King - ARM Linux <linux@arm.linux.org.uk>,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: Re: OMAP display subsystem - does it work?
Date: Fri, 20 Dec 2013 09:45:18 +0200	[thread overview]
Message-ID: <52B3F58E.8060806@ti.com> (raw)
In-Reply-To: <20131219165607.GN27438@atomide.com>

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

On 2013-12-19 18:56, Tony Lindgren wrote:

>>> Russell, maybe all you're missing is just omapfb.vram=0:2M,1:5M or similar
>>> from your kernel cmdline?
>>
>> Nothing like that should be required for normal operation.
> 
> Hmm maybe these instructions need some updating then:
> 
> http://omappedia.org/wiki/Bootargs_for_enabling_display

The page says omapfb.vram "can" be used, and "If the size is not
specified, frame buffers with default size are created". You only need
omapfb.vram option if you want to allocate extra memory for the fb.

The plain 'vram' option has no function anymore, now that we're using
normal dma alloc. So that part should be updated.

 Tomi



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 901 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: tomi.valkeinen@ti.com (Tomi Valkeinen)
To: linux-arm-kernel@lists.infradead.org
Subject: OMAP display subsystem - does it work?
Date: Fri, 20 Dec 2013 09:45:18 +0200	[thread overview]
Message-ID: <52B3F58E.8060806@ti.com> (raw)
In-Reply-To: <20131219165607.GN27438@atomide.com>

On 2013-12-19 18:56, Tony Lindgren wrote:

>>> Russell, maybe all you're missing is just omapfb.vram=0:2M,1:5M or similar
>>> from your kernel cmdline?
>>
>> Nothing like that should be required for normal operation.
> 
> Hmm maybe these instructions need some updating then:
> 
> http://omappedia.org/wiki/Bootargs_for_enabling_display

The page says omapfb.vram "can" be used, and "If the size is not
specified, frame buffers with default size are created". You only need
omapfb.vram option if you want to allocate extra memory for the fb.

The plain 'vram' option has no function anymore, now that we're using
normal dma alloc. So that part should be updated.

 Tomi


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 901 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20131220/19bb3721/attachment.sig>

  reply	other threads:[~2013-12-20  7:46 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-18 12:00 OMAP display subsystem - does it work? Russell King - ARM Linux
2013-12-18 12:00 ` Russell King - ARM Linux
2013-12-18 13:54 ` Tomi Valkeinen
2013-12-18 13:54   ` Tomi Valkeinen
2013-12-18 15:29   ` Russell King - ARM Linux
2013-12-18 15:29     ` Russell King - ARM Linux
2013-12-18 16:03     ` Tomi Valkeinen
2013-12-18 16:03       ` Tomi Valkeinen
2013-12-18 18:23   ` Tony Lindgren
2013-12-18 18:23     ` Tony Lindgren
2013-12-19  5:23     ` Tomi Valkeinen
2013-12-19  5:23       ` Tomi Valkeinen
2013-12-19 16:56       ` Tony Lindgren
2013-12-19 16:56         ` Tony Lindgren
2013-12-20  7:45         ` Tomi Valkeinen [this message]
2013-12-20  7:45           ` Tomi Valkeinen
2013-12-19 17:56     ` Russell King - ARM Linux
2013-12-19 17:56       ` Russell King - ARM Linux
2013-12-19 18:22       ` Tony Lindgren
2013-12-19 18:22         ` Tony Lindgren
2013-12-20 11:27         ` Russell King - ARM Linux
2013-12-20 11:27           ` Russell King - ARM Linux
2013-12-20 11:48           ` Russell King - ARM Linux
2013-12-20 11:48             ` Russell King - ARM Linux
2013-12-20 13:43             ` Tomi Valkeinen
2013-12-20 13:43               ` Tomi Valkeinen
2013-12-20 16:04               ` Tony Lindgren
2013-12-20 16:04                 ` Tony Lindgren
2013-12-20 16:55                 ` Tony Lindgren
2013-12-20 16:55                   ` Tony Lindgren
2013-12-21  0:59                   ` Russell King - ARM Linux
2013-12-21  0:59                     ` Russell King - ARM Linux
2013-12-28 23:30                     ` Russell King - ARM Linux
2013-12-28 23:30                       ` Russell King - ARM Linux
2013-12-23  7:53                   ` Tomi Valkeinen
2013-12-23  7:53                     ` Tomi Valkeinen
2013-12-27 18:11                     ` Tony Lindgren
2013-12-27 18:11                       ` Tony Lindgren
2013-12-23  7:49                 ` Tomi Valkeinen
2013-12-23  7:49                   ` Tomi Valkeinen
2013-12-20 16:10           ` Tony Lindgren
2013-12-20 16:10             ` Tony Lindgren
2013-12-19 17:53   ` Russell King - ARM Linux
2013-12-19 17:53     ` Russell King - ARM Linux

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=52B3F58E.8060806@ti.com \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=tony@atomide.com \
    /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.