All of lore.kernel.org
 help / color / mirror / Atom feed
* DirectFB "Fusion" module inclusion?
@ 2009-10-07 13:02 Niels Roest
  2009-10-07 21:52 ` Chris Friesen
  2009-10-07 22:00 ` Alan Jenkins
  0 siblings, 2 replies; 3+ messages in thread
From: Niels Roest @ 2009-10-07 13:02 UTC (permalink / raw)
  To: linux-kernel

Hi all.

This is to request some comments about our interest to have our "Fusion" 
kernel module included in the kernel.
I hope you will let me now if it is feasible, desirable, etcetera.

What is Fusion? Fusion is the low-level layer of DirectFB 
(www.directfb.org). DirectFB is basically a graphics library that offers 
hardware acceleration and multi-process cooperation on top of e.g. the 
frame buffer device.

What does Fusion offer? Fusion takes care of IPC by providing the 
following primitives: skirmishes (locks), calls (partially via a 
user-space library handling callback threads), properties and shared 
memory pools. The main two reasons for us to make a kernel module out of 
this is: crashing applications will not take down the "DirectFB" system, 
since resources are handled in the kernel; and debug 
information/deadlock status is shared via /proc/fusion.

Fusion documentation (fusion.pdf) can be found at 
http://git.directfb.org/?p=core/linux-fusion.git;a=tree;f=doc;
Fusion source files can be found at the same git location: 
http://git.directfb.org/?p=core/linux-fusion.git;a=tree

Fusion is implemented as a device driver with an ioctl interface. In our 
case, Fusion is used together with libfusion.so (LGPL), which abstracts 
the kernel ioctls away, among other things. DirectFB resides on top of 
libfusion.so.

We would probably rework Fusion significantly if needed - we want to 
have the benefit of having Fusion inside kernel mainline, and we hope 
that it is indeed interesting enough to consider, so let's hear it :)

Greets
Niels

-- 

.------------------------------------------.
| DirectFB - Hardware accelerated graphics |
| http://www.directfb.org/                 |
"------------------------------------------" 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-07 22:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-07 13:02 DirectFB "Fusion" module inclusion? Niels Roest
2009-10-07 21:52 ` Chris Friesen
2009-10-07 22:00 ` Alan Jenkins

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.