From: Andres Salomon <dilinger@queued.net>
To: Trent Piepho <xyzzy@speakeasy.org>
Cc: Jonathan Corbet <corbet@lwn.net>,
linux-kernel@vger.kernel.org, v4l-dvb-maintainer@linuxtv.org,
video4linux-list@redhat.com, akpm@linux-foundation.org,
mchehab@infradead.org
Subject: Re: [v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time
Date: Wed, 19 Sep 2007 18:43:38 -0400 [thread overview]
Message-ID: <20070919184338.64fc6e89.dilinger@queued.net> (raw)
In-Reply-To: <Pine.LNX.4.58.0709191527120.27377@shell4.speakeasy.net>
On Wed, 19 Sep 2007 15:34:42 -0700 (PDT)
Trent Piepho <xyzzy@speakeasy.org> wrote:
> On Wed, 19 Sep 2007, Jonathan Corbet wrote:
> > Andres Salomon <dilinger@queued.net> wrote:
> > > This patch makes DMA buffer allocation happen during device probe by
> > > default, and changes the parameter to 'alloc_bufs_at_read'. The
> > > camera hardware is there, if the cafe_ccic driver is enabled/loaded it
> > > should do its best to ensure that the camera is actually usable;
> > > delaying DMA buffer allocation saves an insignicant amount of memory,
> > > and causes the driver to be much less useful.
> >
> > The amount of memory isn't quite "insignificant" (three 640x480x2
> > buffers), but the OLPC people clearly need things to work this way.
> > There are, as far as I know, no other systems out there using the CAFE
> > controller. Making things work by default for the one user (with a fair
> > number of deployed systems!) makes sense to me. So...
> >
> > Acked-by: Jonathan Corbet <corbet@lwn.net>
> >
> > That said, I do prefer the original name for the parameter.
>
> Changing the parameter name will break the configuration of anyone who was
> using the existing parameter. It also means everyone who has multiple
We (OLPC) are the only ones using this driver, as we are the only ones with
this hardware. Marvell designed the cafe for us, and it is not available
on the market yet. Backwards compatibility at this point is not a concern.
> kernels installed and uses this parameter will need to have one
> configuration for old kernels and a different configuration for new
> kernels.
>
> In the default really needs to be changed (what's so hard about setting
> alloc_bufs_at_load in /etc/modprobe{.d,.config}?) then just change the
> default of the existing parameter. That avoids the whole problem with
> different configration files for different module versions.
We're building the driver in statically; there's no point for us to make
it a module. We could add a kernel argument, yes, but that quickly
becomes unwieldy as we require more and more. We've actually been trying
to cut down the number of kernel args we use.
That said, I'm not opposed to keeping the parameter name the same while
making the default 1; I just thought that the name 'alloc_bufs_at_read' was
clearer. Another option is to change it to 'no_alloc_bufs_at_load'. Jon,
any preference there?
--
Andres Salomon <dilinger@queued.net>
next prev parent reply other threads:[~2007-09-19 22:43 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-09-19 5:44 [PATCH] cafe_ccic: default to allocating DMA buffers at probe time Andres Salomon
2007-09-19 19:31 ` Jonathan Corbet
2007-09-19 22:34 ` [v4l-dvb-maintainer] " Trent Piepho
2007-09-19 22:43 ` Andres Salomon [this message]
2007-09-20 0:08 ` Trent Piepho
2007-09-20 15:16 ` Jonathan Corbet
2007-09-24 15:04 ` Mauro Carvalho Chehab
2007-09-25 6:02 ` Andres Salomon
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=20070919184338.64fc6e89.dilinger@queued.net \
--to=dilinger@queued.net \
--cc=akpm@linux-foundation.org \
--cc=corbet@lwn.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@infradead.org \
--cc=v4l-dvb-maintainer@linuxtv.org \
--cc=video4linux-list@redhat.com \
--cc=xyzzy@speakeasy.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