completed crtc colordepth setup guess for 24bit mode.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13812 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2005-07-24 11:51:36 +00:00
parent 32661d2e83
commit 8a6f27ebd8
1 changed files with 6 additions and 4 deletions

View File

@ -424,9 +424,11 @@ status_t eng_crtc_depth(int mode)
/* set VCLK scaling */
/* genctrl bit use:
b7: ?
b7: PAL assignment stuff (color-lookup (0) versus gamma (1))?
%1 = very dark image (tested 8-bit mode)
b6: ?
b5: ?
b5: %0 = distortions (stripes) only (tested 8-bit mode)
%1 = OK
b4: %0 = 15-bit color in 2 bytes/pixel mode;
%1 = 16-bit color in 2 bytes/pixel mode.
b3-2:%00 = 1 byte /pixel;
@ -453,8 +455,8 @@ status_t eng_crtc_depth(int mode)
break;
case BPP24:
/* direct mode */
//fixme: complete guess..
genctrl = 0x0a; //%0000 1010
//fixme? this is a guess..
genctrl = 0xaa; //%1010 1010
break;
case BPP32:
/* direct mode */