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