diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:50 +0000 |
commit | 29bbee6b8a8dd1b883e07547691ff8e1289459ce (patch) | |
tree | cd7c86b195a5aa9e29a11d0c815a531c8ecd7ce7 /src/atiscreen.c | |
parent | cec06d4126f5f31d14ace73798c71ec75e544c45 (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.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atiscreen.c b/src/atiscreen.c index 33e8a32..9f8b698 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); |