From: Philip Brown <phil@bolthole.com>
To: Linus Torvalds <torvalds@osdl.org>
Cc: dri-devel <dri-devel@lists.sourceforge.net>,
fb-devel <linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: [Dri-devel] Re: DRM and pci_driver conversion
Date: Mon, 27 Oct 2003 19:27:47 -0800 [thread overview]
Message-ID: <20031027192747.A61679@bolthole.com> (raw)
In-Reply-To: <Pine.LNX.4.44.0310271753180.1600-100000@home.osdl.org>; from torvalds@osdl.org on Mon, Oct 27, 2003 at 06:13:32PM -0800
On Mon, Oct 27, 2003 at 06:13:32PM -0800, Linus Torvalds wrote:
>..
> So the thing should really just have
> - discovery and attach/detach
> - interrupt event notification (and it can't just be "an interrupt
> happened" - the interrupt driver actually has to know enough to ACK the
> interrupt, so that we can tell user space that an interrupt happened
> without having to disable the interrupt until the event goes away)
> - serialization (ie a lock) and waiting for events ("engine idle" or
> "command queue less than half full")
> - DMA arbitration and setup.
>[....]
> So the low-level driver wouldn't know about palettes or cursors or any
> "high-level" concepts like that. It would have a few locks to make sure
> that the users that try to access the things don't stop on each other,
> nothing more (maybe the locks themselves would be grouped into "palette
> lock" vs "cursor lock" vs "DMA engine lock" since hardware may be threaded
> enough to allow it, but the point is that the low-level driver wouldn't
> actually _do_ anything, it only allows others to do what they want without
> stomping on each others toes).
Sounds like a good idea. Simple Is Better.
Now, would that "DMA arbitration" include
"submit a chunk o dma memory for GPU processing",
or would it just allow [whatever] to map the registers, and basically say,
"I'll tell you when something completes (aka sends an interrupt)
but it's up to you to START it"
-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community? Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
next prev parent reply other threads:[~2003-10-28 3:28 UTC|newest]
Thread overview: 66+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-10-21 2:31 DRM and pci_driver conversion Eric Anholt
2003-10-23 19:04 ` Kronos
2003-10-23 19:04 ` [Linux-fbdev-devel] " Kronos
2003-10-23 21:10 ` Eric Anholt
2003-10-23 21:31 ` Jon Smirl
2003-10-23 23:23 ` [Dri-devel] " Linus Torvalds
2003-10-23 23:23 ` Linus Torvalds
2003-10-23 23:46 ` Eric Anholt
2003-10-24 1:19 ` [Dri-devel] " Jeff Garzik
2003-10-24 1:19 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jeff Garzik
2003-10-24 1:52 ` Jon Smirl
2003-10-24 3:47 ` Multiple drivers for same hardware:, was: " Jon Smirl
2003-10-24 3:47 ` Jon Smirl
2003-10-24 4:40 ` Linus Torvalds
2003-10-24 4:40 ` Linus Torvalds
2003-10-28 18:00 ` James Simmons
2003-10-24 16:44 ` [Dri-devel] " Linus Torvalds
2003-10-24 16:44 ` [Dri-devel] Re: [Linux-fbdev-devel] " Linus Torvalds
2003-10-24 16:57 ` Petr Vandrovec
2003-10-24 17:59 ` Linus Torvalds
2003-10-24 17:59 ` Linus Torvalds
2003-10-24 18:34 ` Jon Smirl
2003-10-24 19:45 ` [Dri-devel] " Ivan Kokshaysky
2003-10-24 19:45 ` [Dri-devel] Re: [Linux-fbdev-devel] " Ivan Kokshaysky
2003-10-24 19:08 ` [Dri-devel] " Ivan Kokshaysky
2003-10-24 19:08 ` [Dri-devel] Re: [Linux-fbdev-devel] " Ivan Kokshaysky
2003-10-24 17:06 ` [Dri-devel] " Jeff Garzik
2003-10-24 17:06 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jeff Garzik
2003-10-24 1:50 ` [Dri-devel] " Jon Smirl
2003-10-24 1:50 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jon Smirl
2003-10-25 17:29 ` [Dri-devel] " Egbert Eich
2003-10-25 17:29 ` [Dri-devel] Re: [Linux-fbdev-devel] " Egbert Eich
2003-10-25 18:37 ` Linus Torvalds
2003-10-25 18:37 ` Linus Torvalds
2003-10-25 19:17 ` [Dri-devel] " Jeff Garzik
2003-10-25 19:17 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jeff Garzik
2003-10-27 14:37 ` [Dri-devel] " Ingo Oeser
2003-10-27 14:37 ` [Dri-devel] Re: [Linux-fbdev-devel] " Ingo Oeser
2003-10-27 15:43 ` [Dri-devel] " Jeff Garzik
2003-10-27 15:43 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jeff Garzik
2003-10-28 10:53 ` Ingo Oeser
2003-10-27 15:14 ` [Dri-devel] " Keith Whitwell
2003-10-27 15:14 ` [Dri-devel] Re: [Linux-fbdev-devel] " Keith Whitwell
2003-10-27 15:38 ` [Dri-devel] " Jeff Garzik
2003-10-27 15:38 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jeff Garzik
2003-10-27 15:50 ` [Dri-devel] " Keith Whitwell
2003-10-27 15:50 ` [Dri-devel] Re: [Linux-fbdev-devel] " Keith Whitwell
2003-10-25 21:02 ` [Dri-devel] " Jon Smirl
2003-10-25 21:02 ` [Dri-devel] Re: [Linux-fbdev-devel] " Jon Smirl
2003-10-25 22:07 ` [Dri-devel] " Benjamin Herrenschmidt
2003-10-25 22:07 ` [Dri-devel] Re: [Linux-fbdev-devel] " Benjamin Herrenschmidt
2003-10-27 14:01 ` jlnance
2003-10-27 15:10 ` [Dri-devel] " Eric W. Biederman
2003-10-27 15:10 ` [Dri-devel] Re: [Linux-fbdev-devel] " Eric W. Biederman
2003-10-27 15:10 ` [Dri-devel] " Keith Whitwell
2003-10-27 15:10 ` [Dri-devel] Re: [Linux-fbdev-devel] " Keith Whitwell
[not found] ` <20031027114006.A66611@xfree86.org>
2003-10-27 19:38 ` [Dri-devel] " Ian Romanick
2003-10-27 21:32 ` Linus Torvalds
2003-10-27 23:55 ` Benjamin Herrenschmidt
2003-10-28 2:13 ` Linus Torvalds
2003-10-28 3:27 ` Philip Brown [this message]
2003-10-28 19:40 ` James Simmons
2003-10-28 21:35 ` Benjamin Herrenschmidt
2003-10-28 22:09 ` Jon Smirl
2003-10-28 22:26 ` Benjamin Herrenschmidt
2003-10-28 22:54 ` Linus Torvalds
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=20031027192747.A61679@bolthole.com \
--to=phil@bolthole.com \
--cc=dri-devel@lists.sourceforge.net \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=torvalds@osdl.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.