summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2007-03-11 14:09:45 -0400
committerAlex Deucher <alex@botch2.com>2007-03-13 00:17:30 -0400
commitb6082e628289221864e96ebc41ce93d8efe2d2ce (patch)
tree1b9ab063b412deba5724b74661d75d9241b01136
parent3ebbc2e55a1584e01949ec760501ac4a3c086b04 (diff)
support 32 bpp
-rw-r--r--src/smi_driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/smi_driver.c b/src/smi_driver.c
index ebc2287..45eae6a 100644
--- a/src/smi_driver.c
+++ b/src/smi_driver.c
@@ -555,9 +555,8 @@ SMI_PreInit(ScrnInfoPtr pScrn, int flags)
/*
* The first thing we should figure out is the depth, bpp, etc.
- * We support only 24bpp layouts, so indicate that.
*/
- if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support24bppFb)) {
+ if (!xf86SetDepthBpp(pScrn, 0, 0, 0, Support32bppFb)) {
LEAVE_PROC("SMI_PreInit");
return FALSE;
}