diff options
author | Jon Smirl <[email protected]> | 2004-07-10 19:14:18 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-07-10 19:14:18 +0000 |
commit | bdf3e2ba1fa8c0505262e94effadd6cb81acce60 (patch) | |
tree | 62fe299645f90bfd76c51ad5a04e36b871cc9c7d /src/mesa/drivers/dri/fb | |
parent | 65293d8f73cfaf783607d8ba42648a43cb905cba (diff) |
Remove DRM_PAGE_SIZE from fb and i810 drivers since it was being used.
Diffstat (limited to 'src/mesa/drivers/dri/fb')
-rw-r--r-- | src/mesa/drivers/dri/fb/fb_dri.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/mesa/drivers/dri/fb/fb_dri.c b/src/mesa/drivers/dri/fb/fb_dri.c index 97f4e34f156..49ae5c98e8d 100644 --- a/src/mesa/drivers/dri/fb/fb_dri.c +++ b/src/mesa/drivers/dri/fb/fb_dri.c @@ -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 ) { |