diff options
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r-- | drivers/gpu/drm/i915/i915_drv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index 2cf9dabbfe5d..e52648927475 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
@@ -1603,6 +1603,8 @@ struct drm_i915_file_private { | |||
1603 | ((dev)->pci_device & 0xFF00) == 0x0C00) | 1603 | ((dev)->pci_device & 0xFF00) == 0x0C00) |
1604 | #define IS_ULT(dev) (IS_HASWELL(dev) && \ | 1604 | #define IS_ULT(dev) (IS_HASWELL(dev) && \ |
1605 | ((dev)->pci_device & 0xFF00) == 0x0A00) | 1605 | ((dev)->pci_device & 0xFF00) == 0x0A00) |
1606 | #define IS_HSW_GT3(dev) (IS_HASWELL(dev) && \ | ||
1607 | ((dev)->pci_device & 0x00F0) == 0x0020) | ||
1606 | 1608 | ||
1607 | /* | 1609 | /* |
1608 | * The genX designation typically refers to the render engine, so render | 1610 | * The genX designation typically refers to the render engine, so render |