Skip to content

Commit

Permalink
drm/i915: Remove unused enum "chip_family"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Wilson authored and Keith Packard committed Jun 4, 2011
1 parent c8ebc2b commit 4bce2da
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/gpu/drm/i915/i915_drv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4bce2da

Please sign in to comment.