]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drm/i915: Remove unused enum "chip_family"
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 12 May 2011 21:17:21 +0000 (22:17 +0100)
committerKeith Packard <keithp@keithp.com>
Sat, 4 Jun 2011 17:41:18 +0000 (10:41 -0700)
Superseded by the tracking the render generation in the chipset
capabiltiies struct.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Keith Packard <keithp@keithp.com>
drivers/gpu/drm/i915/i915_drv.h

index ee660355ae6839839713ae3ecca369cf60f81a6d..71bd6f559d3aa86971974b91673ad75836574ef1 100644 (file)
@@ -909,13 +909,6 @@ struct drm_i915_file_private {
        } mm;
 };
 
-enum intel_chip_family {
-       CHIP_I8XX = 0x01,
-       CHIP_I9XX = 0x02,
-       CHIP_I915 = 0x04,
-       CHIP_I965 = 0x08,
-};
-
 #define INTEL_INFO(dev)        (((struct drm_i915_private *) (dev)->dev_private)->info)
 
 #define IS_I830(dev)           ((dev)->pci_device == 0x3577)