From fa6b1d129e7bf8acf41e66c9c665ae9f9c1d5b0d Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Mon, 27 Sep 2004 19:51:38 +0000 Subject: First check in for DRM that splits core from personality modules --- linux-core/savage_drv.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux-core/savage_drv.h') diff --git a/linux-core/savage_drv.h b/linux-core/savage_drv.h index 755ed2e9..4931d74a 100644 --- a/linux-core/savage_drv.h +++ b/linux-core/savage_drv.h @@ -38,6 +38,8 @@ enum savage_family { S3_LAST }; +extern int savage_preinit( drm_device_t *dev, unsigned long chipset ); + #define S3_SAVAGE3D_SERIES(chip) ((chip>=S3_SAVAGE3D) && (chip<=S3_SAVAGE_MX)) #define S3_SAVAGE4_SERIES(chip) ((chip==S3_SAVAGE4) \ -- cgit v1.2.3