Go to the documentation of this file.
34 #define DRIVER_AUTHOR "SIS, Tungsten Graphics"
35 #define DRIVER_NAME "sis"
36 #define DRIVER_DESC "SIS 300/630/540 and XGI V3XE/V5/V8"
37 #define DRIVER_DATE "20070626"
38 #define DRIVER_MAJOR 1
39 #define DRIVER_MINOR 3
40 #define DRIVER_PATCHLEVEL 0
50 #define SIS_BASE (dev_priv->mmio)
51 #define SIS_READ(reg) DRM_READ32(SIS_BASE, reg)
52 #define SIS_WRITE(reg, val) DRM_WRITE32(SIS_BASE, reg, val)
70 struct drm_file *file_priv);