haiku/headers/private/graphics
Axel Dörfler cbd4081064 * Fixed PLL timing computation for the i9xx chips - I mixed post2 min/max values, and did
not take the VCO limits into account; both could (and would during testing) create invalid
  frequencies.
* Also reverted the order in which the PLL divisors are traversed to match the order of what
  is used in the X driver to create comparable output (our error computation is based on float,
  though, and should therefore create more accurate values).
* The i965 introduced a special register for the surface; the former display base register
  is now only used for the view offset. Instead of setting the base manually here and there,
  there is now a set_frame_buffer_base() function.
* The DPMS code will now also turn off/on the PLL clock generator.
* The code needs some more cleanup, and while the driver now produces the correct timing on
  my i965 system, I'm now greeted by a black screen after startup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22289 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-09-24 09:02:35 +00:00
..
atimach64 Forgot to commit the Mach64 private headers directory. 2004-10-13 17:39:03 +00:00
cirrus Start of a cirrus gfx driver (for qemu), mostly a copy of skel for now. 2006-05-31 13:23:52 +00:00
common Made i2c.h and ddc.h C++ safe. 2007-09-21 17:33:35 +00:00
et6x00 Removed CRs. Sorry. 2004-08-30 21:57:06 +00:00
intel_extreme * Fixed PLL timing computation for the i9xx chips - I mixed post2 min/max values, and did 2007-09-24 09:02:35 +00:00
matrox * Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox"; 2007-05-04 07:49:53 +00:00
neomagic * Renamed nv.driver to "nvidia", nm.driver to "neomagic", and mga.driver to "matrox"; 2007-05-04 07:49:53 +00:00
nvidia added some defines for NV50 arch, G8x. Removed the comment indicating difference between TNT and GF style setup for 3D: that's not really there. Judging from Nouveau it's still the same setup (more or less), there are just some new commands including TNL. 2007-09-19 17:17:22 +00:00
radeon Committed patch by Euan Kirkhope to improve routing problems with Radeon cards; 2007-08-13 17:22:32 +00:00
s3savage * Korli renamed the driver, but forgot to let the driver ask for the new accelerant name. 2007-06-21 23:38:53 +00:00
skeleton removed more nvidia refs 2004-11-04 16:15:08 +00:00
tdfx
vesa * Moved VGA planar mode blitting into the VESA kernel driver. 2006-12-19 22:57:56 +00:00
via fixed a faulty registerdefine (colorkey register). Modified some register's names to be more 'precise'. 2005-09-22 18:09:56 +00:00
vmware Implemented needed methods to be able to clone the accelerant. 2007-06-14 14:41:45 +00:00
AGP.h
video_overlay.h