* Add D2 GRPH update lock register to priv headers

* Add crtControl global register
* Add grphUpdate storage
* Do some logical reordering of register writes
* Correct crt final power-on checks
* Enhance tracing
* Disable PLL, it is needed but seems to completely break
  the modesetting resulting in black-screen-of-doom.
  (fixing PLL set/calibration is now priority one)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42380 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Alexander von Gluck IV
2011-07-04 22:24:17 +00:00
parent 33dd44da71
commit b6c5f46896
6 changed files with 60 additions and 63 deletions
@@ -248,6 +248,7 @@ enum {
D2GRPH_Y_START = 0x6930,
D2GRPH_X_END = 0x6934,
D2GRPH_Y_END = 0x6938,
D2GRPH_UPDATE = 0x6944,
/* LUTB */
DC_LUTB_CONTROL = 0x6CC0,