Searched refs:IS_IGDNG (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_irq.c493 if (IS_IGDNG(dev))
599 if (IS_I965GM(dev) || IS_IGDNG(dev) || IS_GM45(dev))
601 if (IS_I965GM(dev) || IS_IGDNG(dev))
620 if (IS_IGDNG(dev))
634 if (IS_IGDNG(dev))
802 if (IS_IGDNG(dev))
820 if (IS_IGDNG(dev))
960 if (IS_IGDNG(dev)) {
982 if (IS_IGDNG(dev)) {
1035 if (IS_IGDNG(de
[all...]
H A Di915_gem_tiling.c182 if (IS_IGDNG(dev)) {
H A Di915_drv.h1791 #define IS_IGDNG(dev) (IS_IGDNG_D(dev) || IS_IGDNG_M(dev)) macro
1824 IS_IGDNG(dev))
1835 IS_IGDNG(dev))
H A Di915_dma.c954 if (IS_G4X(dev) || IS_IGDNG(dev) || IS_GM45(dev))
956 if (IS_G4X(dev) || IS_IGDNG(dev))
H A Di915_gem.c895 if (IS_IGDNG(dev))
/illumos-gate/usr/src/uts/common/sys/agp/
H A Dagpdefs.h212 #define IS_IGDNG(device) ((device == INTEL_IGD_IGDNG_D) || \ macro
220 IS_IGDNG(device) || \

Completed in 138 milliseconds