Revert discard alpha change, requires other fixes to work.

This commit is contained in:
Jesse Barnes 2007-07-05 11:23:06 -07:00
parent fecf964534
commit 7a87b9d2a2
1 changed files with 1 additions and 4 deletions

View File

@ -1032,10 +1032,7 @@ i830_crtc_mode_set(xf86CrtcPtr crtc, DisplayModePtr mode,
dspcntr |= DISPPLANE_16BPP;
break;
case 32:
if (pI830->fb_compression)
dspcntr |= DISPPLANE_32BPP;
else
dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
dspcntr |= DISPPLANE_32BPP_NO_ALPHA;
break;
default:
FatalError("unknown display bpp\n");