Searched refs:IS_I9XX (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfb.h358 #define IS_I9XX(dinfo) (((dinfo)->chipset == INTEL_915G)||(dinfo->chipset == INTEL_915GM)||((dinfo)->chipset == INTEL_945G)||(dinfo->chipset==INTEL_945GM)) macro
H A Dintelfbhw.c629 if (IS_I9XX(dinfo)) {
1078 if (IS_I9XX(dinfo)) {
1198 stride_alignment = IS_I9XX(dinfo) ? STRIDE_ALIGNMENT_I9XX :
1782 if (dinfo->mobile || IS_I9XX(dinfo)) {
1815 if (dinfo->mobile || IS_I9XX(dinfo)) {
1845 if (dinfo->mobile || IS_I9XX(dinfo)) {
1880 if (IS_I9XX(dinfo)) {
H A Dintelfbdrv.c1106 if (IS_I9XX(dinfo))
1506 physical = (dinfo->mobile || IS_I9XX(dinfo)) ? dinfo->cursor.physical :

Completed in 88 milliseconds