Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.
authorJon Smirl <jonsmirl@gmail.com>
Sat, 10 Jul 2004 19:14:18 +0000 (19:14 +0000)
committerJon Smirl <jonsmirl@gmail.com>
Sat, 10 Jul 2004 19:14:18 +0000 (19:14 +0000)
src/mesa/drivers/dri/fb/fb_dri.c
src/mesa/drivers/dri/i810/server/i810_dri.c

index 97f4e34f15639c75468cba772929822ea73c8b72..49ae5c98e8db1c633837d97c2e992735e0087cb0 100644 (file)
@@ -639,17 +639,6 @@ __driValidateMode(const DRIDriverContext *ctx )
    return 1;
 }
 
-/* HACK - for now, put this here... */
-/* Alpha - this may need to be a variable to handle UP1x00 vs TITAN */
-#if defined(__alpha__)
-# define DRM_PAGE_SIZE 8192
-#elif defined(__ia64__)
-# define DRM_PAGE_SIZE getpagesize()
-#else
-# define DRM_PAGE_SIZE 4096
-#endif
-
-
 static int
 __driInitFBDev( struct DRIDriverContextRec *ctx )
 {
index 2f3dfa159d2a1ed644806f049e9ca26d26c59115..17e0f4ead3fcaef02f754b2997e7147db7e27531 100644 (file)
 #include "i810_reg.h"
 
 
-/* HACK - for now, put this here... */
-/* Alpha - this may need to be a variable to handle UP1x00 vs TITAN */
-#if defined(__alpha__)
-# define DRM_PAGE_SIZE 8192
-#elif defined(__ia64__)
-# define DRM_PAGE_SIZE getpagesize()
-#else
-# define DRM_PAGE_SIZE 4096
-#endif
-
 static int i810_pitches[] = {
    512,
    1024,