Writing Video Drivers.

Hi all,
First of all I am new to writing Video Drivers though I have been working on windows drivers for quite sometimes now. My new project is on video miniport drivers. Are there some books/white papers available which can give me a good insight in to basics of display drivers. Of course I will go through DDK and samples but just wondering that my friends on this list could help me out here :slight_smile:

Appriciate your responses and help.
Thanks,
Ajitabh


Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

Ajitabh - You will not find much information regarding video drivers outside the DDK. If you search the archives you ll find a good deal of explanation by Calvin Guan and Mats Peterson in this newsgroup on this very topic.

For your project, do you have any particular hardware in mind? The miniport is not just about the OS interface and API calls, it really is very hw specific. Have you checked out DRI. That really is your best bet to knowing whta a typical gpu looks like and what are the issues that you ll run into. http://dri.freedesktop.org/wiki/

Hope this helps
banks
“Driver Coder” wrote in message news:xxxxx@ntdev…
Hi all,
First of all I am new to writing Video Drivers though I have been working on windows drivers for quite sometimes now. My new project is on video miniport drivers. Are there some books/white papers available which can give me a good insight in to basics of display drivers. Of course I will go through DDK and samples but just wondering that my friends on this list could help me out here :slight_smile:

Appriciate your responses and help.
Thanks,
Ajitabh

------------------------------------------------------------------------------
Relax. Yahoo! Mail virus scanning helps detect nasty viruses!

Thanks for the help. I agree that miniports are basically more hardware
specific than OS specific. I will get the hardware details more in
couple of days.
Thanks again,

  • Ajitabh.

From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of bank kus
Sent: Sunday, March 12, 2006 12:03 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] Writing Video Drivers.

Ajitabh - You will not find much information regarding video drivers
outside the DDK. If you search the archives you ll find a good deal of
explanation by Calvin Guan and Mats Peterson in this newsgroup on this
very topic.

For your project, do you have any particular hardware in mind? The
miniport is not just about the OS interface and API calls, it really is
very hw specific. Have you checked out DRI. That really is your best bet
to knowing whta a typical gpu looks like and what are the issues that
you ll run into. http://dri.freedesktop.org/wiki/

Hope this helps
banks

“Driver Coder” wrote in message
news:xxxxx@ntdev…
Hi all,
First of all I am new to writing Video Drivers though I
have been working on windows drivers for quite sometimes now. My new
project is on video miniport drivers. Are there some books/white papers
available which can give me a good insight in to basics of display
drivers. Of course I will go through DDK and samples but just wondering
that my friends on this list could help me out here :slight_smile:

Appriciate your responses and help.
Thanks,
Ajitabh

________________________________

Relax. Yahoo! Mail virus scanning
http:.yahoo.com/features.php?page=221> helps detect nasty viruses!

—
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer</http:>