views:

246

answers:

1

I'm trying to write a basic driver for the GMA 950 hardware. I've been looking for a datasheet or some programming guide but cannot find anything. I've also looked at the Linux and FreeBSD source but they are quite large and will take time to understand. The GMA 950 is associated with an Intel 945 Express chipset. Does anyone know of good documentation that I can write hardware register level code to for the 950 and/or 945?

Thanks, FM

A: 

I'm not sure if this is exactly what your looking for, as it looks like it is just for i965, but the Intel Linux Graphics Documentation might help.

Zifre
Excellent! Perhaps the 965 is a superset of the 945? I'll do some poking around with the registers defined in this document and see what I find.
Frank Miller