linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* overlay support
@ 2006-09-12 13:27 Jorge Luis Zapata Muga
  2006-09-12 13:34 ` Geert Uytterhoeven
  0 siblings, 1 reply; 5+ messages in thread
From: Jorge Luis Zapata Muga @ 2006-09-12 13:27 UTC (permalink / raw)
  To: linux-fbdev-devel

hi all,

i coded a while ago a framebuffer driver for an old video card i have
(a SiS 6326, just for learning) but now i would like to support its
video extension (overlay support, this card can also capture from an
external input, but my version doesnt has the input connectors). ive
read on the mailing list and on external projects about how to support
overlay on the fb device, but i still dont find a good way to do it,
maybe you can help me out.

one way is to add another fb device, but it is good only if the device
has a different memory space assigned to it, if you only have a chunk
of memory for both layers (the overlay and the normal rgb which is
this case) there should be a way to resize the memory space assigned
to each of them. i dont like this way because is adding a policy on
kernel space to manage the memory. am i correct with this assumptions?

another way is to support a video4linux device (overlay type) for it,
in this case there are other problems too. does the v4l device should
be dependant to the fb device? i mean, make the fb device map all the
display memory and support the common mmap, then the v4l has to
receive the fb mem pointer to setup the registers, and finally from
userspace open both devices to actually support overlaying?

is there other solution?

thanks for your comments.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

end of thread, other threads:[~2006-09-12 14:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-12 13:27 overlay support Jorge Luis Zapata Muga
2006-09-12 13:34 ` Geert Uytterhoeven
2006-09-12 13:55   ` Jorge Luis Zapata Muga
2006-09-12 14:02     ` Geert Uytterhoeven
2006-09-12 14:49   ` Raphael Assenat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).