Home
last modified time | relevance | path

Searched refs:IS_845G (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/intel/io/drm/
H A Di915_drv.c523 if (!IS_I830(dev) && !IS_845G(dev)) in i915_save_display()
643 if (!IS_I830(dev) && !IS_845G(dev)) in i915_restore_display()
H A Di915_dma.c537 if (IS_I830(dev) || IS_845G(dev)) { in i915_dispatch_batchbuffer()
H A Di915_drv.h1778 #define IS_845G(dev) ((dev)->pci_device == PCI_DEVICE_ID_INTEL_82845G_IG) macro
H A Di915_gem.c1936 if (IS_I830(dev) || IS_845G(dev)) { in i915_dispatch_gem_execbuffer()