intelfb: add hw cursor support for i9xx
[safe/jmp/linux-2.6] / drivers / video / intelfb / intelfb.h
index fb2739f..de9875c 100644 (file)
@@ -284,6 +284,8 @@ struct intelfb_info {
        int pll_index;
 };
 
+#define IS_I9xx(dinfo) (((dinfo)->chipset == INTEL_915G)||(dinfo->chipset == INTEL_915GM)||((dinfo)->chipset == INTEL_945G))
+
 /*** function prototypes ***/
 
 extern int intelfb_var_to_depth(const struct fb_var_screeninfo *var);