Searched refs:IS_IGDG (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/drm/ | ||
H A D | i915_drv.h | 1830 #define IS_IGDG(dev) ((dev)->pci_device == 0xa001) macro 1832 #define IS_IGD(dev) (IS_IGDG(dev) || IS_IGDGM(dev)) |
Completed in 305 milliseconds