Reorder the DRM_*_AGP enums to match linux and what our code expects, fixing

i915 attachment.

Submitted by:	Jonathan Fosburgh <jonathan@fosburgh.org>
This commit is contained in:
Eric Anholt 2006-04-18 06:14:43 +00:00
parent 572a2b3303
commit a3f4c74951
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157831

View File

@ -220,8 +220,8 @@ typedef void irqreturn_t;
enum {
DRM_IS_NOT_AGP,
DRM_MIGHT_BE_AGP,
DRM_IS_AGP
DRM_IS_AGP,
DRM_MIGHT_BE_AGP
};
#define DRM_AGP_MEM struct agp_memory_info