Searched refs:IS_915 (Results 1 – 8 of 8) sorted by relevance
191 #define IS_915(devid) ((devid) == PCI_CHIP_I915_G || \ macro212 #define IS_GEN3(devid) (IS_945(devid) || IS_915(devid))
370 || (IS_915(bufmgr_gem->pci_device) in drm_intel_gem_bo_tile_pitch()907 || (IS_915(bufmgr_gem->pci_device) in drm_intel_gem_bo_alloc_tiled()
129 } else if (IS_915(devid) && IS_MOBILE(devid)) { in print_clock_info()
347 if ((fence & 12) && !IS_915(devid)) in print_i915_fence()
674 if (IS_915(devid)) { in DEBUGSTRING()737 if (IS_GEN4(devid) || (IS_915(devid) && reg >= FENCE_NEW)) in DEBUGSTRING()
143 #define IS_915(devid) (IS_915G(devid) || IS_915GM(devid)) macro
470 } else if (IS_915(intel_get_drm_devid(fd))) { in igt_get_fb_tile_size()
548 else if (IS_915(devid)) in min_tile_width()