summaryrefslogtreecommitdiff
path: root/src/atiscreen.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2004-09-17 03:04:50 +0000
committerAdam Jackson <ajax@nwnk.net>2004-09-17 03:04:50 +0000
commit29bbee6b8a8dd1b883e07547691ff8e1289459ce (patch)
treecd7c86b195a5aa9e29a11d0c815a531c8ecd7ce7 /src/atiscreen.c
parentcec06d4126f5f31d14ace73798c71ec75e544c45 (diff)
Bug #1192: Remove cfb support from drivers where its use is an option.
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments to refer to fb rather than cfb.
Diffstat (limited to 'src/atiscreen.c')
-rw-r--r--src/atiscreen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atiscreen.c b/src/atiscreen.c
index 33e8a322..9f8b6982 100644
--- a/src/atiscreen.c
+++ b/src/atiscreen.c
@@ -176,7 +176,7 @@ ATIScreenInit
#ifdef XF86DRI_DEVEL
/* Setup DRI after visuals have been established, but before
- * cfbScreenInit is called. cfbScreenInit will eventually call the
+ * fbScreenInit is called. fbScreenInit will eventually call the
* driver's InitGLXVisuals call back.
*/
@@ -557,7 +557,7 @@ ATIScreenInit
/* DRI finalization */
if (pATI->directRenderingEnabled) {
- /* Now that mi, cfb, drm and others have done their thing,
+ /* Now that mi, fb, drm and others have done their thing,
* complete the DRI setup.
*/
pATI->directRenderingEnabled = ATIDRIFinishScreenInit(pScreen);