All of lore.kernel.org
 help / color / mirror / Atom feed
From: Manousaridis Angelos <amanous@inaccessnetworks.com>
To: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Subject: Driver development
Date: Thu, 09 Oct 2003 12:55:00 +0300	[thread overview]
Message-ID: <3F853074.3010604@inaccessnetworks.com> (raw)

Hello all,

I have a custom video board for a strongARM embedded platform. Its 
purpose is to decode MPEG video streams and display the video on a TV 
screen.
This board uses the Teralogic 751 chip for graphics blending and 
display. The TL751 is connected to an external SDRAM, for framebuffer 
and video storage. It has 4 overlay planes: two for video, one for 
graphics and one for a hw cursor.

I want to write a driver for some applications that require access to 
the graphics plane. These applications will write bitmaps to the 
framebuffer memory of the TL751. I want to avoid using custom 
interfaces, so I thought that it would be a good idea to implement a 
frame buffer device for that purpose.

While looking at the framebuffer API though, I found a some stuff that 
are not applicable for my case.
All that beam tracking and monitor synchronization fields for instance. 
The chip I am using does all that handling because the output is fixed 
to either PAL or NTSC. I want to be able to set these two modes, but I 
don't need all the details (timings, margins etc).
Another issue is with the console stuff. I am not interested in having a 
framebuffer console. All I want is to give apps an API to the 
framebuffer memory. I see a lot of work has been done towards the 
direction of splitting the fb device stuff and the fb console stuff, but 
can I write a fb driver with no reference to fbcon?

Is it possible to implement such a framebuffer driver?
I want to look at some code to understand how the API works. From the 
drivers included in the kernel tree (drivers/video), which are closest 
to what I am trying to do?

thanks in advance,

Manousaridis Angelos



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php

             reply	other threads:[~2003-10-09  9:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-09  9:55 Manousaridis Angelos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-03-10 20:27 Driver Development Dale Whitchurch
2005-03-16  9:37 shafa.hidee
2005-03-16 17:15 ` Greg KH
2005-03-16 19:28 ` Lee Revell
2005-05-19  6:23 driver development Daniel Miles
2005-05-19  6:23 ` Mark D. Studebaker

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=3F853074.3010604@inaccessnetworks.com \
    --to=amanous@inaccessnetworks.com \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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.