]> Pileus Git - ~andy/linux/blobdiff - drivers/gpu/drm/radeon/radeon_drv.h
drm/radeon: add rv740 drm support.
[~andy/linux] / drivers / gpu / drm / radeon / radeon_drv.h
index ed4d27e6ee6f14a30cfc5c860c40f730630c9655..e266e5f8dc2668752ee7cf6a86e2ccc6280de49c 100644 (file)
  * 1.27- Add support for IGP GART
  * 1.28- Add support for VBL on CRTC2
  * 1.29- R500 3D cmd buffer support
+ * 1.30- Add support for occlusion queries
  */
 #define DRIVER_MAJOR           1
-#define DRIVER_MINOR           29
+#define DRIVER_MINOR           30
 #define DRIVER_PATCHLEVEL      0
 
 /*
@@ -145,6 +146,7 @@ enum radeon_family {
        CHIP_RV770,
        CHIP_RV730,
        CHIP_RV710,
+       CHIP_RV740,
        CHIP_LAST,
 };