Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4bce2da3 authored by Chris Wilson's avatar Chris Wilson Committed by Keith Packard
Browse files

drm/i915: Remove unused enum "chip_family"



Superseded by the tracking the render generation in the chipset
capabiltiies struct.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarKeith Packard <keithp@keithp.com>
parent c8ebc2b0
Loading
Loading
Loading
Loading
+0 −7
Original line number Original line Diff line number Diff line
@@ -909,13 +909,6 @@ struct drm_i915_file_private {
	} mm;
	} 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 INTEL_INFO(dev)	(((struct drm_i915_private *) (dev)->dev_private)->info)


#define IS_I830(dev)		((dev)->pci_device == 0x3577)
#define IS_I830(dev)		((dev)->pci_device == 0x3577)